Uses of Interface
org.flowable.form.api.FormDeploymentQuery
Packages that use FormDeploymentQuery
-
Uses of FormDeploymentQuery in org.flowable.form.api
Methods in org.flowable.form.api that return FormDeploymentQueryModifier and TypeMethodDescriptionFormRepositoryService.createDeploymentQuery()FormDeploymentQuery.deploymentCategory(String category) Only select deployments with the given category.FormDeploymentQuery.deploymentCategoryNotEquals(String categoryNotEquals) Only select deployments that have a different category then the given one.FormDeploymentQuery.deploymentId(String deploymentId) Only select deployments with the given deployment id.FormDeploymentQuery.deploymentName(String name) Only select deployments with the given name.FormDeploymentQuery.deploymentNameLike(String nameLike) Only select deployments with a name like the given string.FormDeploymentQuery.deploymentTenantId(String tenantId) Only select deployment that have the given tenant id.FormDeploymentQuery.deploymentTenantIdLike(String tenantIdLike) Only select deployments with a tenant id like the given one.FormDeploymentQuery.deploymentWithoutTenantId()Only select deployments that do not have a tenant id.FormDeploymentQuery.formDefinitionKey(String key) Only select deployments with the given form definition key.FormDeploymentQuery.formDefinitionKeyLike(String keyLike) Only select deployments with a form definition key like the given string.FormDeploymentQuery.orderByDeploymentId()Order by deployment id (needs to be followed byQuery.asc()orQuery.desc()).FormDeploymentQuery.orderByDeploymentName()Order by deployment name (needs to be followed byQuery.asc()orQuery.desc()).FormDeploymentQuery.orderByDeploymentTime()Order by deployment time (needs to be followed byQuery.asc()orQuery.desc()).FormDeploymentQuery.orderByTenantId()Order by tenant id (needs to be followed byQuery.asc()orQuery.desc()).FormDeploymentQuery.parentDeploymentId(String deploymentParentId) Only select deployment that have the given deployment parent id.FormDeploymentQuery.parentDeploymentIdLike(String deploymentParentIdLike) Only select deployments with a deployment parent id like the given one.