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:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeNested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Integerprotected Integerprotected Integerprotected Integerprotected Integerprotected booleanFields inherited from class org.flowable.common.engine.impl.query.AbstractQuery
commandContext, commandExecutorFields inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
databaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, ignoreOrderBy, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC -
Constructor Summary
ConstructorsConstructorDescriptionDecisionQueryImpl(CommandContext commandContext) DecisionQueryImpl(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckVersion(Integer version) decisionCategory(String category) decisionCategoryLike(String categoryLike) decisionCategoryNotEquals(String categoryNotEquals) decisionId(String decisionId) decisionIds(Set<String> decisionIds) decisionKey(String key) decisionKeyLike(String keyLike) decisionName(String name) decisionNameLike(String nameLike) decisionResourceName(String resourceName) decisionResourceNameLike(String resourceNameLike) decisionTenantId(String tenantId) decisionTenantIdLike(String tenantIdLike) decisionType(String decisionType) decisionTypeLike(String decisionTypeLike) decisionVersion(Integer version) decisionVersionGreaterThan(Integer decisionVersion) decisionVersionGreaterThanOrEquals(Integer decisionVersion) decisionVersionLowerThan(Integer decisionVersion) decisionVersionLowerThanOrEquals(Integer decisionVersion) deploymentId(String deploymentId) deploymentIds(Set<String> deploymentIds) longexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) getId()getIds()getKey()getName()booleanisLatest()booleanparentDeploymentId(String parentDeploymentId) Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, getSafeList, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultMethods 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, setIgnoreOrderBy, setMaxResults, setNullHandlingColumn, setParameter
-
Field Details
-
id
-
ids
-
category
-
categoryLike
-
categoryNotEquals
-
name
-
nameLike
-
deploymentId
-
deploymentIds
-
parentDeploymentId
-
key
-
keyLike
-
resourceName
-
resourceNameLike
-
version
-
versionGt
-
versionGte
-
versionLt
-
versionLte
-
latest
protected boolean latest -
decisionId
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId -
decisionType
-
decisionTypeLike
-
-
Constructor Details
-
DecisionQueryImpl
public DecisionQueryImpl() -
DecisionQueryImpl
-
DecisionQueryImpl
-
-
Method Details
-
decisionId
- Specified by:
decisionIdin interfaceDmnDecisionQuery
-
decisionIds
- Specified by:
decisionIdsin interfaceDmnDecisionQuery
-
decisionCategory
- Specified by:
decisionCategoryin interfaceDmnDecisionQuery
-
decisionCategoryLike
- Specified by:
decisionCategoryLikein interfaceDmnDecisionQuery
-
decisionCategoryNotEquals
- Specified by:
decisionCategoryNotEqualsin interfaceDmnDecisionQuery
-
decisionName
- Specified by:
decisionNamein interfaceDmnDecisionQuery
-
decisionNameLike
- Specified by:
decisionNameLikein interfaceDmnDecisionQuery
-
deploymentId
- Specified by:
deploymentIdin interfaceDmnDecisionQuery
-
deploymentIds
- Specified by:
deploymentIdsin interfaceDmnDecisionQuery
-
parentDeploymentId
- Specified by:
parentDeploymentIdin interfaceDmnDecisionQuery
-
decisionKey
- Specified by:
decisionKeyin interfaceDmnDecisionQuery
-
decisionKeyLike
- Specified by:
decisionKeyLikein interfaceDmnDecisionQuery
-
decisionResourceName
- Specified by:
decisionResourceNamein interfaceDmnDecisionQuery
-
decisionResourceNameLike
- Specified by:
decisionResourceNameLikein interfaceDmnDecisionQuery
-
decisionVersion
- Specified by:
decisionVersionin interfaceDmnDecisionQuery
-
decisionVersionGreaterThan
- Specified by:
decisionVersionGreaterThanin interfaceDmnDecisionQuery
-
decisionVersionGreaterThanOrEquals
- Specified by:
decisionVersionGreaterThanOrEqualsin interfaceDmnDecisionQuery
-
decisionVersionLowerThan
- Specified by:
decisionVersionLowerThanin interfaceDmnDecisionQuery
-
decisionVersionLowerThanOrEquals
- Specified by:
decisionVersionLowerThanOrEqualsin interfaceDmnDecisionQuery
-
checkVersion
-
latestVersion
- Specified by:
latestVersionin interfaceDmnDecisionQuery
-
decisionTenantId
- Specified by:
decisionTenantIdin interfaceDmnDecisionQuery
-
decisionTenantIdLike
- Specified by:
decisionTenantIdLikein interfaceDmnDecisionQuery
-
decisionWithoutTenantId
- Specified by:
decisionWithoutTenantIdin interfaceDmnDecisionQuery
-
decisionType
- Specified by:
decisionTypein interfaceDmnDecisionQuery
-
decisionTypeLike
- Specified by:
decisionTypeLikein interfaceDmnDecisionQuery
-
orderByDeploymentId
- Specified by:
orderByDeploymentIdin interfaceDmnDecisionQuery
-
orderByDecisionKey
- Specified by:
orderByDecisionKeyin interfaceDmnDecisionQuery
-
orderByDecisionCategory
- Specified by:
orderByDecisionCategoryin interfaceDmnDecisionQuery
-
orderByDecisionId
- Specified by:
orderByDecisionIdin interfaceDmnDecisionQuery
-
orderByDecisionVersion
- Specified by:
orderByDecisionVersionin interfaceDmnDecisionQuery
-
orderByDecisionName
- Specified by:
orderByDecisionNamein interfaceDmnDecisionQuery
-
orderByTenantId
- Specified by:
orderByTenantIdin interfaceDmnDecisionQuery
-
orderByDecisionType
- Specified by:
orderByDecisionTypein interfaceDmnDecisionQuery
-
executeCount
- Specified by:
executeCountin classAbstractQuery<DmnDecisionQuery,DmnDecision>
-
executeList
- Specified by:
executeListin classAbstractQuery<DmnDecisionQuery,DmnDecision>
-
getDeploymentId
-
getDeploymentIds
-
getParentDeploymentId
-
getId
-
getIds
-
getDecisionId
-
getName
-
getNameLike
-
getKey
-
getKeyLike
-
getVersion
-
getVersionGt
-
getVersionGte
-
getVersionLt
-
getVersionLte
-
isLatest
public boolean isLatest() -
getCategory
-
getCategoryLike
-
getResourceName
-
getResourceNameLike
-
getCategoryNotEquals
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId() -
getDecisionType
-
getDecisionTypeLike
-