Class CachingAndArtifactsManager
- java.lang.Object
-
- org.activiti.engine.impl.bpmn.deployer.CachingAndArtifactsManager
-
public class CachingAndArtifactsManager extends java.lang.ObjectUpdates caches and artifacts for a deployment, its process definitions, and its process definition infos.
-
-
Constructor Summary
Constructors Constructor Description CachingAndArtifactsManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddDefinitionInfoToCache(ProcessDefinitionEntity processDefinition, ProcessEngineConfigurationImpl processEngineConfiguration, CommandContext commandContext)voidupdateCachingAndArtifacts(ParsedDeployment parsedDeployment)Ensures that the process definition is cached in the appropriate places, including the deployment's collection of deployed artifacts and the deployment manager's cache, as well as caching any ProcessDefinitionInfos.
-
-
-
Method Detail
-
updateCachingAndArtifacts
public void updateCachingAndArtifacts(ParsedDeployment parsedDeployment)
Ensures that the process definition is cached in the appropriate places, including the deployment's collection of deployed artifacts and the deployment manager's cache, as well as caching any ProcessDefinitionInfos.
-
addDefinitionInfoToCache
protected void addDefinitionInfoToCache(ProcessDefinitionEntity processDefinition, ProcessEngineConfigurationImpl processEngineConfiguration, CommandContext commandContext)
-
-