Uses of Class
org.activiti.engine.impl.persistence.deploy.ProcessDefinitionCacheEntry
-
Packages that use ProcessDefinitionCacheEntry Package Description org.activiti.engine.impl.cfg org.activiti.engine.impl.persistence.deploy -
-
Uses of ProcessDefinitionCacheEntry in org.activiti.engine.impl.cfg
Fields in org.activiti.engine.impl.cfg with type parameters of type ProcessDefinitionCacheEntry Modifier and Type Field Description protected DeploymentCache<ProcessDefinitionCacheEntry>ProcessEngineConfigurationImpl. processDefinitionCacheMethods in org.activiti.engine.impl.cfg that return types with arguments of type ProcessDefinitionCacheEntry Modifier and Type Method Description DeploymentCache<ProcessDefinitionCacheEntry>ProcessEngineConfigurationImpl. getProcessDefinitionCache()Method parameters in org.activiti.engine.impl.cfg with type arguments of type ProcessDefinitionCacheEntry Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. 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 ProcessDefinitionCacheEntry Modifier and Type Field Description protected DeploymentCache<ProcessDefinitionCacheEntry>DeploymentManager. processDefinitionCacheMethods in org.activiti.engine.impl.persistence.deploy that return ProcessDefinitionCacheEntry Modifier and Type Method Description ProcessDefinitionCacheEntryDeploymentManager. resolveProcessDefinition(ProcessDefinition processDefinition)Resolving the process definition will fetch the BPMN 2.0, parse it and store theBpmnModelin memory.Methods in org.activiti.engine.impl.persistence.deploy that return types with arguments of type ProcessDefinitionCacheEntry Modifier and Type Method Description DeploymentCache<ProcessDefinitionCacheEntry>DeploymentManager. getProcessDefinitionCache()Method parameters in org.activiti.engine.impl.persistence.deploy with type arguments of type ProcessDefinitionCacheEntry Modifier and Type Method Description voidDeploymentManager. setProcessDefinitionCache(DeploymentCache<ProcessDefinitionCacheEntry> processDefinitionCache)
-