Package | Description |
---|---|
com.flowable.content.engine.impl.persistence.entity | |
com.flowable.content.engine.impl.repository | |
com.flowable.core.content.api |
Modifier and Type | Method and Description |
---|---|
DocumentDeploymentQuery |
DocumentDeploymentEntityManagerImpl.createDocumentDeploymentQuery() |
DocumentDeploymentQuery |
DocumentDeploymentEntityManager.createDocumentDeploymentQuery() |
Modifier and Type | Class and Description |
---|---|
class |
DocumentDeploymentQueryImpl |
Modifier and Type | Method and Description |
---|---|
DocumentDeploymentQuery |
DocumentRepositoryServiceImpl.createDeploymentQuery() |
DocumentDeploymentQuery |
DocumentDeploymentQueryImpl.orderByDeploymentId() |
DocumentDeploymentQuery |
DocumentDeploymentQueryImpl.orderByDeploymentName() |
DocumentDeploymentQuery |
DocumentDeploymentQueryImpl.orderByDeploymentTime() |
DocumentDeploymentQuery |
DocumentDeploymentQueryImpl.orderByTenantId() |
Modifier and Type | Method and Description |
---|---|
DocumentDeploymentQuery |
DocumentRepositoryService.createDeploymentQuery()
Query deployments
|
DocumentDeploymentQuery |
DocumentDeploymentQuery.deploymentCategory(String category)
Only select deployments with the given category.
|
DocumentDeploymentQuery |
DocumentDeploymentQuery.deploymentCategoryNotEquals(String categoryNotEquals)
Only select deployments that have a different category then the given one.
|
DocumentDeploymentQuery |
DocumentDeploymentQuery.deploymentId(String deploymentId)
Only select deployments with the given deployment id.
|
DocumentDeploymentQuery |
DocumentDeploymentQuery.deploymentIds(List<String> deploymentIds)
Only select deployments with the given deployment ids.
|
DocumentDeploymentQuery |
DocumentDeploymentQuery.deploymentKey(String key)
Only select deployments with the given key.
|
DocumentDeploymentQuery |
DocumentDeploymentQuery.deploymentName(String name)
Only select deployments with the given name.
|
DocumentDeploymentQuery |
DocumentDeploymentQuery.deploymentNameLike(String nameLike)
Only select deployments with a name like the given string.
|
DocumentDeploymentQuery |
DocumentDeploymentQuery.deploymentTenantId(String tenantId)
Only select deployment that have the given tenant id.
|
DocumentDeploymentQuery |
DocumentDeploymentQuery.deploymentTenantIdLike(String tenantIdLike)
Only select deployments with a tenant id like the given one.
|
DocumentDeploymentQuery |
DocumentDeploymentQuery.deploymentWithoutTenantId()
Only select deployments that do not have a tenant id.
|
DocumentDeploymentQuery |
DocumentDeploymentQuery.documentDefinitionKey(String key)
Only select deployments with the given document definition key.
|
DocumentDeploymentQuery |
DocumentDeploymentQuery.documentDefinitionKeyLike(String keyLike)
Only select deployments with a document definition key like the given string.
|
DocumentDeploymentQuery |
DocumentDeploymentQuery.latest()
Only select the latest deployments per deployment key.
|
DocumentDeploymentQuery |
DocumentDeploymentQuery.orderByDeploymentId()
Order by deployment id (needs to be followed by
Query.asc() or Query.desc() ). |
DocumentDeploymentQuery |
DocumentDeploymentQuery.orderByDeploymentName()
Order by deployment name (needs to be followed by
Query.asc() or Query.desc() ). |
DocumentDeploymentQuery |
DocumentDeploymentQuery.orderByDeploymentTime()
Order by deployment time (needs to be followed by
Query.asc() or Query.desc() ). |
DocumentDeploymentQuery |
DocumentDeploymentQuery.orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc() ). |
DocumentDeploymentQuery |
DocumentDeploymentQuery.parentDeploymentId(String deploymentParentId)
Only select deployment that have the given deployment parent id.
|
DocumentDeploymentQuery |
DocumentDeploymentQuery.parentDeploymentIdLike(String deploymentParentIdLike)
Only select deployments with a deployment parent id like the given one.
|