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