DeploymentQuery |
DeploymentQuery.deploymentCategory(String category) |
Only select deployments with the given category.
|
DeploymentQuery |
DeploymentQuery.deploymentCategoryLike(String categoryLike) |
Only select deployments with a category like the given string.
|
DeploymentQuery |
DeploymentQuery.deploymentCategoryNotEquals(String categoryNotEquals) |
Only select deployments that have a different category then the given one.
|
DeploymentQuery |
DeploymentQuery.deploymentId(String deploymentId) |
Only select deployments with the given deployment id.
|
DeploymentQuery |
DeploymentQuery.deploymentKey(String key) |
Only select deployments with the given key.
|
DeploymentQuery |
DeploymentQuery.deploymentKeyLike(String keyLike) |
Only select deployments with a key like the given string.
|
DeploymentQuery |
DeploymentQuery.deploymentName(String name) |
Only select deployments with the given name.
|
DeploymentQuery |
DeploymentQuery.deploymentNameLike(String nameLike) |
Only select deployments with a name like the given string.
|
DeploymentQuery |
DeploymentQuery.deploymentTenantId(String tenantId) |
Only select deployment that have the given tenant id.
|
DeploymentQuery |
DeploymentQuery.deploymentTenantIdLike(String tenantIdLike) |
Only select deployments with a tenant id like the given one.
|
DeploymentQuery |
DeploymentQuery.deploymentWithoutTenantId() |
Only select deployments that do not have a tenant id.
|
DeploymentQuery |
DeploymentQuery.latest() |
Only select deployments where the deployment time is the latest value.
|
DeploymentQuery |
DeploymentQuery.latestVersion() |
Only select deployments where the deployment version is the latest value
|
DeploymentQuery |
DeploymentQuery.orderByDeploymentId() |
|
DeploymentQuery |
DeploymentQuery.orderByDeploymenTime() |
|
DeploymentQuery |
DeploymentQuery.orderByDeploymentName() |
|
DeploymentQuery |
DeploymentQuery.orderByTenantId() |
|
DeploymentQuery |
DeploymentQuery.processDefinitionKey(String key) |
Only select deployments with the given process definition key.
|
DeploymentQuery |
DeploymentQuery.processDefinitionKeyLike(String keyLike) |
Only select deployments with a process definition key like the given string.
|