Uses of Class
com.flowable.platform.engine.impl.persistence.deploy.QueryDefinitionCacheEntry
-
Packages that use QueryDefinitionCacheEntry Package Description com.flowable.platform.engine com.flowable.platform.engine.impl.deployer -
-
Uses of QueryDefinitionCacheEntry in com.flowable.platform.engine
Fields in com.flowable.platform.engine with type parameters of type QueryDefinitionCacheEntry Modifier and Type Field Description protected DeploymentCache<QueryDefinitionCacheEntry>
PlatformEngineConfiguration. queryDefinitionCache
Methods in com.flowable.platform.engine that return types with arguments of type QueryDefinitionCacheEntry Modifier and Type Method Description DeploymentCache<QueryDefinitionCacheEntry>
PlatformEngineConfiguration. getQueryDefinitionCache()
Method parameters in com.flowable.platform.engine with type arguments of type QueryDefinitionCacheEntry Modifier and Type Method Description void
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 QueryDefinitionCacheEntry Modifier and Type Field Description protected DeploymentCache<QueryDefinitionCacheEntry>
PlatformDeploymentManager. queryDefinitionCache
Methods in com.flowable.platform.engine.impl.deployer that return QueryDefinitionCacheEntry Modifier and Type Method Description QueryDefinitionCacheEntry
PlatformDeploymentManager. resolveQueryDefinition(QueryDefinition queryDefinition)
Methods in com.flowable.platform.engine.impl.deployer that return types with arguments of type QueryDefinitionCacheEntry Modifier and Type Method Description DeploymentCache<QueryDefinitionCacheEntry>
PlatformDeploymentManager. getQueryDefinitionCache()
Method parameters in com.flowable.platform.engine.impl.deployer with type arguments of type QueryDefinitionCacheEntry Modifier and Type Method Description void
PlatformDeploymentManager. setQueryDefinitionCache(DeploymentCache<QueryDefinitionCacheEntry> queryDefinitionCache)
-