Uses of Class
org.flowable.engine.impl.persistence.deploy.ProcessDefinitionCacheEntry
Packages that use ProcessDefinitionCacheEntry
Package
Description
-
Uses of ProcessDefinitionCacheEntry in org.flowable.engine.compatibility
Methods in org.flowable.engine.compatibility that return ProcessDefinitionCacheEntryModifier and TypeMethodDescriptionFlowable5CompatibilityHandler.resolveProcessDefinition(ProcessDefinition processDefinition) -
Uses of ProcessDefinitionCacheEntry in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg with type parameters of type ProcessDefinitionCacheEntryModifier and TypeFieldDescriptionprotected DeploymentCache<ProcessDefinitionCacheEntry>ProcessEngineConfigurationImpl.processDefinitionCacheMethods in org.flowable.engine.impl.cfg that return types with arguments of type ProcessDefinitionCacheEntryMethod parameters in org.flowable.engine.impl.cfg with type arguments of type ProcessDefinitionCacheEntryModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setProcessDefinitionCache(DeploymentCache<ProcessDefinitionCacheEntry> processDefinitionCache) -
Uses of ProcessDefinitionCacheEntry in org.flowable.engine.impl.persistence.deploy
Fields in org.flowable.engine.impl.persistence.deploy with type parameters of type ProcessDefinitionCacheEntryModifier and TypeFieldDescriptionprotected DeploymentCache<ProcessDefinitionCacheEntry>DeploymentManager.processDefinitionCacheMethods in org.flowable.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.Methods in org.flowable.engine.impl.persistence.deploy that return types with arguments of type ProcessDefinitionCacheEntryMethod parameters in org.flowable.engine.impl.persistence.deploy with type arguments of type ProcessDefinitionCacheEntryModifier and TypeMethodDescriptionvoidDeploymentManager.setProcessDefinitionCache(DeploymentCache<ProcessDefinitionCacheEntry> processDefinitionCache)