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() |
|
DmnDeploymentQuery |
DmnDeploymentQuery.orderByDeploymentName() |
|
DmnDeploymentQuery |
DmnDeploymentQuery.orderByDeploymentTime() |
|
DmnDeploymentQuery |
DmnDeploymentQuery.orderByTenantId() |
|
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.
|