Uses of Interface
com.flowable.platform.api.repository.QueryDefinition
Packages that use QueryDefinition
Package
Description
-
Uses of QueryDefinition in com.flowable.platform.api.repository
Methods in com.flowable.platform.api.repository that return QueryDefinitionModifier and TypeMethodDescriptionPlatformRepositoryService.getQueryDefinition
(String queryDefinitionId) Returns theQueryDefinition
PlatformRepositoryService.getQueryDefinitionByKey
(String queryDefinitionKey) Returns theQueryDefinition
The latest version for the given key will be returned.PlatformRepositoryService.getQueryDefinitionByKeyAndTenantId
(String queryDefinitionKey, String tenantId) Returns theQueryDefinition
. -
Uses of QueryDefinition in com.flowable.platform.engine.impl.cmd
Methods in com.flowable.platform.engine.impl.cmd that return QueryDefinitionModifier and TypeMethodDescriptionGetDeploymentQueryDefinitionCmd.execute
(CommandContext commandContext) protected QueryDefinition
AbstractNeedsQueryDefinitionCmd.resolveQueryDefinition
(CommandContext commandContext, String queryDefinitionId, String queryDefinitionKey, String tenantId) -
Uses of QueryDefinition in com.flowable.platform.engine.impl.deployer
Methods in com.flowable.platform.engine.impl.deployer that return QueryDefinitionModifier and TypeMethodDescriptionPlatformDeploymentManager.findDeployedLatestQueryDefinitionByKey
(String queryDefinitionKey) PlatformDeploymentManager.findDeployedLatestQueryDefinitionByKeyAndTenantId
(String queryDefinitionKey, String tenantId) PlatformDeploymentManager.findDeployedQueryDefinitionById
(String queryDefinitionId) PlatformDeploymentManager.findDeployedQueryDefinitionByKeyAndVersionAndTenantId
(String queryDefinitionId, Integer queryDefinitionVersion, String tenantId) Methods in com.flowable.platform.engine.impl.deployer with parameters of type QueryDefinitionModifier and TypeMethodDescriptionPlatformDeploymentManager.resolveQueryDefinition
(QueryDefinition queryDefinition) -
Uses of QueryDefinition in com.flowable.platform.engine.impl.persistence.entity
Subinterfaces of QueryDefinition in com.flowable.platform.engine.impl.persistence.entityClasses in com.flowable.platform.engine.impl.persistence.entity that implement QueryDefinitionMethods in com.flowable.platform.engine.impl.persistence.entity that return types with arguments of type QueryDefinitionModifier and TypeMethodDescriptionQueryDefinitionEntityManager.findByCriteria
(QueryDefinitionQuery query) QueryDefinitionEntityManagerImpl.findByCriteria
(QueryDefinitionQuery query) -
Uses of QueryDefinition in com.flowable.platform.engine.impl.persistence.entity.data
Methods in com.flowable.platform.engine.impl.persistence.entity.data that return types with arguments of type QueryDefinitionModifier and TypeMethodDescriptionQueryDefinitionDataManager.findByCriteria
(QueryDefinitionQueryImpl query) -
Uses of QueryDefinition in com.flowable.platform.engine.impl.persistence.entity.data.impl
Methods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return types with arguments of type QueryDefinitionModifier and TypeMethodDescriptionMybatisQueryDefinitionDataManager.findByCriteria
(QueryDefinitionQueryImpl query) -
Uses of QueryDefinition in com.flowable.platform.engine.impl.repository
Methods in com.flowable.platform.engine.impl.repository that return QueryDefinitionModifier and TypeMethodDescriptionPlatformRepositoryServiceImpl.getQueryDefinition
(String queryDefinitionId) PlatformRepositoryServiceImpl.getQueryDefinitionByKey
(String QueryDefinitionKey) PlatformRepositoryServiceImpl.getQueryDefinitionByKeyAndTenantId
(String queryDefinitionKey, String tenantId) Methods in com.flowable.platform.engine.impl.repository that return types with arguments of type QueryDefinitionModifier and TypeMethodDescriptionQueryDefinitionQueryImpl.executeList
(CommandContext commandContext)