Uses of Class
com.flowable.action.engine.impl.persistence.deploy.ActionDefinitionCacheEntry
| Package | Description |
|---|---|
| com.flowable.action.engine | |
| com.flowable.action.engine.impl.deployer |
-
Uses of ActionDefinitionCacheEntry in com.flowable.action.engine
Fields in com.flowable.action.engine with type parameters of type ActionDefinitionCacheEntry Modifier and Type Field Description protected org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<ActionDefinitionCacheEntry>ActionEngineConfiguration. actionDefinitionCacheMethods in com.flowable.action.engine that return types with arguments of type ActionDefinitionCacheEntry Modifier and Type Method Description org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<ActionDefinitionCacheEntry>ActionEngineConfiguration. getActionDefinitionCache()Method parameters in com.flowable.action.engine with type arguments of type ActionDefinitionCacheEntry Modifier and Type Method Description voidActionEngineConfiguration. setActionDefinitionCache(org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<ActionDefinitionCacheEntry> actionDefinitionCache) -
Uses of ActionDefinitionCacheEntry in com.flowable.action.engine.impl.deployer
Fields in com.flowable.action.engine.impl.deployer with type parameters of type ActionDefinitionCacheEntry Modifier and Type Field Description protected org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<ActionDefinitionCacheEntry>ActionDeploymentManager. actionDefinitionCacheMethods in com.flowable.action.engine.impl.deployer that return ActionDefinitionCacheEntry Modifier and Type Method Description ActionDefinitionCacheEntryActionDeploymentManager. resolveActionDefinition(ActionDefinition actionDefinition)Methods in com.flowable.action.engine.impl.deployer that return types with arguments of type ActionDefinitionCacheEntry Modifier and Type Method Description org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<ActionDefinitionCacheEntry>ActionDeploymentManager. getActionDefinitionCache()Method parameters in com.flowable.action.engine.impl.deployer with type arguments of type ActionDefinitionCacheEntry Modifier and Type Method Description voidActionDeploymentManager. setActionDefinitionCache(org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<ActionDefinitionCacheEntry> actionDefinitionCache)