public class DocumentDeploymentQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<DocumentDeploymentQuery,DocumentDeployment> implements DocumentDeploymentQuery, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
categoryNotEquals |
protected String |
deploymentId |
protected List<String> |
deploymentIds |
protected String |
documentDefinitionKey |
protected String |
documentDefinitionKeyLike |
protected String |
key |
protected boolean |
latest |
protected String |
name |
protected String |
nameLike |
protected String |
parentDeploymentId |
protected String |
parentDeploymentIdLike |
protected String |
tenantId |
protected String |
tenantIdLike |
protected boolean |
withoutTenantId |
| Constructor and Description |
|---|
DocumentDeploymentQueryImpl() |
DocumentDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
DocumentDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
DocumentDeploymentQueryImpl |
deploymentCategory(String deploymentCategory)
Only select deployments with the given category.
|
DocumentDeploymentQueryImpl |
deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
Only select deployments that have a different category then the given one.
|
DocumentDeploymentQueryImpl |
deploymentId(String deploymentId)
Only select deployments with the given deployment id.
|
DocumentDeploymentQueryImpl |
deploymentIds(List<String> deploymentIds)
Only select deployments with the given deployment ids.
|
DocumentDeploymentQueryImpl |
deploymentKey(String deploymentKey)
Only select deployments with the given key.
|
DocumentDeploymentQueryImpl |
deploymentName(String deploymentName)
Only select deployments with the given name.
|
DocumentDeploymentQueryImpl |
deploymentNameLike(String nameLike)
Only select deployments with a name like the given string.
|
DocumentDeploymentQueryImpl |
deploymentTenantId(String tenantId)
Only select deployment that have the given tenant id.
|
DocumentDeploymentQueryImpl |
deploymentTenantIdLike(String tenantIdLike)
Only select deployments with a tenant id like the given one.
|
DocumentDeploymentQueryImpl |
deploymentWithoutTenantId()
Only select deployments that do not have a tenant id.
|
DocumentDeploymentQueryImpl |
documentDefinitionKey(String key)
Only select deployments with the given document definition key.
|
DocumentDeploymentQueryImpl |
documentDefinitionKeyLike(String keyLike)
Only select deployments with a document definition key like the given string.
|
long |
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
List<DocumentDeployment> |
executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
String |
getCategory() |
String |
getCategoryNotEquals() |
String |
getDeploymentId() |
List<String> |
getDeploymentIds() |
String |
getDocumentDefinitionKey() |
String |
getDocumentDefinitionKeyLike() |
String |
getKey() |
String |
getName() |
String |
getNameLike() |
String |
getParentDeploymentId() |
String |
getParentDeploymentIdLike() |
String |
getTenantId() |
String |
getTenantIdLike() |
boolean |
isWithoutTenantId() |
DocumentDeploymentQueryImpl |
latest()
Only select the latest deployments per deployment key.
|
DocumentDeploymentQuery |
orderByDeploymentId()
Order by deployment id (needs to be followed by
Query.asc() or Query.desc()). |
DocumentDeploymentQuery |
orderByDeploymentName()
Order by deployment name (needs to be followed by
Query.asc() or Query.desc()). |
DocumentDeploymentQuery |
orderByDeploymentTime()
Order by deployment time (needs to be followed by
Query.asc() or Query.desc()). |
DocumentDeploymentQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
DocumentDeploymentQueryImpl |
parentDeploymentId(String parentDeploymentId)
Only select deployment that have the given deployment parent id.
|
DocumentDeploymentQueryImpl |
parentDeploymentIdLike(String parentDeploymentIdLike)
Only select deployments with a deployment parent id like the given one.
|
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterprotected String deploymentId
protected String name
protected String nameLike
protected String key
protected String category
protected String categoryNotEquals
protected String tenantId
protected String tenantIdLike
protected boolean withoutTenantId
protected String parentDeploymentId
protected String parentDeploymentIdLike
protected String documentDefinitionKey
protected String documentDefinitionKeyLike
protected boolean latest
public DocumentDeploymentQueryImpl()
public DocumentDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
public DocumentDeploymentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
public DocumentDeploymentQueryImpl deploymentId(String deploymentId)
DocumentDeploymentQuerydeploymentId in interface DocumentDeploymentQuerypublic DocumentDeploymentQueryImpl deploymentIds(List<String> deploymentIds)
DocumentDeploymentQuerydeploymentIds in interface DocumentDeploymentQuerypublic DocumentDeploymentQueryImpl deploymentName(String deploymentName)
DocumentDeploymentQuerydeploymentName in interface DocumentDeploymentQuerypublic DocumentDeploymentQueryImpl deploymentNameLike(String nameLike)
DocumentDeploymentQuerydeploymentNameLike in interface DocumentDeploymentQuerypublic DocumentDeploymentQueryImpl deploymentKey(String deploymentKey)
DocumentDeploymentQuerydeploymentKey in interface DocumentDeploymentQuerypublic DocumentDeploymentQueryImpl deploymentCategory(String deploymentCategory)
DocumentDeploymentQuerydeploymentCategory in interface DocumentDeploymentQuerypublic DocumentDeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
DocumentDeploymentQuerydeploymentCategoryNotEquals in interface DocumentDeploymentQuerypublic DocumentDeploymentQueryImpl parentDeploymentId(String parentDeploymentId)
DocumentDeploymentQueryparentDeploymentId in interface DocumentDeploymentQuerypublic DocumentDeploymentQueryImpl parentDeploymentIdLike(String parentDeploymentIdLike)
DocumentDeploymentQueryparentDeploymentIdLike in interface DocumentDeploymentQuerypublic DocumentDeploymentQueryImpl deploymentWithoutTenantId()
DocumentDeploymentQuerydeploymentWithoutTenantId in interface DocumentDeploymentQuerypublic DocumentDeploymentQueryImpl deploymentTenantId(String tenantId)
DocumentDeploymentQuerydeploymentTenantId in interface DocumentDeploymentQuerypublic DocumentDeploymentQueryImpl deploymentTenantIdLike(String tenantIdLike)
DocumentDeploymentQuerydeploymentTenantIdLike in interface DocumentDeploymentQuerypublic DocumentDeploymentQueryImpl documentDefinitionKey(String key)
DocumentDeploymentQuerydocumentDefinitionKey in interface DocumentDeploymentQuerypublic DocumentDeploymentQueryImpl documentDefinitionKeyLike(String keyLike)
DocumentDeploymentQuerydocumentDefinitionKeyLike in interface DocumentDeploymentQuerypublic DocumentDeploymentQueryImpl latest()
DocumentDeploymentQuerylatest in interface DocumentDeploymentQuerypublic DocumentDeploymentQuery orderByDeploymentId()
DocumentDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentId in interface DocumentDeploymentQuerypublic DocumentDeploymentQuery orderByDeploymentTime()
DocumentDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentTime in interface DocumentDeploymentQuerypublic DocumentDeploymentQuery orderByDeploymentName()
DocumentDeploymentQueryQuery.asc() or Query.desc()).orderByDeploymentName in interface DocumentDeploymentQuerypublic DocumentDeploymentQuery orderByTenantId()
DocumentDeploymentQueryQuery.asc() or Query.desc()).orderByTenantId in interface DocumentDeploymentQuerypublic long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeCount in class org.flowable.common.engine.impl.query.AbstractQuery<DocumentDeploymentQuery,DocumentDeployment>public List<DocumentDeployment> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeList in class org.flowable.common.engine.impl.query.AbstractQuery<DocumentDeploymentQuery,DocumentDeployment>public String getDeploymentId()
public String getName()
public String getNameLike()
public String getKey()
public String getCategory()
public String getCategoryNotEquals()
public String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()
public String getDocumentDefinitionKey()
public String getDocumentDefinitionKeyLike()
public String getParentDeploymentId()
public String getParentDeploymentIdLike()
Copyright © 2019. All rights reserved.