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.processDefinitionInfoCacheMethods 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.cacheprotected DeploymentCache<ProcessDefinitionInfoCacheObject>DeploymentManager.processDefinitionInfoCacheMethods in org.flowable.engine.impl.persistence.deploy that return ProcessDefinitionInfoCacheObjectModifier and TypeMethodDescriptionprotected ProcessDefinitionInfoCacheObjectProcessDefinitionInfoCache.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 TypeMethodDescriptionvoidProcessDefinitionInfoCache.add(String id, ProcessDefinitionInfoCacheObject obj) Method parameters in org.flowable.engine.impl.persistence.deploy with type arguments of type ProcessDefinitionInfoCacheObjectModifier and TypeMethodDescriptionvoidDeploymentManager.setProcessDefinitionInfoCache(DeploymentCache<ProcessDefinitionInfoCacheObject> processDefinitionInfoCache)