Package org.flowable.dmn.engine.impl
Class DmnDeploymentQueryImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.db.ListQueryParameterObject
-
- org.flowable.common.engine.impl.query.AbstractQuery<DmnDeploymentQuery,DmnDeployment>
-
- org.flowable.dmn.engine.impl.DmnDeploymentQueryImpl
-
- All Implemented Interfaces:
Serializable,Query<DmnDeploymentQuery,DmnDeployment>,Command<Object>,DmnDeploymentQuery
public class DmnDeploymentQueryImpl extends AbstractQuery<DmnDeploymentQuery,DmnDeployment> implements DmnDeploymentQuery, 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 StringdecisionKeyprotected StringdecisionKeyLikeprotected StringdeploymentIdprotected Stringnameprotected StringnameLikeprotected StringparentDeploymentIdprotected StringparentDeploymentIdLikeprotected 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 DmnDeploymentQueryImpl()DmnDeploymentQueryImpl(CommandContext commandContext)DmnDeploymentQueryImpl(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
-
tenantId
protected String tenantId
-
tenantIdLike
protected String tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId
-
parentDeploymentId
protected String parentDeploymentId
-
parentDeploymentIdLike
protected String parentDeploymentIdLike
-
decisionKey
protected String decisionKey
-
decisionKeyLike
protected String decisionKeyLike
-
-
Constructor Detail
-
DmnDeploymentQueryImpl
public DmnDeploymentQueryImpl()
-
DmnDeploymentQueryImpl
public DmnDeploymentQueryImpl(CommandContext commandContext)
-
DmnDeploymentQueryImpl
public DmnDeploymentQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
deploymentId
public DmnDeploymentQueryImpl deploymentId(String deploymentId)
- Specified by:
deploymentIdin interfaceDmnDeploymentQuery
-
deploymentName
public DmnDeploymentQueryImpl deploymentName(String deploymentName)
- Specified by:
deploymentNamein interfaceDmnDeploymentQuery
-
deploymentNameLike
public DmnDeploymentQueryImpl deploymentNameLike(String nameLike)
- Specified by:
deploymentNameLikein interfaceDmnDeploymentQuery
-
deploymentCategory
public DmnDeploymentQueryImpl deploymentCategory(String deploymentCategory)
- Specified by:
deploymentCategoryin interfaceDmnDeploymentQuery
-
deploymentCategoryNotEquals
public DmnDeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
- Specified by:
deploymentCategoryNotEqualsin interfaceDmnDeploymentQuery
-
deploymentTenantId
public DmnDeploymentQueryImpl deploymentTenantId(String tenantId)
- Specified by:
deploymentTenantIdin interfaceDmnDeploymentQuery
-
deploymentTenantIdLike
public DmnDeploymentQueryImpl deploymentTenantIdLike(String tenantIdLike)
- Specified by:
deploymentTenantIdLikein interfaceDmnDeploymentQuery
-
deploymentWithoutTenantId
public DmnDeploymentQueryImpl deploymentWithoutTenantId()
- Specified by:
deploymentWithoutTenantIdin interfaceDmnDeploymentQuery
-
parentDeploymentId
public DmnDeploymentQueryImpl parentDeploymentId(String parentDeploymentId)
- Specified by:
parentDeploymentIdin interfaceDmnDeploymentQuery
-
parentDeploymentIdLike
public DmnDeploymentQueryImpl parentDeploymentIdLike(String parentDeploymentIdLike)
- Specified by:
parentDeploymentIdLikein interfaceDmnDeploymentQuery
-
decisionKey
public DmnDeploymentQueryImpl decisionKey(String key)
- Specified by:
decisionKeyin interfaceDmnDeploymentQuery
-
decisionKeyLike
public DmnDeploymentQueryImpl decisionKeyLike(String keyLike)
- Specified by:
decisionKeyLikein interfaceDmnDeploymentQuery
-
orderByDeploymentId
public DmnDeploymentQuery orderByDeploymentId()
- Specified by:
orderByDeploymentIdin interfaceDmnDeploymentQuery
-
orderByDeploymentTime
public DmnDeploymentQuery orderByDeploymentTime()
- Specified by:
orderByDeploymentTimein interfaceDmnDeploymentQuery
-
orderByDeploymentName
public DmnDeploymentQuery orderByDeploymentName()
- Specified by:
orderByDeploymentNamein interfaceDmnDeploymentQuery
-
orderByTenantId
public DmnDeploymentQuery orderByTenantId()
- Specified by:
orderByTenantIdin interfaceDmnDeploymentQuery
-
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCountin classAbstractQuery<DmnDeploymentQuery,DmnDeployment>
-
executeList
public List<DmnDeployment> executeList(CommandContext commandContext)
- Specified by:
executeListin classAbstractQuery<DmnDeploymentQuery,DmnDeployment>
-
getDeploymentId
public String getDeploymentId()
-
getName
public String getName()
-
getNameLike
public String getNameLike()
-
getCategory
public String getCategory()
-
getCategoryNotEquals
public String getCategoryNotEquals()
-
getTenantId
public String getTenantId()
-
getTenantIdLike
public String getTenantIdLike()
-
isWithoutTenantId
public boolean isWithoutTenantId()
-
getDecisionKey
public String getDecisionKey()
-
getDecisionKeyLike
public String getDecisionKeyLike()
-
-