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.queryDefinitionCacheMethods 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 TypeMethodDescriptionvoidPlatformEngineConfiguration.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.queryDefinitionCacheMethods 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 TypeMethodDescriptionvoidPlatformDeploymentManager.setQueryDefinitionCache(DeploymentCache<QueryDefinitionCacheEntry> queryDefinitionCache)