Uses of Class
org.activiti.engine.impl.persistence.deploy.ProcessDefinitionCacheEntry
Packages that use ProcessDefinitionCacheEntry
-
Uses of ProcessDefinitionCacheEntry in org.activiti.engine.impl.cfg
Fields in org.activiti.engine.impl.cfg with type parameters of type ProcessDefinitionCacheEntryModifier and TypeFieldDescriptionprotected DeploymentCache<ProcessDefinitionCacheEntry> ProcessEngineConfigurationImpl.processDefinitionCacheMethods in org.activiti.engine.impl.cfg that return types with arguments of type ProcessDefinitionCacheEntryMethod parameters in org.activiti.engine.impl.cfg with type arguments of type ProcessDefinitionCacheEntryModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setProcessDefinitionCache(DeploymentCache<ProcessDefinitionCacheEntry> processDefinitionCache) -
Uses of ProcessDefinitionCacheEntry in org.activiti.engine.impl.persistence.deploy
Fields in org.activiti.engine.impl.persistence.deploy with type parameters of type ProcessDefinitionCacheEntryModifier and TypeFieldDescriptionprotected DeploymentCache<ProcessDefinitionCacheEntry> DeploymentManager.processDefinitionCacheMethods in org.activiti.engine.impl.persistence.deploy that return ProcessDefinitionCacheEntryModifier and TypeMethodDescriptionDeploymentManager.resolveProcessDefinition(ProcessDefinition processDefinition) Resolving the process definition will fetch the BPMN 2.0, parse it and store theBpmnModelin memory.protected ProcessDefinitionCacheEntryDeploymentManager.resolveProcessDefinitionInternal(CommandContext commandContext, ProcessDefinition processDefinition, String deploymentId, String processDefinitionId) Methods in org.activiti.engine.impl.persistence.deploy that return types with arguments of type ProcessDefinitionCacheEntryMethod parameters in org.activiti.engine.impl.persistence.deploy with type arguments of type ProcessDefinitionCacheEntryModifier and TypeMethodDescriptionvoidDeploymentManager.setProcessDefinitionCache(DeploymentCache<ProcessDefinitionCacheEntry> processDefinitionCache)