Uses of Class
com.flowable.platform.engine.impl.persistence.deploy.QueryDefinitionCacheEntry
Packages that use QueryDefinitionCacheEntry
-
Uses of QueryDefinitionCacheEntry in com.flowable.platform.engine
Fields in com.flowable.platform.engine with type parameters of type QueryDefinitionCacheEntryModifier and TypeFieldDescriptionprotected DeploymentCache<QueryDefinitionCacheEntry>
PlatformEngineConfiguration.queryDefinitionCache
Methods in com.flowable.platform.engine that return types with arguments of type QueryDefinitionCacheEntryMethod parameters in com.flowable.platform.engine with type arguments of type QueryDefinitionCacheEntryModifier and TypeMethodDescriptionvoid
PlatformEngineConfiguration.setQueryDefinitionCache
(DeploymentCache<QueryDefinitionCacheEntry> queryDefinitionCache) -
Uses of QueryDefinitionCacheEntry in com.flowable.platform.engine.impl.deployer
Fields in com.flowable.platform.engine.impl.deployer with type parameters of type QueryDefinitionCacheEntryModifier and TypeFieldDescriptionprotected DeploymentCache<QueryDefinitionCacheEntry>
PlatformDeploymentManager.queryDefinitionCache
Methods in com.flowable.platform.engine.impl.deployer that return QueryDefinitionCacheEntryModifier and TypeMethodDescriptionPlatformDeploymentManager.resolveQueryDefinition
(QueryDefinition queryDefinition) Methods in com.flowable.platform.engine.impl.deployer that return types with arguments of type QueryDefinitionCacheEntryMethod parameters in com.flowable.platform.engine.impl.deployer with type arguments of type QueryDefinitionCacheEntryModifier and TypeMethodDescriptionvoid
PlatformDeploymentManager.setQueryDefinitionCache
(DeploymentCache<QueryDefinitionCacheEntry> queryDefinitionCache)