public class HistoricProcessInstanceQueryImpl extends AbstractVariableQueryImpl<HistoricProcessInstanceQuery,HistoricProcessInstance> implements HistoricProcessInstanceQuery
| Modifier and Type | Field and Description |
|---|---|
protected String |
businessKey |
protected String |
businessKeyLike |
protected String |
caseInstanceId |
protected Date |
finishDateBy |
protected Date |
finishDateOn |
protected Date |
finishDateOnBegin |
protected Date |
finishDateOnEnd |
protected boolean |
finished |
protected Date |
finishedAfter |
protected Date |
finishedBefore |
protected String |
processDefinitionId |
protected String |
processDefinitionKey |
protected String |
processDefinitionName |
protected String |
processDefinitionNameLike |
protected String |
processInstanceId |
protected Set<String> |
processInstanceIds |
protected List<String> |
processKeyNotIn |
protected Date |
startDateBy |
protected Date |
startDateOn |
protected Date |
startDateOnBegin |
protected Date |
startDateOnEnd |
protected Date |
startedAfter |
protected Date |
startedBefore |
protected String |
startedBy |
protected String |
subCaseInstanceId |
protected String |
subProcessInstanceId |
protected String |
superCaseInstanceId |
protected String |
superProcessInstanceId |
protected boolean |
unfinished |
queryVariableValuescommandExecutor, expressions, orderingProperties, resultType, SORTORDER_ASC, SORTORDER_DESC, validatorsdatabaseType, DEFAULT_ORDER_BY, firstResult, maxResults, orderBy, parameterauthDefaultPerm, authGroupIds, authUserId, isAuthorizationCheckEnabled, permissionChecks| Constructor and Description |
|---|
HistoricProcessInstanceQueryImpl() |
HistoricProcessInstanceQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
HistoricProcessInstanceQuery |
caseInstanceId(String caseInstanceId)
Only select historic process instances which are associated with the given case instance id.
|
long |
executeCount(CommandContext commandContext) |
List<HistoricProcessInstance> |
executeList(CommandContext commandContext,
Page page)
Executes the actual query to retrieve the list of results.
|
HistoricProcessInstanceQuery |
finishDateBy(Date date)
Deprecated.
|
HistoricProcessInstanceQuery |
finishDateOn(Date date)
Deprecated.
|
HistoricProcessInstanceQuery |
finished()
Only select historic process instances that are completely finished.
|
HistoricProcessInstanceQuery |
finishedAfter(Date date)
Only select historic process instances that were started after the given date.
|
HistoricProcessInstanceQuery |
finishedBefore(Date date)
Only select historic process instances that were started before the given date.
|
String |
getBusinessKey() |
String |
getBusinessKeyLike() |
String |
getCaseInstanceId() |
Date |
getFinishedAfter() |
Date |
getFinishedBefore() |
String |
getProcessDefinitionId() |
String |
getProcessDefinitionIdLike() |
String |
getProcessDefinitionKey() |
String |
getProcessDefinitionName() |
String |
getProcessDefinitionNameLike() |
String |
getProcessInstanceId() |
Set<String> |
getProcessInstanceIds() |
List<String> |
getProcessKeyNotIn() |
Date |
getStartedAfter() |
Date |
getStartedBefore() |
String |
getStartedBy() |
String |
getSubCaseInstanceId() |
String |
getSubProcessInstanceId() |
String |
getSuperCaseInstanceId() |
String |
getSuperProcessInstanceId() |
boolean |
isOpen() |
HistoricProcessInstanceQuery |
orderByProcessDefinitionId()
Order by the process definition id (needs to be followed by
Query.asc() or Query.desc()). |
HistoricProcessInstanceQuery |
orderByProcessInstanceBusinessKey()
Order by the business key (needs to be followed by
Query.asc() or Query.desc()). |
HistoricProcessInstanceQuery |
orderByProcessInstanceDuration()
Order by the duration of the process instance (needs to be followed by
Query.asc() or Query.desc()). |
HistoricProcessInstanceQuery |
orderByProcessInstanceEndTime()
Order by the end time (needs to be followed by
Query.asc() or Query.desc()). |
HistoricProcessInstanceQuery |
orderByProcessInstanceId()
Order by the process instance id (needs to be followed by
Query.asc() or Query.desc()). |
HistoricProcessInstanceQuery |
orderByProcessInstanceStartTime()
Order by the start time (needs to be followed by
Query.asc() or Query.desc()). |
HistoricProcessInstanceQueryImpl |
processDefinitionId(String processDefinitionId)
Only select historic process instances for the given process definition
|
HistoricProcessInstanceQuery |
processDefinitionKey(String processDefinitionKey)
Only select historic process instances that are defined by a process
definition with the given key.
|
HistoricProcessInstanceQuery |
processDefinitionKeyNotIn(List<String> processDefinitionKeys)
Only select historic process instances that don't have a process-definition of which the key is present in the given list
|
HistoricProcessInstanceQuery |
processDefinitionName(String processDefinitionName)
Only select historic process instances that are defined by a process
definition with the given name.
|
HistoricProcessInstanceQuery |
processDefinitionNameLike(String nameLike)
Only select historic process instances that are defined by process definition which name
is like the given value.
|
HistoricProcessInstanceQuery |
processInstanceBusinessKey(String businessKey)
Only select historic process instances with the given business key
|
HistoricProcessInstanceQuery |
processInstanceBusinessKeyLike(String businessKeyLike)
Only select historic process instances which had a business key like the given value.
|
HistoricProcessInstanceQueryImpl |
processInstanceId(String processInstanceId)
Only select historic process instances with the given process instance.
|
HistoricProcessInstanceQuery |
processInstanceIds(Set<String> processInstanceIds)
Only select historic process instances whose id is in the given set of ids.
|
void |
setSuperProcessInstanceId(String superProcessInstanceId) |
HistoricProcessInstanceQuery |
startDateBy(Date date)
Deprecated.
|
HistoricProcessInstanceQuery |
startDateOn(Date date)
Deprecated.
|
HistoricProcessInstanceQuery |
startedAfter(Date date)
Only select historic process instances that were started after the given date.
|
HistoricProcessInstanceQuery |
startedBefore(Date date)
Only select historic process instances that were started before the given date.
|
HistoricProcessInstanceQuery |
startedBy(String userId)
Only select historic process instance that are started by the given user.
|
HistoricProcessInstanceQuery |
subCaseInstanceId(String subCaseInstanceId)
Only select historic process instances having a sub case instance
with the given case instance id.
|
HistoricProcessInstanceQuery |
subProcessInstanceId(String subProcessInstanceId)
Only select historic process instances having a sub process instance
with the given process instance id.
|
HistoricProcessInstanceQuery |
superCaseInstanceId(String superCaseInstanceId)
Only select historic process instances started by the given case
instance.
|
HistoricProcessInstanceQuery |
superProcessInstanceId(String superProcessInstanceId)
Only select historic process instances started by the given process
instance.
|
HistoricProcessInstanceQuery |
unfinished()
Only select historic process instance that are not yet finished.
|
addVariable, ensureVariablesInitialized, getQueryVariableValues, variableValueEquals, variableValueGreaterThan, variableValueGreaterThanOrEqual, variableValueLessThan, variableValueLessThanOrEqual, variableValueLike, variableValueNotEqualsaddExpression, addValidator, asc, checkQueryOk, count, desc, direction, evaluateExpressions, evaluateExpressionsAndExecuteCount, evaluateExpressionsAndExecuteList, execute, executeSingleResult, extend, getExpressions, getMethod, getOrderBy, getOrderingProperties, list, listPage, mergeExpressions, mergeOrdering, orderBy, orderBy, removeValidator, setCommandExecutor, setExpressions, setOrderingProperties, singleResult, validate, validategetDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setDatabaseType, setFirstResult, setMaxResults, setOrderBy, setParameteraddPermissionCheck, getAuthDefaultPerm, getAuthGroupIds, getAuthUserId, getPermissionChecks, isAuthorizationCheckEnabled, setAuthDefaultPerm, setAuthGroupIds, setAuthorizationCheckEnabled, setAuthUserId, setPermissionChecksclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvariableValueEquals, variableValueGreaterThan, variableValueGreaterThanOrEqual, variableValueLessThan, variableValueLessThanOrEqual, variableValueLike, variableValueNotEqualsprotected String processInstanceId
protected String processDefinitionId
protected String processDefinitionName
protected String processDefinitionNameLike
protected String businessKey
protected String businessKeyLike
protected boolean finished
protected boolean unfinished
protected String startedBy
protected String superProcessInstanceId
protected String subProcessInstanceId
protected String superCaseInstanceId
protected String subCaseInstanceId
protected Date startedBefore
protected Date startedAfter
protected Date finishedBefore
protected Date finishedAfter
protected String processDefinitionKey
protected String caseInstanceId
protected Date startDateBy
protected Date startDateOn
protected Date finishDateBy
protected Date finishDateOn
protected Date startDateOnBegin
protected Date startDateOnEnd
protected Date finishDateOnBegin
protected Date finishDateOnEnd
public HistoricProcessInstanceQueryImpl()
public HistoricProcessInstanceQueryImpl(CommandExecutor commandExecutor)
public HistoricProcessInstanceQueryImpl processInstanceId(String processInstanceId)
HistoricProcessInstanceQueryprocessInstanceId in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQuery processInstanceIds(Set<String> processInstanceIds)
HistoricProcessInstanceQueryprocessInstanceIds in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQueryImpl processDefinitionId(String processDefinitionId)
HistoricProcessInstanceQueryprocessDefinitionId in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQuery processDefinitionKey(String processDefinitionKey)
HistoricProcessInstanceQueryprocessDefinitionKey in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQuery processDefinitionName(String processDefinitionName)
HistoricProcessInstanceQueryprocessDefinitionName in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQuery processDefinitionNameLike(String nameLike)
HistoricProcessInstanceQueryprocessDefinitionNameLike in interface HistoricProcessInstanceQuerynameLike - The string can include the wildcard character '%' to express
like-strategy: starts with (string%), ends with (%string) or contains (%string%).public HistoricProcessInstanceQuery processInstanceBusinessKey(String businessKey)
HistoricProcessInstanceQueryprocessInstanceBusinessKey in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQuery processInstanceBusinessKeyLike(String businessKeyLike)
HistoricProcessInstanceQueryprocessInstanceBusinessKeyLike in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQuery finished()
HistoricProcessInstanceQueryfinished in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQuery unfinished()
HistoricProcessInstanceQueryunfinished in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQuery startedBy(String userId)
HistoricProcessInstanceQuerystartedBy in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQuery processDefinitionKeyNotIn(List<String> processDefinitionKeys)
HistoricProcessInstanceQueryprocessDefinitionKeyNotIn in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQuery startedAfter(Date date)
HistoricProcessInstanceQuerystartedAfter in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQuery startedBefore(Date date)
HistoricProcessInstanceQuerystartedBefore in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQuery finishedAfter(Date date)
HistoricProcessInstanceQueryfinishedAfter in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQuery finishedBefore(Date date)
HistoricProcessInstanceQueryfinishedBefore in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQuery superProcessInstanceId(String superProcessInstanceId)
HistoricProcessInstanceQuerysuperProcessInstanceId in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQuery subProcessInstanceId(String subProcessInstanceId)
HistoricProcessInstanceQuerysubProcessInstanceId in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQuery superCaseInstanceId(String superCaseInstanceId)
HistoricProcessInstanceQuerysuperCaseInstanceId in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQuery subCaseInstanceId(String subCaseInstanceId)
HistoricProcessInstanceQuerysubCaseInstanceId in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQuery caseInstanceId(String caseInstanceId)
HistoricProcessInstanceQuerycaseInstanceId in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQuery orderByProcessInstanceBusinessKey()
HistoricProcessInstanceQueryQuery.asc() or Query.desc()).orderByProcessInstanceBusinessKey in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQuery orderByProcessInstanceDuration()
HistoricProcessInstanceQueryQuery.asc() or Query.desc()).orderByProcessInstanceDuration in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQuery orderByProcessInstanceStartTime()
HistoricProcessInstanceQueryQuery.asc() or Query.desc()).orderByProcessInstanceStartTime in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQuery orderByProcessInstanceEndTime()
HistoricProcessInstanceQueryQuery.asc() or Query.desc()).orderByProcessInstanceEndTime in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQuery orderByProcessDefinitionId()
HistoricProcessInstanceQueryQuery.asc() or Query.desc()).orderByProcessDefinitionId in interface HistoricProcessInstanceQuerypublic HistoricProcessInstanceQuery orderByProcessInstanceId()
HistoricProcessInstanceQueryQuery.asc() or Query.desc()).orderByProcessInstanceId in interface HistoricProcessInstanceQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractVariableQueryImpl<HistoricProcessInstanceQuery,HistoricProcessInstance>public List<HistoricProcessInstance> executeList(CommandContext commandContext, Page page)
AbstractQueryexecuteList in class AbstractVariableQueryImpl<HistoricProcessInstanceQuery,HistoricProcessInstance>page - used if the results must be paged. If null, no paging will be applied.public String getBusinessKey()
public String getBusinessKeyLike()
public boolean isOpen()
public String getProcessDefinitionId()
public String getProcessDefinitionKey()
public String getProcessDefinitionIdLike()
public String getProcessDefinitionName()
public String getProcessDefinitionNameLike()
public String getProcessInstanceId()
public String getStartedBy()
public String getSuperProcessInstanceId()
public void setSuperProcessInstanceId(String superProcessInstanceId)
public Date getStartedAfter()
public Date getStartedBefore()
public Date getFinishedAfter()
public Date getFinishedBefore()
public String getCaseInstanceId()
@Deprecated public HistoricProcessInstanceQuery startDateBy(Date date)
HistoricProcessInstanceQuerystartDateBy in interface HistoricProcessInstanceQuery@Deprecated public HistoricProcessInstanceQuery startDateOn(Date date)
HistoricProcessInstanceQuerystartDateOn in interface HistoricProcessInstanceQuery@Deprecated public HistoricProcessInstanceQuery finishDateBy(Date date)
HistoricProcessInstanceQueryfinishDateBy in interface HistoricProcessInstanceQuery@Deprecated public HistoricProcessInstanceQuery finishDateOn(Date date)
HistoricProcessInstanceQueryfinishDateOn in interface HistoricProcessInstanceQuerypublic String getSubProcessInstanceId()
public String getSuperCaseInstanceId()
public String getSubCaseInstanceId()
Copyright © 2018. All rights reserved.