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:
-
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 Stringprotected 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
ConstructorsConstructorDescriptionDmnDeploymentQueryImpl(CommandContext commandContext) DmnDeploymentQueryImpl(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptiondecisionKey(String key) decisionKeyLike(String keyLike) deploymentCategory(String deploymentCategory) deploymentCategoryNotEquals(String deploymentCategoryNotEquals) deploymentId(String deploymentId) deploymentName(String deploymentName) deploymentNameLike(String nameLike) deploymentTenantId(String tenantId) deploymentTenantIdLike(String tenantIdLike) longexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) getName()booleanparentDeploymentId(String parentDeploymentId) parentDeploymentIdLike(String parentDeploymentIdLike) 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
-
deploymentId
-
name
-
nameLike
-
category
-
categoryNotEquals
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId -
parentDeploymentId
-
parentDeploymentIdLike
-
decisionKey
-
decisionKeyLike
-
-
Constructor Details
-
DmnDeploymentQueryImpl
public DmnDeploymentQueryImpl() -
DmnDeploymentQueryImpl
-
DmnDeploymentQueryImpl
-
-
Method Details
-
deploymentId
- Specified by:
deploymentIdin interfaceDmnDeploymentQuery
-
deploymentName
- Specified by:
deploymentNamein interfaceDmnDeploymentQuery
-
deploymentNameLike
- Specified by:
deploymentNameLikein interfaceDmnDeploymentQuery
-
deploymentCategory
- Specified by:
deploymentCategoryin interfaceDmnDeploymentQuery
-
deploymentCategoryNotEquals
- Specified by:
deploymentCategoryNotEqualsin interfaceDmnDeploymentQuery
-
deploymentTenantId
- Specified by:
deploymentTenantIdin interfaceDmnDeploymentQuery
-
deploymentTenantIdLike
- Specified by:
deploymentTenantIdLikein interfaceDmnDeploymentQuery
-
deploymentWithoutTenantId
- Specified by:
deploymentWithoutTenantIdin interfaceDmnDeploymentQuery
-
parentDeploymentId
- Specified by:
parentDeploymentIdin interfaceDmnDeploymentQuery
-
parentDeploymentIdLike
- Specified by:
parentDeploymentIdLikein interfaceDmnDeploymentQuery
-
decisionKey
- Specified by:
decisionKeyin interfaceDmnDeploymentQuery
-
decisionKeyLike
- Specified by:
decisionKeyLikein interfaceDmnDeploymentQuery
-
orderByDeploymentId
- Specified by:
orderByDeploymentIdin interfaceDmnDeploymentQuery
-
orderByDeploymentTime
- Specified by:
orderByDeploymentTimein interfaceDmnDeploymentQuery
-
orderByDeploymentName
- Specified by:
orderByDeploymentNamein interfaceDmnDeploymentQuery
-
orderByTenantId
- Specified by:
orderByTenantIdin interfaceDmnDeploymentQuery
-
executeCount
- Specified by:
executeCountin classAbstractQuery<DmnDeploymentQuery,DmnDeployment>
-
executeList
- Specified by:
executeListin classAbstractQuery<DmnDeploymentQuery,DmnDeployment>
-
getDeploymentId
-
getName
-
getNameLike
-
getCategory
-
getCategoryNotEquals
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId() -
getDecisionKey
-
getDecisionKeyLike
-