|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.activiti.engine.impl.db.ListQueryParameterObject
org.activiti.engine.impl.AbstractQuery<T,U>
org.activiti.engine.impl.AbstractVariableQueryImpl<HistoricTaskInstanceQuery,HistoricTaskInstance>
org.activiti.engine.impl.HistoricTaskInstanceQueryImpl
public class HistoricTaskInstanceQueryImpl
从类 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.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 |
字段详细信息 |
---|
protected String processDefinitionId
protected String processDefinitionKey
protected String processDefinitionKeyLike
protected String processDefinitionName
protected String processDefinitionNameLike
protected String processInstanceId
protected String processInstanceBusinessKey
protected String processInstanceBusinessKeyLike
protected String executionId
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 String taskDefinitionKeyLike
protected String candidateUser
protected String candidateGroup
protected String involvedUser
protected Integer taskPriority
protected Integer taskMinPriority
protected Integer taskMaxPriority
protected boolean finished
protected boolean unfinished
protected boolean processFinished
protected boolean processUnfinished
protected Date dueDate
protected Date dueAfter
protected Date dueBefore
protected boolean withoutDueDate
protected Date creationDate
protected Date creationAfterDate
protected Date creationBeforeDate
protected Date completedDate
protected Date completedAfterDate
protected Date completedBeforeDate
protected boolean includeTaskLocalVariables
protected boolean includeProcessVariables
构造方法详细信息 |
---|
public HistoricTaskInstanceQueryImpl()
public HistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor)
方法详细信息 |
---|
public long executeCount(CommandContext commandContext)
AbstractVariableQueryImpl<HistoricTaskInstanceQuery,HistoricTaskInstance>
中的 executeCount
public List<HistoricTaskInstance> executeList(CommandContext commandContext, Page page)
AbstractQuery
复制的描述
AbstractVariableQueryImpl<HistoricTaskInstanceQuery,HistoricTaskInstance>
中的 executeList
page
- used if the results must be paged. If null, no paging will be applied.public HistoricTaskInstanceQueryImpl processInstanceId(String processInstanceId)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 processInstanceId
public HistoricTaskInstanceQueryImpl processInstanceBusinessKey(String processInstanceBusinessKey)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 processInstanceBusinessKey
public HistoricTaskInstanceQueryImpl processInstanceBusinessKeyLike(String processInstanceBusinessKeyLike)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 processInstanceBusinessKeyLike
public HistoricTaskInstanceQueryImpl executionId(String executionId)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 executionId
public HistoricTaskInstanceQueryImpl processDefinitionId(String processDefinitionId)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 processDefinitionId
public HistoricTaskInstanceQuery processDefinitionKey(String processDefinitionKey)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 processDefinitionKey
public HistoricTaskInstanceQuery processDefinitionKeyLike(String processDefinitionKeyLike)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 processDefinitionKeyLike
public HistoricTaskInstanceQuery processDefinitionName(String processDefinitionName)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 processDefinitionName
public HistoricTaskInstanceQuery processDefinitionNameLike(String processDefinitionNameLike)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 processDefinitionNameLike
public HistoricTaskInstanceQuery taskId(String taskId)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskId
public HistoricTaskInstanceQuery taskName(String taskName)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskName
public HistoricTaskInstanceQuery taskNameLike(String taskNameLike)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskNameLike
public HistoricTaskInstanceQuery taskParentTaskId(String parentTaskId)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskParentTaskId
public HistoricTaskInstanceQuery taskDescription(String taskDescription)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskDescription
public HistoricTaskInstanceQuery taskDescriptionLike(String taskDescriptionLike)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskDescriptionLike
public HistoricTaskInstanceQuery taskDeleteReason(String taskDeleteReason)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskDeleteReason
public HistoricTaskInstanceQuery taskDeleteReasonLike(String taskDeleteReasonLike)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskDeleteReasonLike
public HistoricTaskInstanceQuery taskAssignee(String taskAssignee)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskAssignee
public HistoricTaskInstanceQuery taskAssigneeLike(String taskAssigneeLike)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskAssigneeLike
public HistoricTaskInstanceQuery taskOwner(String taskOwner)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskOwner
public HistoricTaskInstanceQuery taskOwnerLike(String taskOwnerLike)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskOwnerLike
public HistoricTaskInstanceQuery finished()
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 finished
public HistoricTaskInstanceQuery unfinished()
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 unfinished
public HistoricTaskInstanceQuery taskVariableValueEquals(String variableName, Object variableValue)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskVariableValueEquals
public HistoricTaskInstanceQuery taskVariableValueEquals(Object variableValue)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskVariableValueEquals
public HistoricTaskInstanceQuery taskVariableValueEqualsIgnoreCase(String name, String value)
HistoricTaskInstanceQuery
复制的描述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
public HistoricTaskInstanceQuery taskVariableValueNotEqualsIgnoreCase(String name, String value)
HistoricTaskInstanceQuery
复制的描述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
public HistoricTaskInstanceQuery taskVariableValueNotEquals(String variableName, Object variableValue)
HistoricTaskInstanceQuery
复制的描述Serializable
objects (which are not primitive type wrappers)
are not supported.
HistoricTaskInstanceQuery
中的 taskVariableValueNotEquals
public HistoricTaskInstanceQuery taskVariableValueGreaterThan(String name, Object value)
HistoricTaskInstanceQuery
复制的描述Serializable
objects (which are not primitive type wrappers) are
not supported.
HistoricTaskInstanceQuery
中的 taskVariableValueGreaterThan
name
- cannot be null.value
- cannot be null.public HistoricTaskInstanceQuery taskVariableValueGreaterThanOrEqual(String name, Object value)
HistoricTaskInstanceQuery
复制的描述Serializable
objects (which are not primitive type wrappers) are
not supported.
HistoricTaskInstanceQuery
中的 taskVariableValueGreaterThanOrEqual
name
- cannot be null.value
- cannot be null.public HistoricTaskInstanceQuery taskVariableValueLessThan(String name, Object value)
HistoricTaskInstanceQuery
复制的描述Serializable
objects (which are not primitive type
wrappers) are not supported.
HistoricTaskInstanceQuery
中的 taskVariableValueLessThan
name
- cannot be null.value
- cannot be null.public HistoricTaskInstanceQuery taskVariableValueLessThanOrEqual(String name, Object value)
HistoricTaskInstanceQuery
复制的描述Serializable
objects (which are not primitive type
wrappers) are not supported.
HistoricTaskInstanceQuery
中的 taskVariableValueLessThanOrEqual
name
- cannot be null.value
- cannot be null.public HistoricTaskInstanceQuery taskVariableValueLike(String name, String value)
HistoricTaskInstanceQuery
复制的描述
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%).public HistoricTaskInstanceQuery processVariableValueEquals(String variableName, Object variableValue)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 processVariableValueEquals
public HistoricTaskInstanceQuery processVariableValueNotEquals(String variableName, Object variableValue)
HistoricTaskInstanceQuery
复制的描述Serializable
objects (which are not primitive type wrappers)
are not supported.
HistoricTaskInstanceQuery
中的 processVariableValueNotEquals
public HistoricTaskInstanceQuery processVariableValueEquals(Object variableValue)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 processVariableValueEquals
public HistoricTaskInstanceQuery processVariableValueEqualsIgnoreCase(String name, String value)
HistoricTaskInstanceQuery
复制的描述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
public HistoricTaskInstanceQuery processVariableValueNotEqualsIgnoreCase(String name, String value)
HistoricTaskInstanceQuery
复制的描述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
public HistoricTaskInstanceQuery processVariableValueGreaterThan(String name, Object value)
HistoricTaskInstanceQuery
复制的描述Serializable
objects (which are not primitive type wrappers) are
not supported.
HistoricTaskInstanceQuery
中的 processVariableValueGreaterThan
name
- cannot be null.value
- cannot be null.public HistoricTaskInstanceQuery processVariableValueGreaterThanOrEqual(String name, Object value)
HistoricTaskInstanceQuery
复制的描述Serializable
objects (which are not primitive type wrappers) are
not supported.
HistoricTaskInstanceQuery
中的 processVariableValueGreaterThanOrEqual
name
- cannot be null.value
- cannot be null.public HistoricTaskInstanceQuery processVariableValueLessThan(String name, Object value)
HistoricTaskInstanceQuery
复制的描述Serializable
objects (which are not primitive type
wrappers) are not supported.
HistoricTaskInstanceQuery
中的 processVariableValueLessThan
name
- cannot be null.value
- cannot be null.public HistoricTaskInstanceQuery processVariableValueLessThanOrEqual(String name, Object value)
HistoricTaskInstanceQuery
复制的描述Serializable
objects (which are not primitive type
wrappers) are not supported.
HistoricTaskInstanceQuery
中的 processVariableValueLessThanOrEqual
name
- cannot be null.value
- cannot be null.public HistoricTaskInstanceQuery processVariableValueLike(String name, String value)
HistoricTaskInstanceQuery
复制的描述
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%).public HistoricTaskInstanceQuery taskDefinitionKey(String taskDefinitionKey)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskDefinitionKey
Task.getTaskDefinitionKey()
public HistoricTaskInstanceQuery taskDefinitionKeyLike(String taskDefinitionKeyLike)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskDefinitionKeyLike
public HistoricTaskInstanceQuery taskPriority(Integer taskPriority)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskPriority
public HistoricTaskInstanceQuery taskMinPriority(Integer taskMinPriority)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskMinPriority
public HistoricTaskInstanceQuery taskMaxPriority(Integer taskMaxPriority)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskMaxPriority
public HistoricTaskInstanceQuery processFinished()
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 processFinished
public HistoricTaskInstanceQuery processUnfinished()
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 processUnfinished
protected void ensureVariablesInitialized()
AbstractVariableQueryImpl<HistoricTaskInstanceQuery,HistoricTaskInstance>
中的 ensureVariablesInitialized
public HistoricTaskInstanceQuery taskDueDate(Date dueDate)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskDueDate
public HistoricTaskInstanceQuery taskDueAfter(Date dueAfter)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskDueAfter
public HistoricTaskInstanceQuery taskDueBefore(Date dueBefore)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskDueBefore
public HistoricTaskInstanceQuery taskCreatedOn(Date creationDate)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskCreatedOn
public HistoricTaskInstanceQuery taskCreatedBefore(Date creationBeforeDate)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskCreatedBefore
public HistoricTaskInstanceQuery taskCreatedAfter(Date creationAfterDate)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskCreatedAfter
public HistoricTaskInstanceQuery taskCompletedOn(Date completedDate)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskCompletedOn
public HistoricTaskInstanceQuery taskCompletedBefore(Date completedBeforeDate)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskCompletedBefore
public HistoricTaskInstanceQuery taskCompletedAfter(Date completedAfterDate)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskCompletedAfter
public HistoricTaskInstanceQuery withoutTaskDueDate()
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 withoutTaskDueDate
public HistoricTaskInstanceQuery taskCandidateUser(String candidateUser)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskCandidateUser
public HistoricTaskInstanceQuery taskCandidateGroup(String candidateGroup)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskCandidateGroup
public HistoricTaskInstanceQuery taskCandidateGroupIn(List<String> candidateGroups)
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 taskCandidateGroupIn
public HistoricTaskInstanceQuery taskInvolvedUser(String involvedUser)
HistoricTaskInstanceQuery
复制的描述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
public HistoricTaskInstanceQuery includeTaskLocalVariables()
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 includeTaskLocalVariables
public HistoricTaskInstanceQuery includeProcessVariables()
HistoricTaskInstanceQuery
复制的描述
HistoricTaskInstanceQuery
中的 includeProcessVariables
public HistoricTaskInstanceQueryImpl orderByTaskId()
HistoricTaskInstanceQuery
复制的描述Query.asc()
or Query.desc()
).
HistoricTaskInstanceQuery
中的 orderByTaskId
public HistoricTaskInstanceQueryImpl orderByHistoricActivityInstanceId()
HistoricTaskInstanceQuery
复制的描述Query.asc()
or Query.desc()
).
HistoricTaskInstanceQuery
中的 orderByHistoricActivityInstanceId
public HistoricTaskInstanceQueryImpl orderByProcessDefinitionId()
HistoricTaskInstanceQuery
复制的描述Query.asc()
or Query.desc()
).
HistoricTaskInstanceQuery
中的 orderByProcessDefinitionId
public HistoricTaskInstanceQueryImpl orderByProcessInstanceId()
HistoricTaskInstanceQuery
复制的描述Query.asc()
or Query.desc()
).
HistoricTaskInstanceQuery
中的 orderByProcessInstanceId
public HistoricTaskInstanceQueryImpl orderByExecutionId()
HistoricTaskInstanceQuery
复制的描述Query.asc()
or Query.desc()
).
HistoricTaskInstanceQuery
中的 orderByExecutionId
public HistoricTaskInstanceQueryImpl orderByHistoricTaskInstanceDuration()
HistoricTaskInstanceQuery
复制的描述Query.asc()
or Query.desc()
).
HistoricTaskInstanceQuery
中的 orderByHistoricTaskInstanceDuration
public HistoricTaskInstanceQueryImpl orderByHistoricTaskInstanceEndTime()
HistoricTaskInstanceQuery
复制的描述Query.asc()
or Query.desc()
).
HistoricTaskInstanceQuery
中的 orderByHistoricTaskInstanceEndTime
public HistoricTaskInstanceQueryImpl orderByHistoricActivityInstanceStartTime()
HistoricTaskInstanceQuery
复制的描述Query.asc()
or Query.desc()
).
HistoricTaskInstanceQuery
中的 orderByHistoricActivityInstanceStartTime
public HistoricTaskInstanceQuery orderByHistoricTaskInstanceStartTime()
HistoricTaskInstanceQuery
复制的描述Query.asc()
or Query.desc()
).
HistoricTaskInstanceQuery
中的 orderByHistoricTaskInstanceStartTime
public HistoricTaskInstanceQueryImpl orderByTaskName()
HistoricTaskInstanceQuery
复制的描述Query.asc()
or Query.desc()
).
HistoricTaskInstanceQuery
中的 orderByTaskName
public HistoricTaskInstanceQueryImpl orderByTaskDescription()
HistoricTaskInstanceQuery
复制的描述Query.asc()
or Query.desc()
).
HistoricTaskInstanceQuery
中的 orderByTaskDescription
public HistoricTaskInstanceQuery orderByTaskAssignee()
HistoricTaskInstanceQuery
复制的描述Query.asc()
or Query.desc()
).
HistoricTaskInstanceQuery
中的 orderByTaskAssignee
public HistoricTaskInstanceQuery orderByTaskOwner()
HistoricTaskInstanceQuery
复制的描述Query.asc()
or Query.desc()
).
HistoricTaskInstanceQuery
中的 orderByTaskOwner
public HistoricTaskInstanceQuery orderByTaskDueDate()
HistoricTaskInstanceQuery
复制的描述Query.asc()
or Query.desc()
).
HistoricTaskInstanceQuery
中的 orderByTaskDueDate
public HistoricTaskInstanceQueryImpl orderByDeleteReason()
HistoricTaskInstanceQuery
复制的描述Query.asc()
or Query.desc()
).
HistoricTaskInstanceQuery
中的 orderByDeleteReason
public HistoricTaskInstanceQuery orderByTaskDefinitionKey()
HistoricTaskInstanceQuery
复制的描述Query.asc()
or Query.desc()
).
HistoricTaskInstanceQuery
中的 orderByTaskDefinitionKey
public HistoricTaskInstanceQuery orderByTaskPriority()
HistoricTaskInstanceQuery
复制的描述Query.asc()
or Query.desc()
).
HistoricTaskInstanceQuery
中的 orderByTaskPriority
public String getMssqlOrDB2OrderBy()
public List<String> getCandidateGroups()
protected List<String> getGroupsForCandidateUser(String candidateUser)
public String getProcessInstanceId()
public String getProcessInstanceBusinessKey()
public String getExecutionId()
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 String getTaskOwnerLike()
public String getTaskOwner()
public String getTaskParentTaskId()
public Date getCreationDate()
public String getCandidateUser()
public String getCandidateGroup()
public String getInvolvedUser()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |