| Modifier and Type | Method and Description |
|---|---|
DmnDeploymentQuery |
DmnRepositoryService.createDeploymentQuery() |
DmnDeploymentQuery |
DmnDeploymentQuery.decisionTableKey(String key)
Only select deployments with the given process definition key.
|
DmnDeploymentQuery |
DmnDeploymentQuery.decisionTableKeyLike(String keyLike)
Only select deployments with a process definition 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.orderByDeploymenTime()
Order by deployment time (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.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.
|
Copyright © 2017 Alfresco. All rights reserved.