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. actionDefinitionCache
Methods 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 void
ActionEngineConfiguration. 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. actionDefinitionCache
Methods in com.flowable.action.engine.impl.deployer that return ActionDefinitionCacheEntry Modifier and Type Method Description ActionDefinitionCacheEntry
ActionDeploymentManager. 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 void
ActionDeploymentManager. setActionDefinitionCache(org.flowable.common.engine.impl.persistence.deploy.DeploymentCache<ActionDefinitionCacheEntry> actionDefinitionCache)