Uses of Interface
org.flowable.cmmn.api.repository.CmmnDeploymentQuery
Packages that use CmmnDeploymentQuery
Package
Description
-
Uses of CmmnDeploymentQuery in org.flowable.cmmn.api
Methods in org.flowable.cmmn.api that return CmmnDeploymentQueryModifier and TypeMethodDescriptionCmmnRepositoryService.createDeploymentQuery()Query deployments -
Uses of CmmnDeploymentQuery in org.flowable.cmmn.api.repository
Methods in org.flowable.cmmn.api.repository that return CmmnDeploymentQueryModifier and TypeMethodDescriptionCmmnDeploymentQuery.deploymentCategory(String category) Only select deployments with the given category.CmmnDeploymentQuery.deploymentCategoryNotEquals(String categoryNotEquals) Only select deployments that have a different category then the given one.CmmnDeploymentQuery.deploymentId(String deploymentId) Only select deployments with the given deployment id.CmmnDeploymentQuery.deploymentIds(List<String> deploymentIds) Only select deployments with the given deployment ids.CmmnDeploymentQuery.deploymentKey(String key) Only select deployments with the given key.CmmnDeploymentQuery.deploymentName(String name) Only select deployments with the given name.CmmnDeploymentQuery.deploymentNameLike(String nameLike) Only select deployments with a name like the given string.CmmnDeploymentQuery.deploymentTenantId(String tenantId) Only select deployment that have the given tenant id.CmmnDeploymentQuery.deploymentTenantIdLike(String tenantIdLike) Only select deployments with a tenant id like the given one.CmmnDeploymentQuery.deploymentWithoutTenantId()Only select deployments that do not have a tenant id.CmmnDeploymentQuery.latest()Only select deployments where the deployment time is the latest value.CmmnDeploymentQuery.orderByDeploymentId()Order by deployment id (needs to be followed byQuery.asc()orQuery.desc()).CmmnDeploymentQuery.orderByDeploymentName()Order by deployment name (needs to be followed byQuery.asc()orQuery.desc()).CmmnDeploymentQuery.orderByDeploymentTime()Order by deployment time (needs to be followed byQuery.asc()orQuery.desc()).CmmnDeploymentQuery.orderByTenantId()Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()).CmmnDeploymentQuery.parentDeploymentId(String parentDeploymentId) Only select deployment that have the given parent deployment id.CmmnDeploymentQuery.parentDeploymentIdLike(String parentDeploymentIdLike) Only select deployments with a parent deployment id like the given one.CmmnDeploymentQuery.parentDeploymentIds(List<String> parentDeploymentIds) Only select deployments with a parent deployment id that is the same as one of the given deployment identifiers. -
Uses of CmmnDeploymentQuery in org.flowable.cmmn.engine.impl
Methods in org.flowable.cmmn.engine.impl that return CmmnDeploymentQuery -
Uses of CmmnDeploymentQuery in org.flowable.cmmn.engine.impl.persistence.entity
Methods in org.flowable.cmmn.engine.impl.persistence.entity that return CmmnDeploymentQueryModifier and TypeMethodDescriptionCmmnDeploymentEntityManager.createDeploymentQuery()CmmnDeploymentEntityManagerImpl.createDeploymentQuery()Methods in org.flowable.cmmn.engine.impl.persistence.entity with parameters of type CmmnDeploymentQueryModifier and TypeMethodDescriptionlongCmmnDeploymentEntityManager.findDeploymentCountByQueryCriteria(CmmnDeploymentQuery deploymentQuery) longCmmnDeploymentEntityManagerImpl.findDeploymentCountByQueryCriteria(CmmnDeploymentQuery deploymentQuery) CmmnDeploymentEntityManager.findDeploymentsByQueryCriteria(CmmnDeploymentQuery deploymentQuery) CmmnDeploymentEntityManagerImpl.findDeploymentsByQueryCriteria(CmmnDeploymentQuery deploymentQuery) -
Uses of CmmnDeploymentQuery in org.flowable.cmmn.engine.impl.repository
Classes in org.flowable.cmmn.engine.impl.repository that implement CmmnDeploymentQueryMethods in org.flowable.cmmn.engine.impl.repository that return CmmnDeploymentQueryModifier and TypeMethodDescriptionCmmnDeploymentQueryImpl.orderByDeploymentId()CmmnDeploymentQueryImpl.orderByDeploymentName()CmmnDeploymentQueryImpl.orderByDeploymentTime()CmmnDeploymentQueryImpl.orderByTenantId() -
Uses of CmmnDeploymentQuery in org.flowable.cmmn.rest.service.api
Methods in org.flowable.cmmn.rest.service.api with parameters of type CmmnDeploymentQueryModifier and TypeMethodDescriptionvoidCmmnRestApiInterceptor.accessDeploymentsWithQuery(CmmnDeploymentQuery deploymentQuery)