public class HistoricDecisionExecutionQueryImpl extends AbstractQuery<DmnHistoricDecisionExecutionQuery,DmnHistoricDecisionExecution> implements DmnHistoricDecisionExecutionQuery, CacheAwareQuery<HistoricDecisionExecutionEntity>
ListQueryParameterObject.OrderBy, ListQueryParameterObject.ResultTypeQuery.NullHandlingOnOrder| Modifier and Type | Field and Description |
|---|---|
protected String |
activityId |
protected String |
caseInstanceIdWithChildren |
protected String |
decisionDefinitionId |
protected String |
decisionKey |
protected String |
deploymentId |
protected String |
executionId |
protected Boolean |
failed |
protected String |
id |
protected Set<String> |
ids |
protected String |
instanceId |
protected String |
processInstanceIdWithChildren |
protected String |
scopeType |
protected String |
tenantId |
protected String |
tenantIdLike |
protected boolean |
withoutTenantId |
commandContext, commandExecutordatabaseType, DEFAULT_ORDER_BY, defaultOrderBy, firstResult, maxResults, nullHandlingColumn, nullHandlingOnOrder, orderByCollection, orderProperty, parameter, resultType, SORTORDER_ASC, SORTORDER_DESC| Constructor and Description |
|---|
HistoricDecisionExecutionQueryImpl() |
HistoricDecisionExecutionQueryImpl(CommandContext commandContext) |
HistoricDecisionExecutionQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
DmnHistoricDecisionExecutionQuery |
activityId(String activityId)
Only select decision executions with the given activity id.
|
DmnHistoricDecisionExecutionQuery |
caseInstanceIdWithChildren(String caseInstanceId)
Select all decision executions for the given case instance id and its children.
|
DmnHistoricDecisionExecutionQuery |
decisionDefinitionId(String decisionDefinitionId)
Only select decision executions with the given definition id.
|
DmnHistoricDecisionExecutionQuery |
decisionKey(String decisionKey)
Only select decision executions with the given definition key.
|
DmnHistoricDecisionExecutionQuery |
deploymentId(String deploymentId)
Only select decision executions with the given deployment id.
|
long |
executeCount(CommandContext commandContext) |
List<DmnHistoricDecisionExecution> |
executeList(CommandContext commandContext)
Executes the actual query to retrieve the list of results.
|
DmnHistoricDecisionExecutionQuery |
executionId(String executionId)
Only select decision executions with the given execution id.
|
DmnHistoricDecisionExecutionQuery |
failed(Boolean failed)
Only select decision executions with the given failed state.
|
String |
getActivityId() |
String |
getCaseInstanceIdWithChildren() |
String |
getDecisionDefinitionId() |
String |
getDecisionKey() |
String |
getDeploymentId() |
String |
getExecutionId() |
Boolean |
getFailed() |
String |
getId() |
Set<String> |
getIds() |
String |
getInstanceId() |
String |
getProcessInstanceIdWithChildren() |
String |
getScopeType() |
String |
getTenantId() |
String |
getTenantIdLike() |
DmnHistoricDecisionExecutionQuery |
id(String id)
Only select decision execution with the given id.
|
DmnHistoricDecisionExecutionQuery |
ids(Set<String> ids)
Only select decision executions with the given ids.
|
DmnHistoricDecisionExecutionQuery |
instanceId(String instanceId)
Only select decision executions with the given instance id.
|
boolean |
isWithoutTenantId() |
DmnHistoricDecisionExecutionQuery |
orderByEndTime()
Order by the end time of the decision executions (needs to be followed by
Query.asc() or Query.desc()). |
DmnHistoricDecisionExecutionQuery |
orderByStartTime()
Order by the start time of the decision executions (needs to be followed by
Query.asc() or Query.desc()). |
DmnHistoricDecisionExecutionQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
DmnHistoricDecisionExecutionQuery |
processInstanceIdWithChildren(String processInstanceId)
Select all decision executions for the given process instance id and its children.
|
DmnHistoricDecisionExecutionQuery |
scopeType(String scopeType)
Only select decision executions with the given scope type.
|
DmnHistoricDecisionExecutionQuery |
tenantId(String tenantId)
Only select decision executions that have the given tenant id.
|
DmnHistoricDecisionExecutionQuery |
tenantIdLike(String tenantIdLike)
Only select decision executions with a tenant id like the given one.
|
DmnHistoricDecisionExecutionQuery |
withoutTenantId()
Only select decision executions that do not have a tenant id.
|
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, buildOrderBy, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByCollectionSafe, getOrderByForWindow, getOuterJoinOrderBy, getParameter, hasOrderBy, hasOrderByForColumn, isNeedsPaging, mapOrderByToSql, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setParameterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasc, count, desc, list, listPage, orderBy, orderBy, singleResultenhanceCachedValueprotected String id
protected String decisionDefinitionId
protected String deploymentId
protected String decisionKey
protected String instanceId
protected String executionId
protected String activityId
protected String scopeType
protected String processInstanceIdWithChildren
protected String caseInstanceIdWithChildren
protected Boolean failed
protected String tenantId
protected String tenantIdLike
protected boolean withoutTenantId
public HistoricDecisionExecutionQueryImpl()
public HistoricDecisionExecutionQueryImpl(CommandContext commandContext)
public HistoricDecisionExecutionQueryImpl(CommandExecutor commandExecutor)
public DmnHistoricDecisionExecutionQuery id(String id)
DmnHistoricDecisionExecutionQueryid in interface DmnHistoricDecisionExecutionQuerypublic DmnHistoricDecisionExecutionQuery ids(Set<String> ids)
DmnHistoricDecisionExecutionQueryids in interface DmnHistoricDecisionExecutionQuerypublic DmnHistoricDecisionExecutionQuery decisionDefinitionId(String decisionDefinitionId)
DmnHistoricDecisionExecutionQuerydecisionDefinitionId in interface DmnHistoricDecisionExecutionQuerypublic DmnHistoricDecisionExecutionQuery deploymentId(String deploymentId)
DmnHistoricDecisionExecutionQuerydeploymentId in interface DmnHistoricDecisionExecutionQuerypublic DmnHistoricDecisionExecutionQuery decisionKey(String decisionKey)
DmnHistoricDecisionExecutionQuerydecisionKey in interface DmnHistoricDecisionExecutionQuerypublic DmnHistoricDecisionExecutionQuery instanceId(String instanceId)
DmnHistoricDecisionExecutionQueryinstanceId in interface DmnHistoricDecisionExecutionQuerypublic DmnHistoricDecisionExecutionQuery executionId(String executionId)
DmnHistoricDecisionExecutionQueryexecutionId in interface DmnHistoricDecisionExecutionQuerypublic DmnHistoricDecisionExecutionQuery activityId(String activityId)
DmnHistoricDecisionExecutionQueryactivityId in interface DmnHistoricDecisionExecutionQuerypublic DmnHistoricDecisionExecutionQuery scopeType(String scopeType)
DmnHistoricDecisionExecutionQueryscopeType in interface DmnHistoricDecisionExecutionQuerypublic DmnHistoricDecisionExecutionQuery processInstanceIdWithChildren(String processInstanceId)
DmnHistoricDecisionExecutionQueryprocessInstanceIdWithChildren in interface DmnHistoricDecisionExecutionQuerypublic DmnHistoricDecisionExecutionQuery caseInstanceIdWithChildren(String caseInstanceId)
DmnHistoricDecisionExecutionQuerycaseInstanceIdWithChildren in interface DmnHistoricDecisionExecutionQuerypublic DmnHistoricDecisionExecutionQuery failed(Boolean failed)
DmnHistoricDecisionExecutionQueryfailed in interface DmnHistoricDecisionExecutionQuerypublic DmnHistoricDecisionExecutionQuery tenantId(String tenantId)
DmnHistoricDecisionExecutionQuerytenantId in interface DmnHistoricDecisionExecutionQuerypublic DmnHistoricDecisionExecutionQuery tenantIdLike(String tenantIdLike)
DmnHistoricDecisionExecutionQuerytenantIdLike in interface DmnHistoricDecisionExecutionQuerypublic DmnHistoricDecisionExecutionQuery withoutTenantId()
DmnHistoricDecisionExecutionQuerywithoutTenantId in interface DmnHistoricDecisionExecutionQuerypublic DmnHistoricDecisionExecutionQuery orderByStartTime()
DmnHistoricDecisionExecutionQueryQuery.asc() or Query.desc()).orderByStartTime in interface DmnHistoricDecisionExecutionQuerypublic DmnHistoricDecisionExecutionQuery orderByEndTime()
DmnHistoricDecisionExecutionQueryQuery.asc() or Query.desc()).orderByEndTime in interface DmnHistoricDecisionExecutionQuerypublic DmnHistoricDecisionExecutionQuery orderByTenantId()
DmnHistoricDecisionExecutionQueryQuery.asc() or Query.desc()).orderByTenantId in interface DmnHistoricDecisionExecutionQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<DmnHistoricDecisionExecutionQuery,DmnHistoricDecisionExecution>public List<DmnHistoricDecisionExecution> executeList(CommandContext commandContext)
AbstractQueryexecuteList in class AbstractQuery<DmnHistoricDecisionExecutionQuery,DmnHistoricDecisionExecution>public String getId()
getId in interface CacheAwareQuery<HistoricDecisionExecutionEntity>public String getDecisionDefinitionId()
public String getDeploymentId()
public String getDecisionKey()
public String getInstanceId()
public String getExecutionId()
public String getActivityId()
public String getScopeType()
public String getProcessInstanceIdWithChildren()
public String getCaseInstanceIdWithChildren()
public Boolean getFailed()
public String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()
Copyright © 2023 Flowable. All rights reserved.