Class CmmnDeploymentQueryImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.db.ListQueryParameterObject
-
- org.flowable.common.engine.impl.query.AbstractQuery<CmmnDeploymentQuery,CmmnDeployment>
-
- org.flowable.cmmn.engine.impl.repository.CmmnDeploymentQueryImpl
-
- All Implemented Interfaces:
Serializable,CmmnDeploymentQuery,Query<CmmnDeploymentQuery,CmmnDeployment>,Command<Object>
public class CmmnDeploymentQueryImpl extends AbstractQuery<CmmnDeploymentQuery,CmmnDeployment> implements CmmnDeploymentQuery, Serializable
- Author:
- Tijs Rademakers, Joram Barrez
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultType
-
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcategoryprotected StringcategoryNotEqualsprotected StringdeploymentIdprotected List<String>deploymentIdsprotected Stringkeyprotected booleanlatestprotected Stringnameprotected StringnameLikeprotected StringparentDeploymentIdprotected StringparentDeploymentIdLikeprotected List<String>parentDeploymentIdsprotected StringtenantIdprotected StringtenantIdLikeprotected booleanwithoutTenantId-
Fields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutor
-
Fields inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC
-
-
Constructor Summary
Constructors Constructor Description CmmnDeploymentQueryImpl()CmmnDeploymentQueryImpl(CommandContext commandContext)CmmnDeploymentQueryImpl(CommandExecutor commandExecutor)
-
Method Summary
-
Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResult
-
Methods inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
addOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameter
-
-
-
-
Field Detail
-
deploymentId
protected String deploymentId
-
name
protected String name
-
nameLike
protected String nameLike
-
category
protected String category
-
categoryNotEquals
protected String categoryNotEquals
-
key
protected String key
-
tenantId
protected String tenantId
-
tenantIdLike
protected String tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId
-
parentDeploymentId
protected String parentDeploymentId
-
parentDeploymentIdLike
protected String parentDeploymentIdLike
-
latest
protected boolean latest
-
-
Constructor Detail
-
CmmnDeploymentQueryImpl
public CmmnDeploymentQueryImpl()
-
CmmnDeploymentQueryImpl
public CmmnDeploymentQueryImpl(CommandContext commandContext)
-
CmmnDeploymentQueryImpl
public CmmnDeploymentQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
deploymentId
public CmmnDeploymentQueryImpl deploymentId(String deploymentId)
- Specified by:
deploymentIdin interfaceCmmnDeploymentQuery
-
deploymentIds
public CmmnDeploymentQueryImpl deploymentIds(List<String> deploymentIds)
- Specified by:
deploymentIdsin interfaceCmmnDeploymentQuery
-
deploymentName
public CmmnDeploymentQueryImpl deploymentName(String deploymentName)
- Specified by:
deploymentNamein interfaceCmmnDeploymentQuery
-
deploymentNameLike
public CmmnDeploymentQueryImpl deploymentNameLike(String nameLike)
- Specified by:
deploymentNameLikein interfaceCmmnDeploymentQuery
-
deploymentCategory
public CmmnDeploymentQueryImpl deploymentCategory(String deploymentCategory)
- Specified by:
deploymentCategoryin interfaceCmmnDeploymentQuery
-
deploymentCategoryNotEquals
public CmmnDeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
- Specified by:
deploymentCategoryNotEqualsin interfaceCmmnDeploymentQuery
-
deploymentKey
public CmmnDeploymentQueryImpl deploymentKey(String deploymentKey)
- Specified by:
deploymentKeyin interfaceCmmnDeploymentQuery
-
deploymentTenantId
public CmmnDeploymentQueryImpl deploymentTenantId(String tenantId)
- Specified by:
deploymentTenantIdin interfaceCmmnDeploymentQuery
-
deploymentTenantIdLike
public CmmnDeploymentQueryImpl deploymentTenantIdLike(String tenantIdLike)
- Specified by:
deploymentTenantIdLikein interfaceCmmnDeploymentQuery
-
deploymentWithoutTenantId
public CmmnDeploymentQueryImpl deploymentWithoutTenantId()
- Specified by:
deploymentWithoutTenantIdin interfaceCmmnDeploymentQuery
-
parentDeploymentId
public CmmnDeploymentQueryImpl parentDeploymentId(String parentDeploymentId)
- Specified by:
parentDeploymentIdin interfaceCmmnDeploymentQuery
-
parentDeploymentIdLike
public CmmnDeploymentQueryImpl parentDeploymentIdLike(String parentDeploymentIdLike)
- Specified by:
parentDeploymentIdLikein interfaceCmmnDeploymentQuery
-
parentDeploymentIds
public CmmnDeploymentQueryImpl parentDeploymentIds(List<String> parentDeploymentIds)
- Specified by:
parentDeploymentIdsin interfaceCmmnDeploymentQuery
-
latest
public CmmnDeploymentQueryImpl latest()
- Specified by:
latestin interfaceCmmnDeploymentQuery
-
orderByDeploymentId
public CmmnDeploymentQuery orderByDeploymentId()
- Specified by:
orderByDeploymentIdin interfaceCmmnDeploymentQuery
-
orderByDeploymentTime
public CmmnDeploymentQuery orderByDeploymentTime()
- Specified by:
orderByDeploymentTimein interfaceCmmnDeploymentQuery
-
orderByDeploymentName
public CmmnDeploymentQuery orderByDeploymentName()
- Specified by:
orderByDeploymentNamein interfaceCmmnDeploymentQuery
-
orderByTenantId
public CmmnDeploymentQuery orderByTenantId()
- Specified by:
orderByTenantIdin interfaceCmmnDeploymentQuery
-
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCountin classAbstractQuery<CmmnDeploymentQuery,CmmnDeployment>
-
executeList
public List<CmmnDeployment> executeList(CommandContext commandContext)
- Specified by:
executeListin classAbstractQuery<CmmnDeploymentQuery,CmmnDeployment>
-
getDeploymentId
public String getDeploymentId()
-
getName
public String getName()
-
getNameLike
public String getNameLike()
-
getCategory
public String getCategory()
-
getCategoryNotEquals
public String getCategoryNotEquals()
-
getKey
public String getKey()
-
getParentDeploymentId
public String getParentDeploymentId()
-
getParentDeploymentIdLike
public String getParentDeploymentIdLike()
-
isLatest
public boolean isLatest()
-
getTenantId
public String getTenantId()
-
getTenantIdLike
public String getTenantIdLike()
-
isWithoutTenantId
public boolean isWithoutTenantId()
-
-