Uses of Class
com.flowable.platform.engine.impl.persistence.deploy.SequenceDefinitionCacheEntry
-
Packages that use SequenceDefinitionCacheEntry Package Description com.flowable.platform.engine com.flowable.platform.engine.impl.deployer -
-
Uses of SequenceDefinitionCacheEntry in com.flowable.platform.engine
Fields in com.flowable.platform.engine with type parameters of type SequenceDefinitionCacheEntry Modifier and Type Field Description protected DeploymentCache<SequenceDefinitionCacheEntry>
PlatformEngineConfiguration. sequenceDefinitionCache
Methods in com.flowable.platform.engine that return types with arguments of type SequenceDefinitionCacheEntry Modifier and Type Method Description DeploymentCache<SequenceDefinitionCacheEntry>
PlatformEngineConfiguration. getSequenceDefinitionCache()
Method parameters in com.flowable.platform.engine with type arguments of type SequenceDefinitionCacheEntry Modifier and Type Method Description void
PlatformEngineConfiguration. setSequenceDefinitionCache(DeploymentCache<SequenceDefinitionCacheEntry> sequenceDefinitionCache)
-
Uses of SequenceDefinitionCacheEntry in com.flowable.platform.engine.impl.deployer
Fields in com.flowable.platform.engine.impl.deployer with type parameters of type SequenceDefinitionCacheEntry Modifier and Type Field Description protected DeploymentCache<SequenceDefinitionCacheEntry>
PlatformDeploymentManager. sequenceDefinitionCache
Methods in com.flowable.platform.engine.impl.deployer that return SequenceDefinitionCacheEntry Modifier and Type Method Description SequenceDefinitionCacheEntry
PlatformDeploymentManager. resolveSequenceDefinition(SequenceDefinition sequenceDefinition)
Methods in com.flowable.platform.engine.impl.deployer that return types with arguments of type SequenceDefinitionCacheEntry Modifier and Type Method Description DeploymentCache<SequenceDefinitionCacheEntry>
PlatformDeploymentManager. getSequenceDefinitionCache()
Method parameters in com.flowable.platform.engine.impl.deployer with type arguments of type SequenceDefinitionCacheEntry Modifier and Type Method Description void
PlatformDeploymentManager. setSequenceDefinitionCache(DeploymentCache<SequenceDefinitionCacheEntry> sequenceDefinitionCache)
-