Package org.flowable.dmn.engine.impl
Class DecisionQueryImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.db.ListQueryParameterObject
-
- org.flowable.common.engine.impl.query.AbstractQuery<DmnDecisionQuery,DmnDecision>
-
- org.flowable.dmn.engine.impl.DecisionQueryImpl
-
- All Implemented Interfaces:
Serializable,Query<DmnDecisionQuery,DmnDecision>,Command<Object>,DmnDecisionQuery
public class DecisionQueryImpl extends AbstractQuery<DmnDecisionQuery,DmnDecision> implements DmnDecisionQuery
- Author:
- Tijs Rademakers, Joram Barrez, Yvo Swillens
- 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 StringcategoryLikeprotected StringcategoryNotEqualsprotected StringdecisionIdprotected StringdecisionTypeprotected StringdecisionTypeLikeprotected StringdeploymentIdprotected Set<String>deploymentIdsprotected Stringidprotected Set<String>idsprotected Stringkeyprotected StringkeyLikeprotected booleanlatestprotected Stringnameprotected StringnameLikeprotected StringparentDeploymentIdprotected StringresourceNameprotected StringresourceNameLikeprotected StringtenantIdprotected StringtenantIdLikeprotected Integerversionprotected IntegerversionGtprotected IntegerversionGteprotected IntegerversionLtprotected IntegerversionLteprotected 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 DecisionQueryImpl()DecisionQueryImpl(CommandContext commandContext)DecisionQueryImpl(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
-
id
protected String id
-
category
protected String category
-
categoryLike
protected String categoryLike
-
categoryNotEquals
protected String categoryNotEquals
-
name
protected String name
-
nameLike
protected String nameLike
-
deploymentId
protected String deploymentId
-
parentDeploymentId
protected String parentDeploymentId
-
key
protected String key
-
keyLike
protected String keyLike
-
resourceName
protected String resourceName
-
resourceNameLike
protected String resourceNameLike
-
version
protected Integer version
-
versionGt
protected Integer versionGt
-
versionGte
protected Integer versionGte
-
versionLt
protected Integer versionLt
-
versionLte
protected Integer versionLte
-
latest
protected boolean latest
-
decisionId
protected String decisionId
-
tenantId
protected String tenantId
-
tenantIdLike
protected String tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId
-
decisionType
protected String decisionType
-
decisionTypeLike
protected String decisionTypeLike
-
-
Constructor Detail
-
DecisionQueryImpl
public DecisionQueryImpl()
-
DecisionQueryImpl
public DecisionQueryImpl(CommandContext commandContext)
-
DecisionQueryImpl
public DecisionQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
decisionId
public DecisionQueryImpl decisionId(String decisionId)
- Specified by:
decisionIdin interfaceDmnDecisionQuery
-
decisionIds
public DmnDecisionQuery decisionIds(Set<String> decisionIds)
- Specified by:
decisionIdsin interfaceDmnDecisionQuery
-
decisionCategory
public DecisionQueryImpl decisionCategory(String category)
- Specified by:
decisionCategoryin interfaceDmnDecisionQuery
-
decisionCategoryLike
public DecisionQueryImpl decisionCategoryLike(String categoryLike)
- Specified by:
decisionCategoryLikein interfaceDmnDecisionQuery
-
decisionCategoryNotEquals
public DecisionQueryImpl decisionCategoryNotEquals(String categoryNotEquals)
- Specified by:
decisionCategoryNotEqualsin interfaceDmnDecisionQuery
-
decisionName
public DecisionQueryImpl decisionName(String name)
- Specified by:
decisionNamein interfaceDmnDecisionQuery
-
decisionNameLike
public DecisionQueryImpl decisionNameLike(String nameLike)
- Specified by:
decisionNameLikein interfaceDmnDecisionQuery
-
deploymentId
public DecisionQueryImpl deploymentId(String deploymentId)
- Specified by:
deploymentIdin interfaceDmnDecisionQuery
-
deploymentIds
public DecisionQueryImpl deploymentIds(Set<String> deploymentIds)
- Specified by:
deploymentIdsin interfaceDmnDecisionQuery
-
parentDeploymentId
public DecisionQueryImpl parentDeploymentId(String parentDeploymentId)
- Specified by:
parentDeploymentIdin interfaceDmnDecisionQuery
-
decisionKey
public DecisionQueryImpl decisionKey(String key)
- Specified by:
decisionKeyin interfaceDmnDecisionQuery
-
decisionKeyLike
public DecisionQueryImpl decisionKeyLike(String keyLike)
- Specified by:
decisionKeyLikein interfaceDmnDecisionQuery
-
decisionResourceName
public DecisionQueryImpl decisionResourceName(String resourceName)
- Specified by:
decisionResourceNamein interfaceDmnDecisionQuery
-
decisionResourceNameLike
public DecisionQueryImpl decisionResourceNameLike(String resourceNameLike)
- Specified by:
decisionResourceNameLikein interfaceDmnDecisionQuery
-
decisionVersion
public DecisionQueryImpl decisionVersion(Integer version)
- Specified by:
decisionVersionin interfaceDmnDecisionQuery
-
decisionVersionGreaterThan
public DmnDecisionQuery decisionVersionGreaterThan(Integer decisionVersion)
- Specified by:
decisionVersionGreaterThanin interfaceDmnDecisionQuery
-
decisionVersionGreaterThanOrEquals
public DmnDecisionQuery decisionVersionGreaterThanOrEquals(Integer decisionVersion)
- Specified by:
decisionVersionGreaterThanOrEqualsin interfaceDmnDecisionQuery
-
decisionVersionLowerThan
public DmnDecisionQuery decisionVersionLowerThan(Integer decisionVersion)
- Specified by:
decisionVersionLowerThanin interfaceDmnDecisionQuery
-
decisionVersionLowerThanOrEquals
public DmnDecisionQuery decisionVersionLowerThanOrEquals(Integer decisionVersion)
- Specified by:
decisionVersionLowerThanOrEqualsin interfaceDmnDecisionQuery
-
checkVersion
protected void checkVersion(Integer version)
-
latestVersion
public DecisionQueryImpl latestVersion()
- Specified by:
latestVersionin interfaceDmnDecisionQuery
-
decisionTenantId
public DmnDecisionQuery decisionTenantId(String tenantId)
- Specified by:
decisionTenantIdin interfaceDmnDecisionQuery
-
decisionTenantIdLike
public DmnDecisionQuery decisionTenantIdLike(String tenantIdLike)
- Specified by:
decisionTenantIdLikein interfaceDmnDecisionQuery
-
decisionWithoutTenantId
public DmnDecisionQuery decisionWithoutTenantId()
- Specified by:
decisionWithoutTenantIdin interfaceDmnDecisionQuery
-
decisionType
public DmnDecisionQuery decisionType(String decisionType)
- Specified by:
decisionTypein interfaceDmnDecisionQuery
-
decisionTypeLike
public DmnDecisionQuery decisionTypeLike(String decisionTypeLike)
- Specified by:
decisionTypeLikein interfaceDmnDecisionQuery
-
orderByDeploymentId
public DmnDecisionQuery orderByDeploymentId()
- Specified by:
orderByDeploymentIdin interfaceDmnDecisionQuery
-
orderByDecisionKey
public DmnDecisionQuery orderByDecisionKey()
- Specified by:
orderByDecisionKeyin interfaceDmnDecisionQuery
-
orderByDecisionCategory
public DmnDecisionQuery orderByDecisionCategory()
- Specified by:
orderByDecisionCategoryin interfaceDmnDecisionQuery
-
orderByDecisionId
public DmnDecisionQuery orderByDecisionId()
- Specified by:
orderByDecisionIdin interfaceDmnDecisionQuery
-
orderByDecisionVersion
public DmnDecisionQuery orderByDecisionVersion()
- Specified by:
orderByDecisionVersionin interfaceDmnDecisionQuery
-
orderByDecisionName
public DmnDecisionQuery orderByDecisionName()
- Specified by:
orderByDecisionNamein interfaceDmnDecisionQuery
-
orderByTenantId
public DmnDecisionQuery orderByTenantId()
- Specified by:
orderByTenantIdin interfaceDmnDecisionQuery
-
orderByDecisionType
public DmnDecisionQuery orderByDecisionType()
- Specified by:
orderByDecisionTypein interfaceDmnDecisionQuery
-
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCountin classAbstractQuery<DmnDecisionQuery,DmnDecision>
-
executeList
public List<DmnDecision> executeList(CommandContext commandContext)
- Specified by:
executeListin classAbstractQuery<DmnDecisionQuery,DmnDecision>
-
getDeploymentId
public String getDeploymentId()
-
getParentDeploymentId
public String getParentDeploymentId()
-
getId
public String getId()
-
getDecisionId
public String getDecisionId()
-
getName
public String getName()
-
getNameLike
public String getNameLike()
-
getKey
public String getKey()
-
getKeyLike
public String getKeyLike()
-
getVersion
public Integer getVersion()
-
getVersionGt
public Integer getVersionGt()
-
getVersionGte
public Integer getVersionGte()
-
getVersionLt
public Integer getVersionLt()
-
getVersionLte
public Integer getVersionLte()
-
isLatest
public boolean isLatest()
-
getCategory
public String getCategory()
-
getCategoryLike
public String getCategoryLike()
-
getResourceName
public String getResourceName()
-
getResourceNameLike
public String getResourceNameLike()
-
getCategoryNotEquals
public String getCategoryNotEquals()
-
getTenantId
public String getTenantId()
-
getTenantIdLike
public String getTenantIdLike()
-
isWithoutTenantId
public boolean isWithoutTenantId()
-
getDecisionType
public String getDecisionType()
-
getDecisionTypeLike
public String getDecisionTypeLike()
-
-