| Package | Description |
|---|---|
| org.flowable.dmn.api | |
| org.flowable.dmn.engine.impl | |
| org.flowable.dmn.rest.service.api |
| Modifier and Type | Method and Description |
|---|---|
DmnDeploymentQuery |
DmnRepositoryService.createDeploymentQuery() |
DmnDeploymentQuery |
DmnDeploymentQuery.decisionKey(String key)
Only select deployments with the given decision key.
|
DmnDeploymentQuery |
DmnDeploymentQuery.decisionKeyLike(String keyLike)
Only select deployments with a decision key like the given string.
|
DmnDeploymentQuery |
DmnDeploymentQuery.deploymentCategory(String category)
Only select deployments with the given category.
|
DmnDeploymentQuery |
DmnDeploymentQuery.deploymentCategoryNotEquals(String categoryNotEquals)
Only select deployments that have a different category then the given one.
|
DmnDeploymentQuery |
DmnDeploymentQuery.deploymentId(String deploymentId)
Only select deployments with the given deployment id.
|
DmnDeploymentQuery |
DmnDeploymentQuery.deploymentName(String name)
Only select deployments with the given name.
|
DmnDeploymentQuery |
DmnDeploymentQuery.deploymentNameLike(String nameLike)
Only select deployments with a name like the given string.
|
DmnDeploymentQuery |
DmnDeploymentQuery.deploymentTenantId(String tenantId)
Only select deployment that have the given tenant id.
|
DmnDeploymentQuery |
DmnDeploymentQuery.deploymentTenantIdLike(String tenantIdLike)
Only select deployments with a tenant id like the given one.
|
DmnDeploymentQuery |
DmnDeploymentQuery.deploymentWithoutTenantId()
Only select deployments that do not have a tenant id.
|
DmnDeploymentQuery |
DmnDeploymentQuery.orderByDeploymentId()
Order by deployment id (needs to be followed by
Query.asc() or Query.desc()). |
DmnDeploymentQuery |
DmnDeploymentQuery.orderByDeploymentName()
Order by deployment name (needs to be followed by
Query.asc() or Query.desc()). |
DmnDeploymentQuery |
DmnDeploymentQuery.orderByDeploymentTime()
Order by deployment time (needs to be followed by
Query.asc() or Query.desc()). |
DmnDeploymentQuery |
DmnDeploymentQuery.orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
DmnDeploymentQuery |
DmnDeploymentQuery.parentDeploymentId(String parentDeploymentId)
Only select deployment that have the given parent deployment id.
|
DmnDeploymentQuery |
DmnDeploymentQuery.parentDeploymentIdLike(String parentDeploymentIdLike)
Only select deployments with a parent deployment id like the given one.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DmnDeploymentQueryImpl |
| Modifier and Type | Method and Description |
|---|---|
DmnDeploymentQuery |
DmnRepositoryServiceImpl.createDeploymentQuery() |
DmnDeploymentQuery |
DmnDeploymentQueryImpl.orderByDeploymentId() |
DmnDeploymentQuery |
DmnDeploymentQueryImpl.orderByDeploymentName() |
DmnDeploymentQuery |
DmnDeploymentQueryImpl.orderByDeploymentTime() |
DmnDeploymentQuery |
DmnDeploymentQueryImpl.orderByTenantId() |
| Modifier and Type | Method and Description |
|---|---|
void |
DmnRestApiInterceptor.accessDeploymentsWithQuery(DmnDeploymentQuery deploymentQuery) |
Copyright © 2023 Flowable. All rights reserved.