public class CachingAndArtifactsManager extends Object
| Constructor and Description |
|---|
CachingAndArtifactsManager() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addDefinitionInfoToCache(ProcessDefinitionEntity processDefinition,
ProcessEngineConfigurationImpl processEngineConfiguration,
CommandContext commandContext) |
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.
|
void |
updateProcessDefinitionCache(ParsedDeployment parsedDeployment)
Ensures that the process definition is cached in the appropriate places.
|
public void updateCachingAndArtifacts(ParsedDeployment parsedDeployment)
public void updateProcessDefinitionCache(ParsedDeployment parsedDeployment)
protected void addDefinitionInfoToCache(ProcessDefinitionEntity processDefinition, ProcessEngineConfigurationImpl processEngineConfiguration, CommandContext commandContext)
Copyright © 2020 Flowable. All rights reserved.