Uses of Class
org.flowable.cmmn.engine.impl.repository.CmmnDeploymentQueryImpl
Packages that use CmmnDeploymentQueryImpl
Package
Description
-
Uses of CmmnDeploymentQueryImpl in org.flowable.cmmn.engine.impl.persistence.entity.data
Methods in org.flowable.cmmn.engine.impl.persistence.entity.data with parameters of type CmmnDeploymentQueryImplModifier and TypeMethodDescriptionlong
CmmnDeploymentDataManager.findDeploymentCountByQueryCriteria
(CmmnDeploymentQueryImpl deploymentQuery) CmmnDeploymentDataManager.findDeploymentsByQueryCriteria
(CmmnDeploymentQueryImpl deploymentQuery) -
Uses of CmmnDeploymentQueryImpl in org.flowable.cmmn.engine.impl.persistence.entity.data.impl
Methods in org.flowable.cmmn.engine.impl.persistence.entity.data.impl with parameters of type CmmnDeploymentQueryImplModifier and TypeMethodDescriptionlong
MybatisCmmnDeploymentDataManager.findDeploymentCountByQueryCriteria
(CmmnDeploymentQueryImpl deploymentQuery) MybatisCmmnDeploymentDataManager.findDeploymentsByQueryCriteria
(CmmnDeploymentQueryImpl deploymentQuery) -
Uses of CmmnDeploymentQueryImpl in org.flowable.cmmn.engine.impl.repository
Methods in org.flowable.cmmn.engine.impl.repository that return CmmnDeploymentQueryImplModifier and TypeMethodDescriptionCmmnDeploymentQueryImpl.deploymentCategory
(String deploymentCategory) CmmnDeploymentQueryImpl.deploymentCategoryNotEquals
(String deploymentCategoryNotEquals) CmmnDeploymentQueryImpl.deploymentId
(String deploymentId) CmmnDeploymentQueryImpl.deploymentIds
(List<String> deploymentIds) CmmnDeploymentQueryImpl.deploymentKey
(String deploymentKey) CmmnDeploymentQueryImpl.deploymentName
(String deploymentName) CmmnDeploymentQueryImpl.deploymentNameLike
(String nameLike) CmmnDeploymentQueryImpl.deploymentTenantId
(String tenantId) CmmnDeploymentQueryImpl.deploymentTenantIdLike
(String tenantIdLike) CmmnDeploymentQueryImpl.deploymentWithoutTenantId()
CmmnDeploymentQueryImpl.latest()
CmmnDeploymentQueryImpl.parentDeploymentId
(String parentDeploymentId) CmmnDeploymentQueryImpl.parentDeploymentIdLike
(String parentDeploymentIdLike) CmmnDeploymentQueryImpl.parentDeploymentIds
(List<String> parentDeploymentIds)