Uses of Interface
org.flowable.dmn.api.DmnDeploymentQuery
Packages that use DmnDeploymentQuery
-
Uses of DmnDeploymentQuery in org.flowable.dmn.api
Methods in org.flowable.dmn.api that return DmnDeploymentQueryModifier and TypeMethodDescriptionDmnRepositoryService.createDeploymentQuery()
DmnDeploymentQuery.decisionKey
(String key) Only select deployments with the given decision key.DmnDeploymentQuery.decisionKeyLike
(String keyLike) Only select deployments with a decision key like the given string.DmnDeploymentQuery.deploymentCategory
(String category) Only select deployments with the given category.DmnDeploymentQuery.deploymentCategoryNotEquals
(String categoryNotEquals) Only select deployments that have a different category then the given one.DmnDeploymentQuery.deploymentId
(String deploymentId) Only select deployments with the given deployment id.DmnDeploymentQuery.deploymentName
(String name) Only select deployments with the given name.DmnDeploymentQuery.deploymentNameLike
(String nameLike) Only select deployments with a name like the given string.DmnDeploymentQuery.deploymentTenantId
(String tenantId) Only select deployment that have the given tenant id.DmnDeploymentQuery.deploymentTenantIdLike
(String tenantIdLike) Only select deployments with a tenant id like the given one.DmnDeploymentQuery.deploymentWithoutTenantId()
Only select deployments that do not have a tenant id.DmnDeploymentQuery.orderByDeploymentId()
Order by deployment id (needs to be followed byQuery.asc()
orQuery.desc()
).DmnDeploymentQuery.orderByDeploymentName()
Order by deployment name (needs to be followed byQuery.asc()
orQuery.desc()
).DmnDeploymentQuery.orderByDeploymentTime()
Order by deployment time (needs to be followed byQuery.asc()
orQuery.desc()
).DmnDeploymentQuery.orderByTenantId()
Order by tenant id (needs to be followed byQuery.asc()
orQuery.desc()
).DmnDeploymentQuery.parentDeploymentId
(String parentDeploymentId) Only select deployment that have the given parent deployment id.DmnDeploymentQuery.parentDeploymentIdLike
(String parentDeploymentIdLike) Only select deployments with a parent deployment id like the given one. -
Uses of DmnDeploymentQuery in org.flowable.dmn.engine.impl
Classes in org.flowable.dmn.engine.impl that implement DmnDeploymentQueryMethods in org.flowable.dmn.engine.impl that return DmnDeploymentQueryModifier and TypeMethodDescriptionDmnRepositoryServiceImpl.createDeploymentQuery()
DmnDeploymentQueryImpl.orderByDeploymentId()
DmnDeploymentQueryImpl.orderByDeploymentName()
DmnDeploymentQueryImpl.orderByDeploymentTime()
DmnDeploymentQueryImpl.orderByTenantId()