Uses of Class
com.flowable.platform.engine.impl.persistence.deploy.SequenceDefinitionCacheEntry
Packages that use SequenceDefinitionCacheEntry
-
Uses of SequenceDefinitionCacheEntry in com.flowable.platform.engine
Fields in com.flowable.platform.engine with type parameters of type SequenceDefinitionCacheEntryModifier and TypeFieldDescriptionprotected DeploymentCache<SequenceDefinitionCacheEntry>
PlatformEngineConfiguration.sequenceDefinitionCache
Methods in com.flowable.platform.engine that return types with arguments of type SequenceDefinitionCacheEntryMethod parameters in com.flowable.platform.engine with type arguments of type SequenceDefinitionCacheEntryModifier and TypeMethodDescriptionvoid
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 SequenceDefinitionCacheEntryModifier and TypeFieldDescriptionprotected DeploymentCache<SequenceDefinitionCacheEntry>
PlatformDeploymentManager.sequenceDefinitionCache
Methods in com.flowable.platform.engine.impl.deployer that return SequenceDefinitionCacheEntryModifier and TypeMethodDescriptionPlatformDeploymentManager.resolveSequenceDefinition
(SequenceDefinition sequenceDefinition) Methods in com.flowable.platform.engine.impl.deployer that return types with arguments of type SequenceDefinitionCacheEntryMethod parameters in com.flowable.platform.engine.impl.deployer with type arguments of type SequenceDefinitionCacheEntryModifier and TypeMethodDescriptionvoid
PlatformDeploymentManager.setSequenceDefinitionCache
(DeploymentCache<SequenceDefinitionCacheEntry> sequenceDefinitionCache)