Uses of Class
org.flowable.engine.impl.persistence.deploy.ProcessDefinitionInfoCacheObject
-
Packages that use ProcessDefinitionInfoCacheObject Package Description org.flowable.engine.impl.cfg org.flowable.engine.impl.persistence.deploy -
-
Uses of ProcessDefinitionInfoCacheObject in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg with type parameters of type ProcessDefinitionInfoCacheObject Modifier and Type Field Description protected DeploymentCache<ProcessDefinitionInfoCacheObject>ProcessEngineConfigurationImpl. processDefinitionInfoCacheMethods in org.flowable.engine.impl.cfg that return types with arguments of type ProcessDefinitionInfoCacheObject Modifier and Type Method Description DeploymentCache<ProcessDefinitionInfoCacheObject>ProcessEngineConfigurationImpl. getProcessDefinitionInfoCache()Method parameters in org.flowable.engine.impl.cfg with type arguments of type ProcessDefinitionInfoCacheObject Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. 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 ProcessDefinitionInfoCacheObject Modifier and Type Field Description protected Map<String,ProcessDefinitionInfoCacheObject>ProcessDefinitionInfoCache. cacheprotected DeploymentCache<ProcessDefinitionInfoCacheObject>DeploymentManager. processDefinitionInfoCacheMethods in org.flowable.engine.impl.persistence.deploy that return ProcessDefinitionInfoCacheObject Modifier and Type Method Description ProcessDefinitionInfoCacheObjectProcessDefinitionInfoCache. get(String processDefinitionId)protected ProcessDefinitionInfoCacheObjectProcessDefinitionInfoCache. retrieveProcessDefinitionInfoCacheObject(String processDefinitionId, CommandContext commandContext)Methods in org.flowable.engine.impl.persistence.deploy that return types with arguments of type ProcessDefinitionInfoCacheObject Modifier and Type Method Description Collection<ProcessDefinitionInfoCacheObject>ProcessDefinitionInfoCache. getAll()DeploymentCache<ProcessDefinitionInfoCacheObject>DeploymentManager. getProcessDefinitionInfoCache()Methods in org.flowable.engine.impl.persistence.deploy with parameters of type ProcessDefinitionInfoCacheObject Modifier and Type Method Description voidProcessDefinitionInfoCache. add(String id, ProcessDefinitionInfoCacheObject obj)Method parameters in org.flowable.engine.impl.persistence.deploy with type arguments of type ProcessDefinitionInfoCacheObject Modifier and Type Method Description voidDeploymentManager. setProcessDefinitionInfoCache(DeploymentCache<ProcessDefinitionInfoCacheObject> processDefinitionInfoCache)
-