| Package | Description |
|---|---|
| org.flowable.cmmn.api | |
| org.flowable.cmmn.api.repository |
| Modifier and Type | Method and Description |
|---|---|
CmmnDeploymentQuery |
CmmnRepositoryService.createDeploymentQuery()
Query deployments
|
| Modifier and Type | Method and Description |
|---|---|
CmmnDeploymentQuery |
CmmnDeploymentQuery.deploymentCategory(String category)
Only select deployments with the given category.
|
CmmnDeploymentQuery |
CmmnDeploymentQuery.deploymentCategoryNotEquals(String categoryNotEquals)
Only select deployments that have a different category then the given one.
|
CmmnDeploymentQuery |
CmmnDeploymentQuery.deploymentId(String deploymentId)
Only select deployments with the given deployment id.
|
CmmnDeploymentQuery |
CmmnDeploymentQuery.deploymentIds(List<String> deploymentIds)
Only select deployments with the given deployment ids.
|
CmmnDeploymentQuery |
CmmnDeploymentQuery.deploymentKey(String key)
Only select deployments with the given key.
|
CmmnDeploymentQuery |
CmmnDeploymentQuery.deploymentName(String name)
Only select deployments with the given name.
|
CmmnDeploymentQuery |
CmmnDeploymentQuery.deploymentNameLike(String nameLike)
Only select deployments with a name like the given string.
|
CmmnDeploymentQuery |
CmmnDeploymentQuery.deploymentTenantId(String tenantId)
Only select deployment that have the given tenant id.
|
CmmnDeploymentQuery |
CmmnDeploymentQuery.deploymentTenantIdLike(String tenantIdLike)
Only select deployments with a tenant id like the given one.
|
CmmnDeploymentQuery |
CmmnDeploymentQuery.deploymentWithoutTenantId()
Only select deployments that do not have a tenant id.
|
CmmnDeploymentQuery |
CmmnDeploymentQuery.latest()
Only select deployments where the deployment time is the latest value.
|
CmmnDeploymentQuery |
CmmnDeploymentQuery.orderByDeploymentId()
Order by deployment id (needs to be followed by
Query.asc() or Query.desc()). |
CmmnDeploymentQuery |
CmmnDeploymentQuery.orderByDeploymentName()
Order by deployment name (needs to be followed by
Query.asc() or Query.desc()). |
CmmnDeploymentQuery |
CmmnDeploymentQuery.orderByDeploymentTime()
Order by deployment time (needs to be followed by
Query.asc() or Query.desc()). |
CmmnDeploymentQuery |
CmmnDeploymentQuery.orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
CmmnDeploymentQuery |
CmmnDeploymentQuery.parentDeploymentId(String parentDeploymentId)
Only select deployment that have the given parent deployment id.
|
CmmnDeploymentQuery |
CmmnDeploymentQuery.parentDeploymentIdLike(String parentDeploymentIdLike)
Only select deployments with a parent deployment id like the given one.
|
CmmnDeploymentQuery |
CmmnDeploymentQuery.parentDeploymentIds(List<String> parentDeploymentIds)
Only select deployments with a parent deployment id that is the same as one of the given deployment identifiers.
|
Copyright © 2022 Flowable. All rights reserved.