Package | Description |
---|---|
com.flowable.policy.api.repository | |
com.flowable.policy.engine.impl.persistence.entity | |
com.flowable.policy.engine.impl.repository |
Modifier and Type | Method and Description |
---|---|
PolicyDeploymentQuery |
PolicyRepositoryService.createDeploymentQuery()
Query deployments
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.deploymentCategory(String category)
Only select deployments with the given category.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.deploymentCategoryNotEquals(String categoryNotEquals)
Only select deployments that have a different category then the given one.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.deploymentId(String deploymentId)
Only select deployments with the given deployment id.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.deploymentIds(List<String> deploymentIds)
Only select deployments with the given deployment ids.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.deploymentKey(String key)
Only select deployments with the given key.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.deploymentName(String name)
Only select deployments with the given name.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.deploymentNameLike(String nameLike)
Only select deployments with a name like the given string.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.deploymentTenantId(String tenantId)
Only select deployment that have the given tenant id.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.deploymentTenantIdLike(String tenantIdLike)
Only select deployments with a tenant id like the given one.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.deploymentWithoutTenantId()
Only select deployments that do not have a tenant id.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.latest()
Only select the latest deployments per deployment key.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.orderByDeploymentId()
Order by deployment id (needs to be followed by
Query.asc() or Query.desc() ). |
PolicyDeploymentQuery |
PolicyDeploymentQuery.orderByDeploymentName()
Order by deployment name (needs to be followed by
Query.asc() or Query.desc() ). |
PolicyDeploymentQuery |
PolicyDeploymentQuery.orderByDeploymentTime()
Order by deployment time (needs to be followed by
Query.asc() or Query.desc() ). |
PolicyDeploymentQuery |
PolicyDeploymentQuery.orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc() ). |
PolicyDeploymentQuery |
PolicyDeploymentQuery.parentDeploymentId(String deploymentParentId)
Only select deployment that have the given deployment parent id.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.parentDeploymentIdLike(String deploymentParentIdLike)
Only select deployments with a deployment parent id like the given one.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.policyDefinitionKey(String key)
Only select deployments with the given policy definition key.
|
PolicyDeploymentQuery |
PolicyDeploymentQuery.policyDefinitionKeyLike(String keyLike)
Only select deployments with a policy definition key like the given string.
|
Modifier and Type | Method and Description |
---|---|
PolicyDeploymentQuery |
PolicyDeploymentEntityManagerImpl.createPolicyDeploymentQuery() |
PolicyDeploymentQuery |
PolicyDeploymentEntityManager.createPolicyDeploymentQuery() |
Modifier and Type | Class and Description |
---|---|
class |
PolicyDeploymentQueryImpl |
Modifier and Type | Method and Description |
---|---|
PolicyDeploymentQuery |
PolicyRepositoryServiceImpl.createDeploymentQuery() |
PolicyDeploymentQuery |
PolicyDeploymentQueryImpl.orderByDeploymentId() |
PolicyDeploymentQuery |
PolicyDeploymentQueryImpl.orderByDeploymentName() |
PolicyDeploymentQuery |
PolicyDeploymentQueryImpl.orderByDeploymentTime() |
PolicyDeploymentQuery |
PolicyDeploymentQueryImpl.orderByTenantId() |