| Package | Description |
|---|---|
| org.flowable.app.api | |
| org.flowable.app.api.repository |
| Modifier and Type | Method and Description |
|---|---|
AppDeploymentQuery |
AppRepositoryService.createDeploymentQuery()
Query deployments
|
| Modifier and Type | Method and Description |
|---|---|
AppDeploymentQuery |
AppDeploymentQuery.deploymentCategory(String category)
Only select deployments with the given category.
|
AppDeploymentQuery |
AppDeploymentQuery.deploymentCategoryNotEquals(String categoryNotEquals)
Only select deployments that have a different category then the given one.
|
AppDeploymentQuery |
AppDeploymentQuery.deploymentId(String deploymentId)
Only select deployments with the given deployment id.
|
AppDeploymentQuery |
AppDeploymentQuery.deploymentIds(List<String> deploymentIds)
Only select deployments with the given deployment ids.
|
AppDeploymentQuery |
AppDeploymentQuery.deploymentKey(String key)
Only select deployments with the given key.
|
AppDeploymentQuery |
AppDeploymentQuery.deploymentName(String name)
Only select deployments with the given name.
|
AppDeploymentQuery |
AppDeploymentQuery.deploymentNameLike(String nameLike)
Only select deployments with a name like the given string.
|
AppDeploymentQuery |
AppDeploymentQuery.deploymentTenantId(String tenantId)
Only select deployment that have the given tenant id.
|
AppDeploymentQuery |
AppDeploymentQuery.deploymentTenantIdLike(String tenantIdLike)
Only select deployments with a tenant id like the given one.
|
AppDeploymentQuery |
AppDeploymentQuery.deploymentWithoutTenantId()
Only select deployments that do not have a tenant id.
|
AppDeploymentQuery |
AppDeploymentQuery.latest()
Only select deployments where the deployment time is the latest value.
|
AppDeploymentQuery |
AppDeploymentQuery.orderByDeploymentId()
Order by deployment id (needs to be followed by
Query.asc() or Query.desc()). |
AppDeploymentQuery |
AppDeploymentQuery.orderByDeploymentName()
Order by deployment name (needs to be followed by
Query.asc() or Query.desc()). |
AppDeploymentQuery |
AppDeploymentQuery.orderByDeploymentTime()
Order by deployment time (needs to be followed by
Query.asc() or Query.desc()). |
AppDeploymentQuery |
AppDeploymentQuery.orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
Copyright © 2020 Flowable. All rights reserved.