| Modifier and Type | Method and Description |
|---|---|
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()
Order by deployment id (needs to be followed by
Query.asc() or Query.desc()). |
FormDeploymentQuery |
FormDeploymentQuery.orderByDeploymentName()
Order by deployment name (needs to be followed by
Query.asc() or Query.desc()). |
FormDeploymentQuery |
FormDeploymentQuery.orderByDeploymentTime()
Order by deployment time (needs to be followed by
Query.asc() or Query.desc()). |
FormDeploymentQuery |
FormDeploymentQuery.orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
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.
|
Copyright © 2017 Alfresco. All rights reserved.