Uses of Class
org.flowable.engine.impl.persistence.deploy.ProcessDefinitionInfoCacheObject
Packages that use ProcessDefinitionInfoCacheObject
-
Uses of ProcessDefinitionInfoCacheObject in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg with type parameters of type ProcessDefinitionInfoCacheObjectModifier and TypeFieldDescriptionprotected DeploymentCache<ProcessDefinitionInfoCacheObject>
ProcessEngineConfigurationImpl.processDefinitionInfoCache
Methods in org.flowable.engine.impl.cfg that return types with arguments of type ProcessDefinitionInfoCacheObjectMethod parameters in org.flowable.engine.impl.cfg with type arguments of type ProcessDefinitionInfoCacheObjectModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setProcessDefinitionInfoCache
(DeploymentCache<ProcessDefinitionInfoCacheObject> processDefinitionInfoCache) -
Uses of ProcessDefinitionInfoCacheObject in org.flowable.engine.impl.persistence.deploy
Fields in org.flowable.engine.impl.persistence.deploy with type parameters of type ProcessDefinitionInfoCacheObjectModifier and TypeFieldDescriptionprotected Map<String,
ProcessDefinitionInfoCacheObject> ProcessDefinitionInfoCache.cache
protected DeploymentCache<ProcessDefinitionInfoCacheObject>
DeploymentManager.processDefinitionInfoCache
Methods in org.flowable.engine.impl.persistence.deploy that return ProcessDefinitionInfoCacheObjectModifier and TypeMethodDescriptionprotected ProcessDefinitionInfoCacheObject
ProcessDefinitionInfoCache.retrieveProcessDefinitionInfoCacheObject
(String processDefinitionId, CommandContext commandContext) Methods in org.flowable.engine.impl.persistence.deploy that return types with arguments of type ProcessDefinitionInfoCacheObjectModifier and TypeMethodDescriptionProcessDefinitionInfoCache.getAll()
DeploymentManager.getProcessDefinitionInfoCache()
Methods in org.flowable.engine.impl.persistence.deploy with parameters of type ProcessDefinitionInfoCacheObjectModifier and TypeMethodDescriptionvoid
ProcessDefinitionInfoCache.add
(String id, ProcessDefinitionInfoCacheObject obj) Method parameters in org.flowable.engine.impl.persistence.deploy with type arguments of type ProcessDefinitionInfoCacheObjectModifier and TypeMethodDescriptionvoid
DeploymentManager.setProcessDefinitionInfoCache
(DeploymentCache<ProcessDefinitionInfoCacheObject> processDefinitionInfoCache)