Uses of Class
com.flowable.action.engine.impl.repository.ActionDeploymentQueryImpl
Package
Description
-
Uses of ActionDeploymentQueryImpl in com.flowable.action.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionlong
ActionDeploymentEntityManager.findDeploymentCountByQueryCriteria
(ActionDeploymentQueryImpl deploymentQuery) long
ActionDeploymentEntityManagerImpl.findDeploymentCountByQueryCriteria
(ActionDeploymentQueryImpl deploymentQuery) ActionDeploymentEntityManager.findDeploymentsByQueryCriteria
(ActionDeploymentQueryImpl deploymentQuery) ActionDeploymentEntityManagerImpl.findDeploymentsByQueryCriteria
(ActionDeploymentQueryImpl deploymentQuery) -
Uses of ActionDeploymentQueryImpl in com.flowable.action.engine.impl.persistence.entity.data
Modifier and TypeMethodDescriptionlong
ActionDeploymentDataManager.findDeploymentCountByQueryCriteria
(ActionDeploymentQueryImpl deploymentQuery) ActionDeploymentDataManager.findDeploymentsByQueryCriteria
(ActionDeploymentQueryImpl deploymentQuery) -
Uses of ActionDeploymentQueryImpl in com.flowable.action.engine.impl.persistence.entity.data.impl
Modifier and TypeMethodDescriptionlong
MybatisActionDeploymentDataManager.findDeploymentCountByQueryCriteria
(ActionDeploymentQueryImpl deploymentQuery) MybatisActionDeploymentDataManager.findDeploymentsByQueryCriteria
(ActionDeploymentQueryImpl deploymentQuery) -
Uses of ActionDeploymentQueryImpl in com.flowable.action.engine.impl.repository
Modifier and TypeMethodDescriptionActionDeploymentQueryImpl.actionDefinitionKey
(String key) ActionDeploymentQueryImpl.actionDefinitionKeyLike
(String keyLike) ActionDeploymentQueryImpl.deploymentCategory
(String deploymentCategory) ActionDeploymentQueryImpl.deploymentCategoryNotEquals
(String deploymentCategoryNotEquals) ActionDeploymentQueryImpl.deploymentId
(String deploymentId) ActionDeploymentQueryImpl.deploymentIds
(List<String> deploymentIds) ActionDeploymentQueryImpl.deploymentKey
(String deploymentKey) ActionDeploymentQueryImpl.deploymentName
(String deploymentName) ActionDeploymentQueryImpl.deploymentNameLike
(String nameLike) ActionDeploymentQueryImpl.deploymentTenantId
(String tenantId) ActionDeploymentQueryImpl.deploymentTenantIdLike
(String tenantIdLike) ActionDeploymentQueryImpl.deploymentWithoutTenantId()
ActionDeploymentQueryImpl.latest()
ActionDeploymentQueryImpl.parentDeploymentId
(String parentDeploymentId) ActionDeploymentQueryImpl.parentDeploymentIdLike
(String parentDeploymentIdLike)