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.processDefinitionCache
Methods 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.processDefinitionCache
Methods 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 theBpmnModel
in 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 TypeMethodDescriptionvoid
DeploymentManager.setProcessDefinitionCache
(DeploymentCache<ProcessDefinitionCacheEntry> processDefinitionCache) -
Uses of ProcessDefinitionCacheEntry in org.flowable.engine.impl.persistence.entity
Fields in org.flowable.engine.impl.persistence.entity with type parameters of type ProcessDefinitionCacheEntryModifier and TypeFieldDescriptionprotected Map<String,
ProcessDefinitionCacheEntry> DeploymentEntityImpl.processDefinitionCache
Methods in org.flowable.engine.impl.persistence.entity that return ProcessDefinitionCacheEntryModifier and TypeMethodDescriptionDeploymentEntity.getProcessDefinitionCacheEntry
(String processDefinitionId) DeploymentEntityImpl.getProcessDefinitionCacheEntry
(String processDefinitionId) Methods in org.flowable.engine.impl.persistence.entity with parameters of type ProcessDefinitionCacheEntryModifier and TypeMethodDescriptionvoid
DeploymentEntity.addProcessDefinitionCacheEntry
(String processDefinitionId, ProcessDefinitionCacheEntry processDefinitionCacheEntry) void
DeploymentEntityImpl.addProcessDefinitionCacheEntry
(String processDefinitionId, ProcessDefinitionCacheEntry processDefinitionCacheEntry)