|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.db.AuthorizationCheck
org.camunda.bpm.engine.impl.db.ListQueryParameterObject
org.camunda.bpm.engine.impl.AbstractQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
org.camunda.bpm.engine.impl.HistoricTaskInstanceQueryImpl
public class HistoricTaskInstanceQueryImpl
| Fields inherited from class org.camunda.bpm.engine.impl.AbstractQuery |
|---|
commandContext, commandExecutor, expressions, orderingProperties, resultType, SORTORDER_ASC, SORTORDER_DESC |
| Fields inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject |
|---|
databaseType, DEFAULT_ORDER_BY, firstResult, maxResults, orderBy, parameter |
| Fields inherited from class org.camunda.bpm.engine.impl.db.AuthorizationCheck |
|---|
authDefaultPerm, authGroupIds, authUserId, isAuthorizationCheckEnabled, permissionChecks |
| Constructor Summary | |
|---|---|
HistoricTaskInstanceQueryImpl()
|
|
HistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor)
|
|
| Method Summary | |
|---|---|
HistoricTaskInstanceQuery |
activityInstanceIdIn(String... activityInstanceIds)
Only select historic task instances which have one of the given activity instance ids. |
HistoricTaskInstanceQuery |
caseDefinitionId(String caseDefinitionId)
Only select historic task instances for the given case definition. |
HistoricTaskInstanceQuery |
caseDefinitionKey(String caseDefinitionKey)
Only select historic task instances which are part of a case instance which has the given case definition key. |
HistoricTaskInstanceQuery |
caseDefinitionName(String caseDefinitionName)
Only select historic task instances which are part of a (historic) case instance which has the given case definition name. |
HistoricTaskInstanceQuery |
caseExecutionId(String caseExecutionId)
Only select historic task instances for the given case execution id. |
HistoricTaskInstanceQuery |
caseInstanceId(String caseInstanceId)
Only select historic task instances for the given case instance. |
protected void |
ensureVariablesInitialized()
|
long |
executeCount(CommandContext commandContext)
|
List<HistoricTaskInstance> |
executeList(CommandContext commandContext,
Page page)
Executes the actual query to retrieve the list of results. |
HistoricTaskInstanceQueryImpl |
executionId(String executionId)
Only select historic task instances for the given execution. |
HistoricTaskInstanceQueryImpl |
finished()
Only select historic task instances which are finished. |
String[] |
getActivityInstanceIds()
|
String |
getCaseDefinitionId()
|
String |
getCaseDefinitionKey()
|
String |
getCaseDefinitionName()
|
String |
getCaseExecutionId()
|
String |
getCaseInstanceId()
|
String |
getExecutionId()
|
String |
getProcessDefinitionId()
|
String |
getProcessInstanceId()
|
String |
getTaskAssignee()
|
String |
getTaskAssigneeLike()
|
String |
getTaskDefinitionKey()
|
String |
getTaskDeleteReason()
|
String |
getTaskDeleteReasonLike()
|
String |
getTaskDescription()
|
String |
getTaskDescriptionLike()
|
String |
getTaskId()
|
String |
getTaskName()
|
String |
getTaskNameLike()
|
String |
getTaskOwner()
|
String |
getTaskOwnerLike()
|
String |
getTaskParentTaskId()
|
List<TaskQueryVariableValue> |
getVariables()
|
boolean |
isFinished()
|
boolean |
isUnfinished()
|
HistoricTaskInstanceQuery |
orderByCaseDefinitionId()
Order by case definition id (needs to be followed by Query.asc() or Query.desc()). |
HistoricTaskInstanceQuery |
orderByCaseExecutionId()
Order by case execution id (needs to be followed by Query.asc() or Query.desc()). |
HistoricTaskInstanceQuery |
orderByCaseInstanceId()
Order by case instance id (needs to be followed by Query.asc() or Query.desc()). |
HistoricTaskInstanceQueryImpl |
orderByDeleteReason()
Order by task delete reason (needs to be followed by Query.asc() or Query.desc()). |
HistoricTaskInstanceQueryImpl |
orderByExecutionId()
Order by execution id (needs to be followed by Query.asc() or Query.desc()). |
HistoricTaskInstanceQueryImpl |
orderByHistoricActivityInstanceId()
Order by the historic activity instance id this task was used in (needs to be followed by Query.asc() or Query.desc()). |
HistoricTaskInstanceQueryImpl |
orderByHistoricActivityInstanceStartTime()
Order by start time (needs to be followed by Query.asc() or Query.desc()). |
HistoricTaskInstanceQueryImpl |
orderByHistoricTaskInstanceDuration()
Order by duration (needs to be followed by Query.asc() or Query.desc()). |
HistoricTaskInstanceQueryImpl |
orderByHistoricTaskInstanceEndTime()
Order by end time (needs to be followed by Query.asc() or Query.desc()). |
HistoricTaskInstanceQueryImpl |
orderByProcessDefinitionId()
Order by process definition id (needs to be followed by Query.asc() or Query.desc()). |
HistoricTaskInstanceQueryImpl |
orderByProcessInstanceId()
Order by process instance id (needs to be followed by Query.asc() or Query.desc()). |
HistoricTaskInstanceQuery |
orderByTaskAssignee()
Order by task assignee (needs to be followed by Query.asc() or Query.desc()). |
HistoricTaskInstanceQuery |
orderByTaskDefinitionKey()
Order by task definition key (needs to be followed by Query.asc() or Query.desc()). |
HistoricTaskInstanceQueryImpl |
orderByTaskDescription()
Order by task description (needs to be followed by Query.asc() or Query.desc()). |
HistoricTaskInstanceQuery |
orderByTaskDueDate()
Order by task due date (needs to be followed by Query.asc() or Query.desc()). |
HistoricTaskInstanceQuery |
orderByTaskFollowUpDate()
Order by task follow-up date (needs to be followed by Query.asc() or Query.desc()). |
HistoricTaskInstanceQueryImpl |
orderByTaskId()
Order by task id (needs to be followed by Query.asc() or Query.desc()). |
HistoricTaskInstanceQueryImpl |
orderByTaskName()
Order by task name (needs to be followed by Query.asc() or Query.desc()). |
HistoricTaskInstanceQuery |
orderByTaskOwner()
Order by task owner (needs to be followed by Query.asc() or Query.desc()). |
HistoricTaskInstanceQuery |
orderByTaskPriority()
Order by task priority key (needs to be followed by Query.asc() or Query.desc()). |
HistoricTaskInstanceQueryImpl |
processDefinitionId(String processDefinitionId)
Only select historic task instances for the given process definition. |
HistoricTaskInstanceQuery |
processDefinitionKey(String processDefinitionKey)
Only select historic task instances which are part of a (historic) process instance which has the given process definition key. |
HistoricTaskInstanceQuery |
processDefinitionName(String processDefinitionName)
Only select historic task instances which are part of a (historic) process instance which has the given definition name. |
HistoricTaskInstanceQuery |
processFinished()
Only select historic task instances which are part of a process instance which is already finished. |
HistoricTaskInstanceQueryImpl |
processInstanceId(String processInstanceId)
Only select historic task instances for the given process instance. |
HistoricTaskInstanceQuery |
processUnfinished()
Only select historic task instances which are part of a process instance which is not finished yet. |
HistoricTaskInstanceQuery |
processVariableValueEquals(String variableName,
Object variableValue)
Only select historic task instances which are part of a process instance which have a variable with the given name set to the given value. |
HistoricTaskInstanceQueryImpl |
taskAssignee(String taskAssignee)
Only select historic task instances which were last assigned to the given assignee. |
HistoricTaskInstanceQueryImpl |
taskAssigneeLike(String taskAssigneeLike)
Only select historic task instances which were last assigned to an assignee like the given value. |
HistoricTaskInstanceQuery |
taskDefinitionKey(String taskDefinitionKey)
Only select historic task instances with the given task definition key. |
HistoricTaskInstanceQueryImpl |
taskDeleteReason(String taskDeleteReason)
Only select historic task instances with the given task delete reason. |
HistoricTaskInstanceQueryImpl |
taskDeleteReasonLike(String taskDeleteReasonLike)
Only select historic task instances with a task description like the given value. |
HistoricTaskInstanceQueryImpl |
taskDescription(String taskDescription)
Only select historic task instances with the given task description. |
HistoricTaskInstanceQueryImpl |
taskDescriptionLike(String taskDescriptionLike)
Only select historic task instances with a task description like the given value. |
HistoricTaskInstanceQuery |
taskDueAfter(Date dueAfter)
Only select select historic task instances which have a due date after the given date. |
HistoricTaskInstanceQuery |
taskDueBefore(Date dueBefore)
Only select select historic task instances which have a due date before the given date. |
HistoricTaskInstanceQuery |
taskDueDate(Date dueDate)
Only select select historic task instances with the given due date. |
HistoricTaskInstanceQuery |
taskFollowUpAfter(Date followUpAfter)
Only select select historic task instances which have a follow-up date after the given date. |
HistoricTaskInstanceQuery |
taskFollowUpBefore(Date followUpBefore)
Only select select historic task instances which have a follow-up date before the given date. |
HistoricTaskInstanceQuery |
taskFollowUpDate(Date followUpDate)
Only select select historic task instances with the given follow-up date. |
HistoricTaskInstanceQuery |
taskId(String taskId)
Only select historic task instances for the given task id. |
HistoricTaskInstanceQueryImpl |
taskName(String taskName)
Only select historic task instances with the given task name. |
HistoricTaskInstanceQueryImpl |
taskNameLike(String taskNameLike)
Only select historic task instances with a task name like the given value. |
HistoricTaskInstanceQueryImpl |
taskOwner(String taskOwner)
Only select historic task instances which have the given owner. |
HistoricTaskInstanceQueryImpl |
taskOwnerLike(String taskOwnerLike)
Only select historic task instances which have an owner like the one specified. |
HistoricTaskInstanceQuery |
taskParentTaskId(String parentTaskId)
Only select subtasks of the given parent task |
HistoricTaskInstanceQuery |
taskPriority(Integer taskPriority)
Only select historic task instances with the given priority. |
HistoricTaskInstanceQueryImpl |
taskVariableValueEquals(String variableName,
Object variableValue)
Only select historic task instances which have a local task variable with the given name set to the given value. |
HistoricTaskInstanceQueryImpl |
unfinished()
Only select historic task instances which aren't finished yet. |
| Methods inherited from class org.camunda.bpm.engine.impl.AbstractQuery |
|---|
addExpression, asc, checkQueryOk, count, desc, direction, evaluateExpressions, evaluateExpressionsAndExecuteCount, evaluateExpressionsAndExecuteList, execute, executeSingleResult, extend, getExpressions, getMethod, getOrderBy, getOrderingProperties, list, listPage, mergeExpressions, mergeOrdering, orderBy, orderBy, setCommandExecutor, setExpressions, setOrderingProperties, singleResult |
| Methods inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject |
|---|
getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setDatabaseType, setFirstResult, setMaxResults, setOrderBy, setParameter |
| Methods inherited from class org.camunda.bpm.engine.impl.db.AuthorizationCheck |
|---|
addPermissionCheck, getAuthDefaultPerm, getAuthGroupIds, getAuthUserId, getPermissionChecks, isAuthorizationCheckEnabled, setAuthDefaultPerm, setAuthGroupIds, setAuthorizationCheckEnabled, setAuthUserId, setPermissionChecks |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.camunda.bpm.engine.query.Query |
|---|
asc, count, desc, list, listPage, singleResult |
| Field Detail |
|---|
protected String processDefinitionId
protected String processDefinitionKey
protected String processDefinitionName
protected String processInstanceId
protected String executionId
protected String[] activityInstanceIds
protected String taskId
protected String taskName
protected String taskNameLike
protected String taskParentTaskId
protected String taskDescription
protected String taskDescriptionLike
protected String taskDeleteReason
protected String taskDeleteReasonLike
protected String taskOwner
protected String taskOwnerLike
protected String taskAssignee
protected String taskAssigneeLike
protected String taskDefinitionKey
protected Integer taskPriority
protected boolean finished
protected boolean unfinished
protected boolean processFinished
protected boolean processUnfinished
protected List<TaskQueryVariableValue> variables
protected Date dueDate
protected Date dueAfter
protected Date dueBefore
protected Date followUpDate
protected Date followUpBefore
protected Date followUpAfter
protected String caseDefinitionId
protected String caseDefinitionKey
protected String caseDefinitionName
protected String caseInstanceId
protected String caseExecutionId
| Constructor Detail |
|---|
public HistoricTaskInstanceQueryImpl()
public HistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor)
| Method Detail |
|---|
public long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public List<HistoricTaskInstance> executeList(CommandContext commandContext,
Page page)
AbstractQuery
executeList in class AbstractQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>page - used if the results must be paged. If null, no paging will be applied.public HistoricTaskInstanceQueryImpl processInstanceId(String processInstanceId)
HistoricTaskInstanceQuery
processInstanceId in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl executionId(String executionId)
HistoricTaskInstanceQuery
executionId in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery activityInstanceIdIn(String... activityInstanceIds)
HistoricTaskInstanceQuery
activityInstanceIdIn in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl processDefinitionId(String processDefinitionId)
HistoricTaskInstanceQuery
processDefinitionId in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery processDefinitionKey(String processDefinitionKey)
HistoricTaskInstanceQuery
processDefinitionKey in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery processDefinitionName(String processDefinitionName)
HistoricTaskInstanceQuery
processDefinitionName in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery taskId(String taskId)
HistoricTaskInstanceQuery
taskId in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl taskName(String taskName)
HistoricTaskInstanceQuery
taskName in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl taskNameLike(String taskNameLike)
HistoricTaskInstanceQuery
taskNameLike in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery taskParentTaskId(String parentTaskId)
HistoricTaskInstanceQuery
taskParentTaskId in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl taskDescription(String taskDescription)
HistoricTaskInstanceQuery
taskDescription in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl taskDescriptionLike(String taskDescriptionLike)
HistoricTaskInstanceQuery
taskDescriptionLike in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl taskDeleteReason(String taskDeleteReason)
HistoricTaskInstanceQuery
taskDeleteReason in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl taskDeleteReasonLike(String taskDeleteReasonLike)
HistoricTaskInstanceQuery
taskDeleteReasonLike in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl taskAssignee(String taskAssignee)
HistoricTaskInstanceQuery
taskAssignee in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl taskAssigneeLike(String taskAssigneeLike)
HistoricTaskInstanceQuery
taskAssigneeLike in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl taskOwner(String taskOwner)
HistoricTaskInstanceQuery
taskOwner in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl taskOwnerLike(String taskOwnerLike)
HistoricTaskInstanceQuery
taskOwnerLike in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery caseDefinitionId(String caseDefinitionId)
HistoricTaskInstanceQuery
caseDefinitionId in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery caseDefinitionKey(String caseDefinitionKey)
HistoricTaskInstanceQuery
caseDefinitionKey in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery caseDefinitionName(String caseDefinitionName)
HistoricTaskInstanceQuery
caseDefinitionName in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery caseInstanceId(String caseInstanceId)
HistoricTaskInstanceQuery
caseInstanceId in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery caseExecutionId(String caseExecutionId)
HistoricTaskInstanceQuery
caseExecutionId in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl finished()
HistoricTaskInstanceQuery
finished in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl unfinished()
HistoricTaskInstanceQuery
unfinished in interface HistoricTaskInstanceQuery
public HistoricTaskInstanceQueryImpl taskVariableValueEquals(String variableName,
Object variableValue)
HistoricTaskInstanceQuery
taskVariableValueEquals in interface HistoricTaskInstanceQuery
public HistoricTaskInstanceQuery processVariableValueEquals(String variableName,
Object variableValue)
HistoricTaskInstanceQueryHistoricDetail) will be used, so make sure history-level is configured
>= AUDIT when this feature is used.
processVariableValueEquals in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery taskDefinitionKey(String taskDefinitionKey)
HistoricTaskInstanceQuery
taskDefinitionKey in interface HistoricTaskInstanceQueryTask.getTaskDefinitionKey()public HistoricTaskInstanceQuery taskPriority(Integer taskPriority)
HistoricTaskInstanceQuery
taskPriority in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery processFinished()
HistoricTaskInstanceQuery
processFinished in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery processUnfinished()
HistoricTaskInstanceQuery
processUnfinished in interface HistoricTaskInstanceQueryprotected void ensureVariablesInitialized()
public HistoricTaskInstanceQuery taskDueDate(Date dueDate)
HistoricTaskInstanceQuery
taskDueDate in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery taskDueAfter(Date dueAfter)
HistoricTaskInstanceQuery
taskDueAfter in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery taskDueBefore(Date dueBefore)
HistoricTaskInstanceQuery
taskDueBefore in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery taskFollowUpDate(Date followUpDate)
HistoricTaskInstanceQuery
taskFollowUpDate in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery taskFollowUpBefore(Date followUpBefore)
HistoricTaskInstanceQuery
taskFollowUpBefore in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery taskFollowUpAfter(Date followUpAfter)
HistoricTaskInstanceQuery
taskFollowUpAfter in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl orderByTaskId()
HistoricTaskInstanceQueryQuery.asc() or Query.desc()).
orderByTaskId in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl orderByHistoricActivityInstanceId()
HistoricTaskInstanceQueryQuery.asc() or Query.desc()).
orderByHistoricActivityInstanceId in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl orderByProcessDefinitionId()
HistoricTaskInstanceQueryQuery.asc() or Query.desc()).
orderByProcessDefinitionId in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl orderByProcessInstanceId()
HistoricTaskInstanceQueryQuery.asc() or Query.desc()).
orderByProcessInstanceId in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl orderByExecutionId()
HistoricTaskInstanceQueryQuery.asc() or Query.desc()).
orderByExecutionId in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl orderByHistoricTaskInstanceDuration()
HistoricTaskInstanceQueryQuery.asc() or Query.desc()).
orderByHistoricTaskInstanceDuration in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl orderByHistoricTaskInstanceEndTime()
HistoricTaskInstanceQueryQuery.asc() or Query.desc()).
orderByHistoricTaskInstanceEndTime in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl orderByHistoricActivityInstanceStartTime()
HistoricTaskInstanceQueryQuery.asc() or Query.desc()).
orderByHistoricActivityInstanceStartTime in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl orderByTaskName()
HistoricTaskInstanceQueryQuery.asc() or Query.desc()).
orderByTaskName in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl orderByTaskDescription()
HistoricTaskInstanceQueryQuery.asc() or Query.desc()).
orderByTaskDescription in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery orderByTaskAssignee()
HistoricTaskInstanceQueryQuery.asc() or Query.desc()).
orderByTaskAssignee in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery orderByTaskOwner()
HistoricTaskInstanceQueryQuery.asc() or Query.desc()).
orderByTaskOwner in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery orderByTaskDueDate()
HistoricTaskInstanceQueryQuery.asc() or Query.desc()).
orderByTaskDueDate in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery orderByTaskFollowUpDate()
HistoricTaskInstanceQueryQuery.asc() or Query.desc()).
orderByTaskFollowUpDate in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl orderByDeleteReason()
HistoricTaskInstanceQueryQuery.asc() or Query.desc()).
orderByDeleteReason in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery orderByTaskDefinitionKey()
HistoricTaskInstanceQueryQuery.asc() or Query.desc()).
orderByTaskDefinitionKey in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery orderByTaskPriority()
HistoricTaskInstanceQueryQuery.asc() or Query.desc()).
orderByTaskPriority in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery orderByCaseDefinitionId()
HistoricTaskInstanceQueryQuery.asc() or Query.desc()).
orderByCaseDefinitionId in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery orderByCaseInstanceId()
HistoricTaskInstanceQueryQuery.asc() or Query.desc()).
orderByCaseInstanceId in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery orderByCaseExecutionId()
HistoricTaskInstanceQueryQuery.asc() or Query.desc()).
orderByCaseExecutionId in interface HistoricTaskInstanceQuerypublic String getProcessInstanceId()
public String getExecutionId()
public String[] getActivityInstanceIds()
public String getProcessDefinitionId()
public boolean isFinished()
public boolean isUnfinished()
public String getTaskName()
public String getTaskNameLike()
public String getTaskDescription()
public String getTaskDescriptionLike()
public String getTaskDeleteReason()
public String getTaskDeleteReasonLike()
public String getTaskAssignee()
public String getTaskAssigneeLike()
public String getTaskId()
public String getTaskDefinitionKey()
public List<TaskQueryVariableValue> getVariables()
public String getTaskOwnerLike()
public String getTaskOwner()
public String getTaskParentTaskId()
public String getCaseDefinitionId()
public String getCaseDefinitionKey()
public String getCaseDefinitionName()
public String getCaseInstanceId()
public String getCaseExecutionId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||