PolicyDeploymentQuery |
PolicyRepositoryService.createDeploymentQuery() |
Query deployments
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.deploymentCategory(String category) |
Only select deployments with the given category.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.deploymentCategoryNotEquals(String categoryNotEquals) |
Only select deployments that have a different category then the given one.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.deploymentId(String deploymentId) |
Only select deployments with the given deployment id.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.deploymentIds(List<String> deploymentIds) |
Only select deployments with the given deployment ids.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.deploymentKey(String key) |
Only select deployments with the given key.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.deploymentName(String name) |
Only select deployments with the given name.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.deploymentNameLike(String nameLike) |
Only select deployments with a name like the given string.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.deploymentTenantId(String tenantId) |
Only select deployment that have the given tenant id.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.deploymentTenantIdLike(String tenantIdLike) |
Only select deployments with a tenant id like the given one.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.deploymentWithoutTenantId() |
Only select deployments that do not have a tenant id.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.latest() |
Only select the latest deployments per deployment key.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.orderByDeploymentId() |
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.orderByDeploymentName() |
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.orderByDeploymentTime() |
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.orderByTenantId() |
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.parentDeploymentId(String deploymentParentId) |
Only select deployment that have the given deployment parent id.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.parentDeploymentIdLike(String deploymentParentIdLike) |
Only select deployments with a deployment parent id like the given one.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.policyDefinitionKey(String key) |
Only select deployments with the given policy definition key.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.policyDefinitionKeyLike(String keyLike) |
Only select deployments with a policy definition key like the given string.
|