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) -
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.processDefinitionCacheMethods 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 TypeMethodDescriptionvoidDeploymentEntity.addProcessDefinitionCacheEntry(String processDefinitionId, ProcessDefinitionCacheEntry processDefinitionCacheEntry) voidDeploymentEntityImpl.addProcessDefinitionCacheEntry(String processDefinitionId, ProcessDefinitionCacheEntry processDefinitionCacheEntry)