FormDeploymentQuery |
FormRepositoryService.createDeploymentQuery() |
|
FormDeploymentQuery |
FormDeploymentQuery.deploymentCategory(String category) |
Only select deployments with the given category.
|
FormDeploymentQuery |
FormDeploymentQuery.deploymentCategoryNotEquals(String categoryNotEquals) |
Only select deployments that have a different category then the given one.
|
FormDeploymentQuery |
FormDeploymentQuery.deploymentId(String deploymentId) |
Only select deployments with the given deployment id.
|
FormDeploymentQuery |
FormDeploymentQuery.deploymentName(String name) |
Only select deployments with the given name.
|
FormDeploymentQuery |
FormDeploymentQuery.deploymentNameLike(String nameLike) |
Only select deployments with a name like the given string.
|
FormDeploymentQuery |
FormDeploymentQuery.deploymentTenantId(String tenantId) |
Only select deployment that have the given tenant id.
|
FormDeploymentQuery |
FormDeploymentQuery.deploymentTenantIdLike(String tenantIdLike) |
Only select deployments with a tenant id like the given one.
|
FormDeploymentQuery |
FormDeploymentQuery.deploymentWithoutTenantId() |
Only select deployments that do not have a tenant id.
|
FormDeploymentQuery |
FormDeploymentQuery.formDefinitionKey(String key) |
Only select deployments with the given form definition key.
|
FormDeploymentQuery |
FormDeploymentQuery.formDefinitionKeyLike(String keyLike) |
Only select deployments with a form definition key like the given string.
|
FormDeploymentQuery |
FormDeploymentQuery.orderByDeploymentId() |
|
FormDeploymentQuery |
FormDeploymentQuery.orderByDeploymentName() |
|
FormDeploymentQuery |
FormDeploymentQuery.orderByDeploymentTime() |
|
FormDeploymentQuery |
FormDeploymentQuery.orderByTenantId() |
|
FormDeploymentQuery |
FormDeploymentQuery.parentDeploymentId(String deploymentParentId) |
Only select deployment that have the given deployment parent id.
|
FormDeploymentQuery |
FormDeploymentQuery.parentDeploymentIdLike(String deploymentParentIdLike) |
Only select deployments with a deployment parent id like the given one.
|