org.activiti.engine.impl
类 HistoricTaskInstanceQueryImpl

java.lang.Object
  继承者 org.activiti.engine.impl.db.ListQueryParameterObject
      继承者 org.activiti.engine.impl.AbstractQuery<T,U>
          继承者 org.activiti.engine.impl.AbstractVariableQueryImpl<HistoricTaskInstanceQuery,HistoricTaskInstance>
              继承者 org.activiti.engine.impl.HistoricTaskInstanceQueryImpl
所有已实现的接口:
Serializable, HistoricTaskInstanceQuery, Command<Object>, Query<HistoricTaskInstanceQuery,HistoricTaskInstance>

public class HistoricTaskInstanceQueryImpl
extends AbstractVariableQueryImpl<HistoricTaskInstanceQuery,HistoricTaskInstance>
implements HistoricTaskInstanceQuery

作者:
Tom Baeyens
另请参见:
序列化表格

字段摘要
protected  String candidateGroup
           
protected  String candidateUser
           
protected  Date completedAfterDate
           
protected  Date completedBeforeDate
           
protected  Date completedDate
           
protected  Date creationAfterDate
           
protected  Date creationBeforeDate
           
protected  Date creationDate
           
protected  Date dueAfter
           
protected  Date dueBefore
           
protected  Date dueDate
           
protected  String executionId
           
protected  boolean finished
           
protected  boolean includeProcessVariables
           
protected  boolean includeTaskLocalVariables
           
protected  String involvedUser
           
protected  String processDefinitionId
           
protected  String processDefinitionKey
           
protected  String processDefinitionKeyLike
           
protected  String processDefinitionName
           
protected  String processDefinitionNameLike
           
protected  boolean processFinished
           
protected  String processInstanceBusinessKey
           
protected  String processInstanceBusinessKeyLike
           
protected  String processInstanceId
           
protected  boolean processUnfinished
           
protected  String taskAssignee
           
protected  String taskAssigneeLike
           
protected  String taskDefinitionKey
           
protected  String taskDefinitionKeyLike
           
protected  String taskDeleteReason
           
protected  String taskDeleteReasonLike
           
protected  String taskDescription
           
protected  String taskDescriptionLike
           
protected  String taskId
           
protected  Integer taskMaxPriority
           
protected  Integer taskMinPriority
           
protected  String taskName
           
protected  String taskNameLike
           
protected  String taskOwner
           
protected  String taskOwnerLike
           
protected  String taskParentTaskId
           
protected  Integer taskPriority
           
protected  boolean unfinished
           
protected  boolean withoutDueDate
           
 
从类 org.activiti.engine.impl.AbstractVariableQueryImpl 继承的字段
queryVariableValues
 
从类 org.activiti.engine.impl.AbstractQuery 继承的字段
commandContext, commandExecutor, orderBy, orderProperty, resultType, SORTORDER_ASC, SORTORDER_DESC
 
从类 org.activiti.engine.impl.db.ListQueryParameterObject 继承的字段
databaseType, firstResult, maxResults, parameter
 
构造方法摘要
HistoricTaskInstanceQueryImpl()
           
HistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor)
           
 
方法摘要
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.
 HistoricTaskInstanceQuery finished()
          Only select historic task instances which are finished.
 String getCandidateGroup()
           
 List<String> getCandidateGroups()
           
 String getCandidateUser()
           
 Date getCreationDate()
           
 String getExecutionId()
           
protected  List<String> getGroupsForCandidateUser(String candidateUser)
           
 String getInvolvedUser()
           
 String getMssqlOrDB2OrderBy()
           
 String getProcessDefinitionId()
           
 String getProcessInstanceBusinessKey()
           
 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()
           
 HistoricTaskInstanceQuery includeProcessVariables()
          Include global task variables in the task query result
 HistoricTaskInstanceQuery includeTaskLocalVariables()
          Include local task variables in the task query result
 boolean isFinished()
           
 boolean isUnfinished()
           
 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()).
 HistoricTaskInstanceQuery orderByHistoricTaskInstanceStartTime()
          Order by start 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()).
 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 processDefinitionKeyLike(String processDefinitionKeyLike)
          Only select historic task instances which are part of a (historic) process instance which has a process definition key like the given value.
 HistoricTaskInstanceQuery processDefinitionName(String processDefinitionName)
          Only select historic task instances which are part of a (historic) process instance which has the given definition name.
 HistoricTaskInstanceQuery processDefinitionNameLike(String processDefinitionNameLike)
          Only select historic task instances which are part of a (historic) process instance which has a definition name like the given value.
 HistoricTaskInstanceQuery processFinished()
          Only select historic task instances which are part of a process instance which is already finished.
 HistoricTaskInstanceQueryImpl processInstanceBusinessKey(String processInstanceBusinessKey)
          Only select historic process instances with the given business key
 HistoricTaskInstanceQueryImpl processInstanceBusinessKeyLike(String processInstanceBusinessKeyLike)
          Only select historic process instances with a business key like the given value The syntax that should be used is the same as in SQL, eg.
 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(Object variableValue)
          Only select tasks which are part of a process that has at least one variable with the given value.
 HistoricTaskInstanceQuery processVariableValueEquals(String variableName, Object variableValue)
          Only select tasks which are part of a process that has a variable with the given name set to the given value.
 HistoricTaskInstanceQuery processVariableValueEqualsIgnoreCase(String name, String value)
          Only select tasks which are part of a process that has a local string variable which is not the given value, case insensitive.
 HistoricTaskInstanceQuery processVariableValueGreaterThan(String name, Object value)
          Only select tasks which have a global variable value greater than the passed value when they ended.
 HistoricTaskInstanceQuery processVariableValueGreaterThanOrEqual(String name, Object value)
          Only select tasks which have a global variable value greater than or equal to the passed value when they ended.
 HistoricTaskInstanceQuery processVariableValueLessThan(String name, Object value)
          Only select tasks which have a global variable value less than the passed value when the ended.Booleans, Byte-arrays and Serializable objects (which are not primitive type wrappers) are not supported.
 HistoricTaskInstanceQuery processVariableValueLessThanOrEqual(String name, Object value)
          Only select tasks which have a global variable value less than or equal to the passed value when they ended.
 HistoricTaskInstanceQuery processVariableValueLike(String name, String value)
          Only select tasks which have a global variable value like the given value when they ended.
 HistoricTaskInstanceQuery processVariableValueNotEquals(String variableName, Object variableValue)
          Only select tasks which have a variable with the given name, but with a different value than the passed value.
 HistoricTaskInstanceQuery processVariableValueNotEqualsIgnoreCase(String name, String value)
          Only select tasks which are part of a process that has a string variable with the given value, case insensitive.
 HistoricTaskInstanceQuery taskAssignee(String taskAssignee)
          Only select historic task instances which were last assigned to the given assignee.
 HistoricTaskInstanceQuery taskAssigneeLike(String taskAssigneeLike)
          Only select historic task instances which were last assigned to an assignee like the given value.
 HistoricTaskInstanceQuery taskCandidateGroup(String candidateGroup)
          Only select historic tasks for which users in the given group are candidates.
 HistoricTaskInstanceQuery taskCandidateGroupIn(List<String> candidateGroups)
          Only select tasks for which the 'candidateGroup' is one of the given groups.
 HistoricTaskInstanceQuery taskCandidateUser(String candidateUser)
          Only select historic tasks for which the given user is a candidate.
 HistoricTaskInstanceQuery taskCompletedAfter(Date completedAfterDate)
          Only select select historic task instances which are completed after the given date
 HistoricTaskInstanceQuery taskCompletedBefore(Date completedBeforeDate)
          Only select select historic task instances which are completed before the given date
 HistoricTaskInstanceQuery taskCompletedOn(Date completedDate)
          Only select select historic task instances which are completed on the given date
 HistoricTaskInstanceQuery taskCreatedAfter(Date creationAfterDate)
          Only select select historic task instances which are created after the given date
 HistoricTaskInstanceQuery taskCreatedBefore(Date creationBeforeDate)
          Only select select historic task instances which are created before the given date
 HistoricTaskInstanceQuery taskCreatedOn(Date creationDate)
          Only select select historic task instances which are created on the given date
 HistoricTaskInstanceQuery taskDefinitionKey(String taskDefinitionKey)
          Only select historic task instances with the given task definition key.
 HistoricTaskInstanceQuery taskDefinitionKeyLike(String taskDefinitionKeyLike)
          Only select historic task instances with a task definition key like the given value.
 HistoricTaskInstanceQuery taskDeleteReason(String taskDeleteReason)
          Only select historic task instances with the given task delete reason.
 HistoricTaskInstanceQuery taskDeleteReasonLike(String taskDeleteReasonLike)
          Only select historic task instances with a task description like the given value.
 HistoricTaskInstanceQuery taskDescription(String taskDescription)
          Only select historic task instances with the given task description.
 HistoricTaskInstanceQuery 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 taskId(String taskId)
          Only select historic task instances for the given task id.
 HistoricTaskInstanceQuery taskInvolvedUser(String involvedUser)
          Only select historic task for which there exist an HistoricIdentityLink with the given user, including tasks which have been assigned to the given user (assignee) or owned by the given user (owner).
 HistoricTaskInstanceQuery taskMaxPriority(Integer taskMaxPriority)
          Only select historic tasks with the given priority or lower.
 HistoricTaskInstanceQuery taskMinPriority(Integer taskMinPriority)
          Only select historic tasks with the given priority or higher.
 HistoricTaskInstanceQuery taskName(String taskName)
          Only select historic task instances with the given task name.
 HistoricTaskInstanceQuery taskNameLike(String taskNameLike)
          Only select historic task instances with a task name like the given value.
 HistoricTaskInstanceQuery taskOwner(String taskOwner)
          Only select historic task instances which have the given owner.
 HistoricTaskInstanceQuery 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.
 HistoricTaskInstanceQuery taskVariableValueEquals(Object variableValue)
          Only select tasks which have at least one local task variable with the given value.
 HistoricTaskInstanceQuery taskVariableValueEquals(String variableName, Object variableValue)
          Only select tasks which have a local task variable with the given name set to the given value.
 HistoricTaskInstanceQuery taskVariableValueEqualsIgnoreCase(String name, String value)
          Only select tasks which have a local string variable with the given value, case insensitive.
 HistoricTaskInstanceQuery taskVariableValueGreaterThan(String name, Object value)
          Only select tasks which have a local variable value greater than the passed value when they ended.
 HistoricTaskInstanceQuery taskVariableValueGreaterThanOrEqual(String name, Object value)
          Only select tasks which have a local variable value greater than or equal to the passed value when they ended.
 HistoricTaskInstanceQuery taskVariableValueLessThan(String name, Object value)
          Only select tasks which have a local variable value less than the passed value when the ended.Booleans, Byte-arrays and Serializable objects (which are not primitive type wrappers) are not supported.
 HistoricTaskInstanceQuery taskVariableValueLessThanOrEqual(String name, Object value)
          Only select tasks which have a local variable value less than or equal to the passed value when they ended.
 HistoricTaskInstanceQuery taskVariableValueLike(String name, String value)
          Only select tasks which have a local variable value like the given value when they ended.
 HistoricTaskInstanceQuery taskVariableValueNotEquals(String variableName, Object variableValue)
          Only select tasks which have a local task variable with the given name, but with a different value than the passed value.
 HistoricTaskInstanceQuery taskVariableValueNotEqualsIgnoreCase(String name, String value)
          Only select tasks which have a local string variable with is not the given value, case insensitive.
 HistoricTaskInstanceQuery unfinished()
          Only select historic task instances which aren't finished yet.
 HistoricTaskInstanceQuery withoutTaskDueDate()
          Only select historic tasks instances with no due date.
 
从类 org.activiti.engine.impl.AbstractVariableQueryImpl 继承的方法
getQueryVariableValues, variableValueEquals, variableValueEquals, variableValueEquals, variableValueEquals, variableValueEqualsIgnoreCase, variableValueEqualsIgnoreCase, variableValueGreaterThan, variableValueGreaterThan, variableValueGreaterThanOrEqual, variableValueGreaterThanOrEqual, variableValueLessThan, variableValueLessThan, variableValueLessThanOrEqual, variableValueLessThanOrEqual, variableValueLike, variableValueLike, variableValueNotEquals, variableValueNotEquals, variableValueNotEqualsIgnoreCase, variableValueNotEqualsIgnoreCase
 
从类 org.activiti.engine.impl.AbstractQuery 继承的方法
addOrder, asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, getOrderBy, list, listPage, orderBy, setCommandExecutor, singleResult
 
从类 org.activiti.engine.impl.db.ListQueryParameterObject 继承的方法
getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setDatabaseType, setFirstResult, setMaxResults, setParameter
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 org.activiti.engine.query.Query 继承的方法
asc, count, desc, list, listPage, singleResult
 

字段详细信息

processDefinitionId

protected String processDefinitionId

processDefinitionKey

protected String processDefinitionKey

processDefinitionKeyLike

protected String processDefinitionKeyLike

processDefinitionName

protected String processDefinitionName

processDefinitionNameLike

protected String processDefinitionNameLike

processInstanceId

protected String processInstanceId

processInstanceBusinessKey

protected String processInstanceBusinessKey

processInstanceBusinessKeyLike

protected String processInstanceBusinessKeyLike

executionId

protected String executionId

taskId

protected String taskId

taskName

protected String taskName

taskNameLike

protected String taskNameLike

taskParentTaskId

protected String taskParentTaskId

taskDescription

protected String taskDescription

taskDescriptionLike

protected String taskDescriptionLike

taskDeleteReason

protected String taskDeleteReason

taskDeleteReasonLike

protected String taskDeleteReasonLike

taskOwner

protected String taskOwner

taskOwnerLike

protected String taskOwnerLike

taskAssignee

protected String taskAssignee

taskAssigneeLike

protected String taskAssigneeLike

taskDefinitionKey

protected String taskDefinitionKey

taskDefinitionKeyLike

protected String taskDefinitionKeyLike

candidateUser

protected String candidateUser

candidateGroup

protected String candidateGroup

involvedUser

protected String involvedUser

taskPriority

protected Integer taskPriority

taskMinPriority

protected Integer taskMinPriority

taskMaxPriority

protected Integer taskMaxPriority

finished

protected boolean finished

unfinished

protected boolean unfinished

processFinished

protected boolean processFinished

processUnfinished

protected boolean processUnfinished

dueDate

protected Date dueDate

dueAfter

protected Date dueAfter

dueBefore

protected Date dueBefore

withoutDueDate

protected boolean withoutDueDate

creationDate

protected Date creationDate

creationAfterDate

protected Date creationAfterDate

creationBeforeDate

protected Date creationBeforeDate

completedDate

protected Date completedDate

completedAfterDate

protected Date completedAfterDate

completedBeforeDate

protected Date completedBeforeDate

includeTaskLocalVariables

protected boolean includeTaskLocalVariables

includeProcessVariables

protected boolean includeProcessVariables
构造方法详细信息

HistoricTaskInstanceQueryImpl

public HistoricTaskInstanceQueryImpl()

HistoricTaskInstanceQueryImpl

public HistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor)
方法详细信息

executeCount

public long executeCount(CommandContext commandContext)
指定者:
AbstractVariableQueryImpl<HistoricTaskInstanceQuery,HistoricTaskInstance> 中的 executeCount

executeList

public List<HistoricTaskInstance> executeList(CommandContext commandContext,
                                              Page page)
从类 AbstractQuery 复制的描述
Executes the actual query to retrieve the list of results.

指定者:
AbstractVariableQueryImpl<HistoricTaskInstanceQuery,HistoricTaskInstance> 中的 executeList
page - used if the results must be paged. If null, no paging will be applied.

processInstanceId

public HistoricTaskInstanceQueryImpl processInstanceId(String processInstanceId)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances for the given process instance.

指定者:
接口 HistoricTaskInstanceQuery 中的 processInstanceId

processInstanceBusinessKey

public HistoricTaskInstanceQueryImpl processInstanceBusinessKey(String processInstanceBusinessKey)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic process instances with the given business key

指定者:
接口 HistoricTaskInstanceQuery 中的 processInstanceBusinessKey

processInstanceBusinessKeyLike

public HistoricTaskInstanceQueryImpl processInstanceBusinessKeyLike(String processInstanceBusinessKeyLike)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic process instances with a business key like the given value The syntax that should be used is the same as in SQL, eg. %activiti%.

指定者:
接口 HistoricTaskInstanceQuery 中的 processInstanceBusinessKeyLike

executionId

public HistoricTaskInstanceQueryImpl executionId(String executionId)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances for the given execution.

指定者:
接口 HistoricTaskInstanceQuery 中的 executionId

processDefinitionId

public HistoricTaskInstanceQueryImpl processDefinitionId(String processDefinitionId)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances for the given process definition.

指定者:
接口 HistoricTaskInstanceQuery 中的 processDefinitionId

processDefinitionKey

public HistoricTaskInstanceQuery processDefinitionKey(String processDefinitionKey)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances which are part of a (historic) process instance which has the given process definition key.

指定者:
接口 HistoricTaskInstanceQuery 中的 processDefinitionKey

processDefinitionKeyLike

public HistoricTaskInstanceQuery processDefinitionKeyLike(String processDefinitionKeyLike)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances which are part of a (historic) process instance which has a process definition key like the given value. The syntax that should be used is the same as in SQL, eg. %activiti%.

指定者:
接口 HistoricTaskInstanceQuery 中的 processDefinitionKeyLike

processDefinitionName

public HistoricTaskInstanceQuery processDefinitionName(String processDefinitionName)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances which are part of a (historic) process instance which has the given definition name.

指定者:
接口 HistoricTaskInstanceQuery 中的 processDefinitionName

processDefinitionNameLike

public HistoricTaskInstanceQuery processDefinitionNameLike(String processDefinitionNameLike)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances which are part of a (historic) process instance which has a definition name like the given value. The syntax that should be used is the same as in SQL, eg. %activiti%.

指定者:
接口 HistoricTaskInstanceQuery 中的 processDefinitionNameLike

taskId

public HistoricTaskInstanceQuery taskId(String taskId)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances for the given task id.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskId

taskName

public HistoricTaskInstanceQuery taskName(String taskName)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances with the given task name. This is the last name given to the task.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskName

taskNameLike

public HistoricTaskInstanceQuery taskNameLike(String taskNameLike)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances with a task name like the given value. This is the last name given to the task. The syntax that should be used is the same as in SQL, eg. %activiti%.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskNameLike

taskParentTaskId

public HistoricTaskInstanceQuery taskParentTaskId(String parentTaskId)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select subtasks of the given parent task

指定者:
接口 HistoricTaskInstanceQuery 中的 taskParentTaskId

taskDescription

public HistoricTaskInstanceQuery taskDescription(String taskDescription)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances with the given task description. This is the last description given to the task.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskDescription

taskDescriptionLike

public HistoricTaskInstanceQuery taskDescriptionLike(String taskDescriptionLike)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances with a task description like the given value. This is the last description given to the task. The syntax that should be used is the same as in SQL, eg. %activiti%.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskDescriptionLike

taskDeleteReason

public HistoricTaskInstanceQuery taskDeleteReason(String taskDeleteReason)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances with the given task delete reason.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskDeleteReason

taskDeleteReasonLike

public HistoricTaskInstanceQuery taskDeleteReasonLike(String taskDeleteReasonLike)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances with a task description like the given value. The syntax that should be used is the same as in SQL, eg. %activiti%.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskDeleteReasonLike

taskAssignee

public HistoricTaskInstanceQuery taskAssignee(String taskAssignee)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances which were last assigned to the given assignee.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskAssignee

taskAssigneeLike

public HistoricTaskInstanceQuery taskAssigneeLike(String taskAssigneeLike)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances which were last assigned to an assignee like the given value. The syntax that should be used is the same as in SQL, eg. %activiti%.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskAssigneeLike

taskOwner

public HistoricTaskInstanceQuery taskOwner(String taskOwner)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances which have the given owner.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskOwner

taskOwnerLike

public HistoricTaskInstanceQuery taskOwnerLike(String taskOwnerLike)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances which have an owner like the one specified. The syntax that should be used is the same as in SQL, eg. %activiti%.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskOwnerLike

finished

public HistoricTaskInstanceQuery finished()
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances which are finished.

指定者:
接口 HistoricTaskInstanceQuery 中的 finished

unfinished

public HistoricTaskInstanceQuery unfinished()
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances which aren't finished yet.

指定者:
接口 HistoricTaskInstanceQuery 中的 unfinished

taskVariableValueEquals

public HistoricTaskInstanceQuery taskVariableValueEquals(String variableName,
                                                         Object variableValue)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select tasks which have a local task variable with the given name set to the given value.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskVariableValueEquals

taskVariableValueEquals

public HistoricTaskInstanceQuery taskVariableValueEquals(Object variableValue)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select tasks which have at least one local task variable with the given value.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskVariableValueEquals

taskVariableValueEqualsIgnoreCase

public HistoricTaskInstanceQuery taskVariableValueEqualsIgnoreCase(String name,
                                                                   String value)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select tasks which have a local string variable with the given value, case insensitive.

This method only works if your database has encoding/collation that supports case-sensitive queries. For example, use "collate UTF-8" on MySQL and for MSSQL, select one of the case-sensitive Collations available (MSDN Server Collation Reference).

指定者:
接口 HistoricTaskInstanceQuery 中的 taskVariableValueEqualsIgnoreCase

taskVariableValueNotEqualsIgnoreCase

public HistoricTaskInstanceQuery taskVariableValueNotEqualsIgnoreCase(String name,
                                                                      String value)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select tasks which have a local string variable with is not the given value, case insensitive.

This method only works if your database has encoding/collation that supports case-sensitive queries. For example, use "collate UTF-8" on MySQL and for MSSQL, select one of the case-sensitive Collations available (MSDN Server Collation Reference).

指定者:
接口 HistoricTaskInstanceQuery 中的 taskVariableValueNotEqualsIgnoreCase

taskVariableValueNotEquals

public HistoricTaskInstanceQuery taskVariableValueNotEquals(String variableName,
                                                            Object variableValue)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select tasks which have a local task variable with the given name, but with a different value than the passed value. Byte-arrays and Serializable objects (which are not primitive type wrappers) are not supported.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskVariableValueNotEquals

taskVariableValueGreaterThan

public HistoricTaskInstanceQuery taskVariableValueGreaterThan(String name,
                                                              Object value)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select tasks which have a local variable value greater than the passed value when they ended. Booleans, Byte-arrays and Serializable objects (which are not primitive type wrappers) are not supported.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskVariableValueGreaterThan
参数:
name - cannot be null.
value - cannot be null.

taskVariableValueGreaterThanOrEqual

public HistoricTaskInstanceQuery taskVariableValueGreaterThanOrEqual(String name,
                                                                     Object value)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select tasks which have a local variable value greater than or equal to the passed value when they ended. Booleans, Byte-arrays and Serializable objects (which are not primitive type wrappers) are not supported.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskVariableValueGreaterThanOrEqual
参数:
name - cannot be null.
value - cannot be null.

taskVariableValueLessThan

public HistoricTaskInstanceQuery taskVariableValueLessThan(String name,
                                                           Object value)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select tasks which have a local variable value less than the passed value when the ended.Booleans, Byte-arrays and Serializable objects (which are not primitive type wrappers) are not supported.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskVariableValueLessThan
参数:
name - cannot be null.
value - cannot be null.

taskVariableValueLessThanOrEqual

public HistoricTaskInstanceQuery taskVariableValueLessThanOrEqual(String name,
                                                                  Object value)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select tasks which have a local variable value less than or equal to the passed value when they ended. Booleans, Byte-arrays and Serializable objects (which are not primitive type wrappers) are not supported.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskVariableValueLessThanOrEqual
参数:
name - cannot be null.
value - cannot be null.

taskVariableValueLike

public HistoricTaskInstanceQuery taskVariableValueLike(String name,
                                                       String value)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select tasks which have a local variable value like the given value when they ended. This can be used on string variables only.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskVariableValueLike
参数:
name - cannot be null.
value - cannot be null. The string can include the wildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or contains (%string%).

processVariableValueEquals

public HistoricTaskInstanceQuery processVariableValueEquals(String variableName,
                                                            Object variableValue)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select tasks which are part of a process that has a variable with the given name set to the given value.

指定者:
接口 HistoricTaskInstanceQuery 中的 processVariableValueEquals

processVariableValueNotEquals

public HistoricTaskInstanceQuery processVariableValueNotEquals(String variableName,
                                                               Object variableValue)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select tasks which have a variable with the given name, but with a different value than the passed value. Byte-arrays and Serializable objects (which are not primitive type wrappers) are not supported.

指定者:
接口 HistoricTaskInstanceQuery 中的 processVariableValueNotEquals

processVariableValueEquals

public HistoricTaskInstanceQuery processVariableValueEquals(Object variableValue)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select tasks which are part of a process that has at least one variable with the given value.

指定者:
接口 HistoricTaskInstanceQuery 中的 processVariableValueEquals

processVariableValueEqualsIgnoreCase

public HistoricTaskInstanceQuery processVariableValueEqualsIgnoreCase(String name,
                                                                      String value)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select tasks which are part of a process that has a local string variable which is not the given value, case insensitive.

This method only works if your database has encoding/collation that supports case-sensitive queries. For example, use "collate UTF-8" on MySQL and for MSSQL, select one of the case-sensitive Collations available (MSDN Server Collation Reference).

指定者:
接口 HistoricTaskInstanceQuery 中的 processVariableValueEqualsIgnoreCase

processVariableValueNotEqualsIgnoreCase

public HistoricTaskInstanceQuery processVariableValueNotEqualsIgnoreCase(String name,
                                                                         String value)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select tasks which are part of a process that has a string variable with the given value, case insensitive.

This method only works if your database has encoding/collation that supports case-sensitive queries. For example, use "collate UTF-8" on MySQL and for MSSQL, select one of the case-sensitive Collations available (MSDN Server Collation Reference).

指定者:
接口 HistoricTaskInstanceQuery 中的 processVariableValueNotEqualsIgnoreCase

processVariableValueGreaterThan

public HistoricTaskInstanceQuery processVariableValueGreaterThan(String name,
                                                                 Object value)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select tasks which have a global variable value greater than the passed value when they ended. Booleans, Byte-arrays and Serializable objects (which are not primitive type wrappers) are not supported.

指定者:
接口 HistoricTaskInstanceQuery 中的 processVariableValueGreaterThan
参数:
name - cannot be null.
value - cannot be null.

processVariableValueGreaterThanOrEqual

public HistoricTaskInstanceQuery processVariableValueGreaterThanOrEqual(String name,
                                                                        Object value)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select tasks which have a global variable value greater than or equal to the passed value when they ended. Booleans, Byte-arrays and Serializable objects (which are not primitive type wrappers) are not supported.

指定者:
接口 HistoricTaskInstanceQuery 中的 processVariableValueGreaterThanOrEqual
参数:
name - cannot be null.
value - cannot be null.

processVariableValueLessThan

public HistoricTaskInstanceQuery processVariableValueLessThan(String name,
                                                              Object value)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select tasks which have a global variable value less than the passed value when the ended.Booleans, Byte-arrays and Serializable objects (which are not primitive type wrappers) are not supported.

指定者:
接口 HistoricTaskInstanceQuery 中的 processVariableValueLessThan
参数:
name - cannot be null.
value - cannot be null.

processVariableValueLessThanOrEqual

public HistoricTaskInstanceQuery processVariableValueLessThanOrEqual(String name,
                                                                     Object value)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select tasks which have a global variable value less than or equal to the passed value when they ended. Booleans, Byte-arrays and Serializable objects (which are not primitive type wrappers) are not supported.

指定者:
接口 HistoricTaskInstanceQuery 中的 processVariableValueLessThanOrEqual
参数:
name - cannot be null.
value - cannot be null.

processVariableValueLike

public HistoricTaskInstanceQuery processVariableValueLike(String name,
                                                          String value)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select tasks which have a global variable value like the given value when they ended. This can be used on string variables only.

指定者:
接口 HistoricTaskInstanceQuery 中的 processVariableValueLike
参数:
name - cannot be null.
value - cannot be null. The string can include the wildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or contains (%string%).

taskDefinitionKey

public HistoricTaskInstanceQuery taskDefinitionKey(String taskDefinitionKey)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances with the given task definition key.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskDefinitionKey
另请参见:
Task.getTaskDefinitionKey()

taskDefinitionKeyLike

public HistoricTaskInstanceQuery taskDefinitionKeyLike(String taskDefinitionKeyLike)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances with a task definition key like the given value. The syntax that should be used is the same as in SQL, eg. %activiti%.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskDefinitionKeyLike

taskPriority

public HistoricTaskInstanceQuery taskPriority(Integer taskPriority)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances with the given priority.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskPriority

taskMinPriority

public HistoricTaskInstanceQuery taskMinPriority(Integer taskMinPriority)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic tasks with the given priority or higher.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskMinPriority

taskMaxPriority

public HistoricTaskInstanceQuery taskMaxPriority(Integer taskMaxPriority)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic tasks with the given priority or lower.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskMaxPriority

processFinished

public HistoricTaskInstanceQuery processFinished()
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances which are part of a process instance which is already finished.

指定者:
接口 HistoricTaskInstanceQuery 中的 processFinished

processUnfinished

public HistoricTaskInstanceQuery processUnfinished()
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task instances which are part of a process instance which is not finished yet.

指定者:
接口 HistoricTaskInstanceQuery 中的 processUnfinished

ensureVariablesInitialized

protected void ensureVariablesInitialized()
覆盖:
AbstractVariableQueryImpl<HistoricTaskInstanceQuery,HistoricTaskInstance> 中的 ensureVariablesInitialized

taskDueDate

public HistoricTaskInstanceQuery taskDueDate(Date dueDate)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select select historic task instances with the given due date.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskDueDate

taskDueAfter

public HistoricTaskInstanceQuery taskDueAfter(Date dueAfter)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select select historic task instances which have a due date after the given date.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskDueAfter

taskDueBefore

public HistoricTaskInstanceQuery taskDueBefore(Date dueBefore)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select select historic task instances which have a due date before the given date.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskDueBefore

taskCreatedOn

public HistoricTaskInstanceQuery taskCreatedOn(Date creationDate)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select select historic task instances which are created on the given date

指定者:
接口 HistoricTaskInstanceQuery 中的 taskCreatedOn

taskCreatedBefore

public HistoricTaskInstanceQuery taskCreatedBefore(Date creationBeforeDate)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select select historic task instances which are created before the given date

指定者:
接口 HistoricTaskInstanceQuery 中的 taskCreatedBefore

taskCreatedAfter

public HistoricTaskInstanceQuery taskCreatedAfter(Date creationAfterDate)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select select historic task instances which are created after the given date

指定者:
接口 HistoricTaskInstanceQuery 中的 taskCreatedAfter

taskCompletedOn

public HistoricTaskInstanceQuery taskCompletedOn(Date completedDate)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select select historic task instances which are completed on the given date

指定者:
接口 HistoricTaskInstanceQuery 中的 taskCompletedOn

taskCompletedBefore

public HistoricTaskInstanceQuery taskCompletedBefore(Date completedBeforeDate)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select select historic task instances which are completed before the given date

指定者:
接口 HistoricTaskInstanceQuery 中的 taskCompletedBefore

taskCompletedAfter

public HistoricTaskInstanceQuery taskCompletedAfter(Date completedAfterDate)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select select historic task instances which are completed after the given date

指定者:
接口 HistoricTaskInstanceQuery 中的 taskCompletedAfter

withoutTaskDueDate

public HistoricTaskInstanceQuery withoutTaskDueDate()
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic tasks instances with no due date.

指定者:
接口 HistoricTaskInstanceQuery 中的 withoutTaskDueDate

taskCandidateUser

public HistoricTaskInstanceQuery taskCandidateUser(String candidateUser)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic tasks for which the given user is a candidate.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskCandidateUser

taskCandidateGroup

public HistoricTaskInstanceQuery taskCandidateGroup(String candidateGroup)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic tasks for which users in the given group are candidates.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskCandidateGroup

taskCandidateGroupIn

public HistoricTaskInstanceQuery taskCandidateGroupIn(List<String> candidateGroups)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select tasks for which the 'candidateGroup' is one of the given groups.

指定者:
接口 HistoricTaskInstanceQuery 中的 taskCandidateGroupIn

taskInvolvedUser

public HistoricTaskInstanceQuery taskInvolvedUser(String involvedUser)
从接口 HistoricTaskInstanceQuery 复制的描述
Only select historic task for which there exist an HistoricIdentityLink with the given user, including tasks which have been assigned to the given user (assignee) or owned by the given user (owner).

指定者:
接口 HistoricTaskInstanceQuery 中的 taskInvolvedUser

includeTaskLocalVariables

public HistoricTaskInstanceQuery includeTaskLocalVariables()
从接口 HistoricTaskInstanceQuery 复制的描述
Include local task variables in the task query result

指定者:
接口 HistoricTaskInstanceQuery 中的 includeTaskLocalVariables

includeProcessVariables

public HistoricTaskInstanceQuery includeProcessVariables()
从接口 HistoricTaskInstanceQuery 复制的描述
Include global task variables in the task query result

指定者:
接口 HistoricTaskInstanceQuery 中的 includeProcessVariables

orderByTaskId

public HistoricTaskInstanceQueryImpl orderByTaskId()
从接口 HistoricTaskInstanceQuery 复制的描述
Order by task id (needs to be followed by Query.asc() or Query.desc()).

指定者:
接口 HistoricTaskInstanceQuery 中的 orderByTaskId

orderByHistoricActivityInstanceId

public HistoricTaskInstanceQueryImpl orderByHistoricActivityInstanceId()
从接口 HistoricTaskInstanceQuery 复制的描述
Order by the historic activity instance id this task was used in (needs to be followed by Query.asc() or Query.desc()).

指定者:
接口 HistoricTaskInstanceQuery 中的 orderByHistoricActivityInstanceId

orderByProcessDefinitionId

public HistoricTaskInstanceQueryImpl orderByProcessDefinitionId()
从接口 HistoricTaskInstanceQuery 复制的描述
Order by process definition id (needs to be followed by Query.asc() or Query.desc()).

指定者:
接口 HistoricTaskInstanceQuery 中的 orderByProcessDefinitionId

orderByProcessInstanceId

public HistoricTaskInstanceQueryImpl orderByProcessInstanceId()
从接口 HistoricTaskInstanceQuery 复制的描述
Order by process instance id (needs to be followed by Query.asc() or Query.desc()).

指定者:
接口 HistoricTaskInstanceQuery 中的 orderByProcessInstanceId

orderByExecutionId

public HistoricTaskInstanceQueryImpl orderByExecutionId()
从接口 HistoricTaskInstanceQuery 复制的描述
Order by execution id (needs to be followed by Query.asc() or Query.desc()).

指定者:
接口 HistoricTaskInstanceQuery 中的 orderByExecutionId

orderByHistoricTaskInstanceDuration

public HistoricTaskInstanceQueryImpl orderByHistoricTaskInstanceDuration()
从接口 HistoricTaskInstanceQuery 复制的描述
Order by duration (needs to be followed by Query.asc() or Query.desc()).

指定者:
接口 HistoricTaskInstanceQuery 中的 orderByHistoricTaskInstanceDuration

orderByHistoricTaskInstanceEndTime

public HistoricTaskInstanceQueryImpl orderByHistoricTaskInstanceEndTime()
从接口 HistoricTaskInstanceQuery 复制的描述
Order by end time (needs to be followed by Query.asc() or Query.desc()).

指定者:
接口 HistoricTaskInstanceQuery 中的 orderByHistoricTaskInstanceEndTime

orderByHistoricActivityInstanceStartTime

public HistoricTaskInstanceQueryImpl orderByHistoricActivityInstanceStartTime()
从接口 HistoricTaskInstanceQuery 复制的描述
Order by start time (needs to be followed by Query.asc() or Query.desc()).

指定者:
接口 HistoricTaskInstanceQuery 中的 orderByHistoricActivityInstanceStartTime

orderByHistoricTaskInstanceStartTime

public HistoricTaskInstanceQuery orderByHistoricTaskInstanceStartTime()
从接口 HistoricTaskInstanceQuery 复制的描述
Order by start time (needs to be followed by Query.asc() or Query.desc()).

指定者:
接口 HistoricTaskInstanceQuery 中的 orderByHistoricTaskInstanceStartTime

orderByTaskName

public HistoricTaskInstanceQueryImpl orderByTaskName()
从接口 HistoricTaskInstanceQuery 复制的描述
Order by task name (needs to be followed by Query.asc() or Query.desc()).

指定者:
接口 HistoricTaskInstanceQuery 中的 orderByTaskName

orderByTaskDescription

public HistoricTaskInstanceQueryImpl orderByTaskDescription()
从接口 HistoricTaskInstanceQuery 复制的描述
Order by task description (needs to be followed by Query.asc() or Query.desc()).

指定者:
接口 HistoricTaskInstanceQuery 中的 orderByTaskDescription

orderByTaskAssignee

public HistoricTaskInstanceQuery orderByTaskAssignee()
从接口 HistoricTaskInstanceQuery 复制的描述
Order by task assignee (needs to be followed by Query.asc() or Query.desc()).

指定者:
接口 HistoricTaskInstanceQuery 中的 orderByTaskAssignee

orderByTaskOwner

public HistoricTaskInstanceQuery orderByTaskOwner()
从接口 HistoricTaskInstanceQuery 复制的描述
Order by task owner (needs to be followed by Query.asc() or Query.desc()).

指定者:
接口 HistoricTaskInstanceQuery 中的 orderByTaskOwner

orderByTaskDueDate

public HistoricTaskInstanceQuery orderByTaskDueDate()
从接口 HistoricTaskInstanceQuery 复制的描述
Order by task due date (needs to be followed by Query.asc() or Query.desc()).

指定者:
接口 HistoricTaskInstanceQuery 中的 orderByTaskDueDate

orderByDeleteReason

public HistoricTaskInstanceQueryImpl orderByDeleteReason()
从接口 HistoricTaskInstanceQuery 复制的描述
Order by task delete reason (needs to be followed by Query.asc() or Query.desc()).

指定者:
接口 HistoricTaskInstanceQuery 中的 orderByDeleteReason

orderByTaskDefinitionKey

public HistoricTaskInstanceQuery orderByTaskDefinitionKey()
从接口 HistoricTaskInstanceQuery 复制的描述
Order by task definition key (needs to be followed by Query.asc() or Query.desc()).

指定者:
接口 HistoricTaskInstanceQuery 中的 orderByTaskDefinitionKey

orderByTaskPriority

public HistoricTaskInstanceQuery orderByTaskPriority()
从接口 HistoricTaskInstanceQuery 复制的描述
Order by task priority key (needs to be followed by Query.asc() or Query.desc()).

指定者:
接口 HistoricTaskInstanceQuery 中的 orderByTaskPriority

getMssqlOrDB2OrderBy

public String getMssqlOrDB2OrderBy()

getCandidateGroups

public List<String> getCandidateGroups()

getGroupsForCandidateUser

protected List<String> getGroupsForCandidateUser(String candidateUser)

getProcessInstanceId

public String getProcessInstanceId()

getProcessInstanceBusinessKey

public String getProcessInstanceBusinessKey()

getExecutionId

public String getExecutionId()

getProcessDefinitionId

public String getProcessDefinitionId()

isFinished

public boolean isFinished()

isUnfinished

public boolean isUnfinished()

getTaskName

public String getTaskName()

getTaskNameLike

public String getTaskNameLike()

getTaskDescription

public String getTaskDescription()

getTaskDescriptionLike

public String getTaskDescriptionLike()

getTaskDeleteReason

public String getTaskDeleteReason()

getTaskDeleteReasonLike

public String getTaskDeleteReasonLike()

getTaskAssignee

public String getTaskAssignee()

getTaskAssigneeLike

public String getTaskAssigneeLike()

getTaskId

public String getTaskId()

getTaskDefinitionKey

public String getTaskDefinitionKey()

getTaskOwnerLike

public String getTaskOwnerLike()

getTaskOwner

public String getTaskOwner()

getTaskParentTaskId

public String getTaskParentTaskId()

getCreationDate

public Date getCreationDate()

getCandidateUser

public String getCandidateUser()

getCandidateGroup

public String getCandidateGroup()

getInvolvedUser

public String getInvolvedUser()


Copyright © 2013 Alfresco. All rights reserved.