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