Package org.flowable.dmn.engine.impl
Class HistoricDecisionExecutionQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<DmnHistoricDecisionExecutionQuery,DmnHistoricDecisionExecution>
org.flowable.dmn.engine.impl.HistoricDecisionExecutionQueryImpl
- All Implemented Interfaces:
Serializable,CacheAwareQuery<HistoricDecisionExecutionEntity>,DeleteQuery<DmnHistoricDecisionExecutionQuery,,DmnHistoricDecisionExecution> Query<DmnHistoricDecisionExecutionQuery,,DmnHistoricDecisionExecution> Command<Object>,DmnHistoricDecisionExecutionQuery
public class HistoricDecisionExecutionQueryImpl
extends AbstractQuery<DmnHistoricDecisionExecutionQuery,DmnHistoricDecisionExecution>
implements DmnHistoricDecisionExecutionQuery, CacheAwareQuery<HistoricDecisionExecutionEntity>
- Author:
- Tijs Rademakers
- 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 Booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanprotected 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
ConstructorsConstructorDescriptionHistoricDecisionExecutionQueryImpl(CommandContext commandContext) HistoricDecisionExecutionQueryImpl(CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionactivityId(String activityId) caseInstanceIdWithChildren(String caseInstanceId) decisionDefinitionId(String decisionDefinitionId) decisionKey(String decisionKey) voiddelete()voidDeprecated.deploymentId(String deploymentId) longexecuteCount(CommandContext commandContext) executeList(CommandContext commandContext) executionId(String executionId) getId()getIds()instanceId(String instanceId) booleanbooleanprocessInstanceIdWithChildren(String processInstanceId) tenantIdLike(String tenantIdLike) 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, setParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.query.CacheAwareQuery
enhanceCachedValue
-
Field Details
-
id
-
ids
-
decisionDefinitionId
-
deploymentId
-
decisionKey
-
instanceId
-
executionId
-
activityId
-
scopeType
-
withoutScopeType
protected boolean withoutScopeType -
processInstanceIdWithChildren
-
caseInstanceIdWithChildren
-
failed
-
tenantId
-
tenantIdLike
-
withoutTenantId
protected boolean withoutTenantId
-
-
Constructor Details
-
HistoricDecisionExecutionQueryImpl
public HistoricDecisionExecutionQueryImpl() -
HistoricDecisionExecutionQueryImpl
-
HistoricDecisionExecutionQueryImpl
-
-
Method Details
-
id
- Specified by:
idin interfaceDmnHistoricDecisionExecutionQuery
-
ids
- Specified by:
idsin interfaceDmnHistoricDecisionExecutionQuery
-
decisionDefinitionId
- Specified by:
decisionDefinitionIdin interfaceDmnHistoricDecisionExecutionQuery
-
deploymentId
- Specified by:
deploymentIdin interfaceDmnHistoricDecisionExecutionQuery
-
decisionKey
- Specified by:
decisionKeyin interfaceDmnHistoricDecisionExecutionQuery
-
instanceId
- Specified by:
instanceIdin interfaceDmnHistoricDecisionExecutionQuery
-
executionId
- Specified by:
executionIdin interfaceDmnHistoricDecisionExecutionQuery
-
activityId
- Specified by:
activityIdin interfaceDmnHistoricDecisionExecutionQuery
-
scopeType
- Specified by:
scopeTypein interfaceDmnHistoricDecisionExecutionQuery
-
withoutScopeType
- Specified by:
withoutScopeTypein interfaceDmnHistoricDecisionExecutionQuery
-
processInstanceIdWithChildren
- Specified by:
processInstanceIdWithChildrenin interfaceDmnHistoricDecisionExecutionQuery
-
caseInstanceIdWithChildren
- Specified by:
caseInstanceIdWithChildrenin interfaceDmnHistoricDecisionExecutionQuery
-
failed
- Specified by:
failedin interfaceDmnHistoricDecisionExecutionQuery
-
tenantId
- Specified by:
tenantIdin interfaceDmnHistoricDecisionExecutionQuery
-
tenantIdLike
- Specified by:
tenantIdLikein interfaceDmnHistoricDecisionExecutionQuery
-
withoutTenantId
- Specified by:
withoutTenantIdin interfaceDmnHistoricDecisionExecutionQuery
-
orderByStartTime
- Specified by:
orderByStartTimein interfaceDmnHistoricDecisionExecutionQuery
-
orderByEndTime
- Specified by:
orderByEndTimein interfaceDmnHistoricDecisionExecutionQuery
-
orderByTenantId
- Specified by:
orderByTenantIdin interfaceDmnHistoricDecisionExecutionQuery
-
executeCount
- Specified by:
executeCountin classAbstractQuery<DmnHistoricDecisionExecutionQuery,DmnHistoricDecisionExecution>
-
executeList
- Specified by:
executeListin classAbstractQuery<DmnHistoricDecisionExecutionQuery,DmnHistoricDecisionExecution>
-
delete
public void delete()- Specified by:
deletein interfaceDeleteQuery<DmnHistoricDecisionExecutionQuery,DmnHistoricDecisionExecution>
-
deleteWithRelatedData
Deprecated.- Specified by:
deleteWithRelatedDatain interfaceDeleteQuery<DmnHistoricDecisionExecutionQuery,DmnHistoricDecisionExecution>
-
getId
- Specified by:
getIdin interfaceCacheAwareQuery<HistoricDecisionExecutionEntity>
-
getIds
-
getDecisionDefinitionId
-
getDeploymentId
-
getDecisionKey
-
getInstanceId
-
getExecutionId
-
getActivityId
-
getScopeType
-
isWithoutScopeType
public boolean isWithoutScopeType() -
getProcessInstanceIdWithChildren
-
getCaseInstanceIdWithChildren
-
getFailed
-
getTenantId
-
getTenantIdLike
-
isWithoutTenantId
public boolean isWithoutTenantId()
-