public class HistoricTaskInstanceQueryImpl extends AbstractVariableQueryImpl<HistoricTaskInstanceQuery,HistoricTaskInstance> implements HistoricTaskInstanceQuery
AbstractQuery.NullHandlingOnOrderqueryVariableValuescommandContext, commandExecutor, databaseType, nullHandlingOnOrder, orderBy, orderProperty, resultType, SORTORDER_ASC, SORTORDER_DESCfirstResult, maxResults, parameter| Constructor and Description |
|---|
HistoricTaskInstanceQueryImpl() |
HistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor) |
HistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor,
String databaseType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkQueryOk() |
HistoricTaskInstanceQuery |
deploymentId(String deploymentId)
Only select tasks which are part of a process instance which has the given
deployment id.
|
HistoricTaskInstanceQuery |
deploymentIdIn(List<String> deploymentIds)
Only select tasks which are part of a process instance which has the given
deployment id.
|
HistoricTaskInstanceQuery |
dueAfter(Date dueDate)
Only select tasks which have a due date after the given date.
|
HistoricTaskInstanceQuery |
dueBefore(Date dueDate)
Only select tasks which have a due date before the given date.
|
HistoricTaskInstanceQuery |
dueDate(Date dueDate)
Only select tasks with the given due date.
|
HistoricTaskInstanceQuery |
endOr() |
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 tasks for the given execution.
|
HistoricTaskInstanceQuery |
finished()
Only select historic task instances which are finished.
|
String |
getCandidateGroup() |
List<String> |
getCandidateGroups() |
String |
getCandidateUser() |
String |
getCategory() |
Date |
getCompletedAfterDate() |
Date |
getCompletedBeforeDate() |
Date |
getCompletedDate() |
Date |
getCreationAfterDate() |
Date |
getCreationBeforeDate() |
Date |
getCreationDate() |
String |
getDeploymentId() |
List<String> |
getDeploymentIds() |
Date |
getDueAfter() |
Date |
getDueBefore() |
Date |
getDueDate() |
String |
getExecutionId() |
protected List<String> |
getGroupsForCandidateUser(String candidateUser) |
String |
getInvolvedUser() |
String |
getMssqlOrDB2OrderBy() |
List<HistoricTaskInstanceQueryImpl> |
getOrQueryObjects() |
List<String> |
getProcessCategoryInList() |
List<String> |
getProcessCategoryNotInList() |
String |
getProcessDefinitionId() |
String |
getProcessDefinitionKey() |
String |
getProcessDefinitionKeyLike() |
String |
getProcessDefinitionKeyLikeIgnoreCase() |
List<String> |
getProcessDefinitionKeys() |
String |
getProcessDefinitionName() |
String |
getProcessDefinitionNameLike() |
String |
getProcessInstanceBusinessKey() |
String |
getProcessInstanceBusinessKeyLike() |
String |
getProcessInstanceBusinessKeyLikeIgnoreCase() |
String |
getProcessInstanceId() |
List<String> |
getProcessInstanceIds() |
String |
getTaskAssignee() |
String |
getTaskAssigneeLike() |
String |
getTaskAssigneeLikeIgnoreCase() |
String |
getTaskDefinitionKey() |
String |
getTaskDefinitionKeyLike() |
String |
getTaskDeleteReason() |
String |
getTaskDeleteReasonLike() |
String |
getTaskDescription() |
String |
getTaskDescriptionLike() |
String |
getTaskDescriptionLikeIgnoreCase() |
String |
getTaskId() |
Integer |
getTaskMaxPriority() |
Integer |
getTaskMinPriority() |
String |
getTaskName() |
String |
getTaskNameLike() |
String |
getTaskNameLikeIgnoreCase() |
List<String> |
getTaskNameList() |
List<String> |
getTaskNameListIgnoreCase() |
String |
getTaskOwner() |
String |
getTaskOwnerLike() |
String |
getTaskOwnerLikeIgnoreCase() |
String |
getTaskParentTaskId() |
Integer |
getTaskPriority() |
String |
getTenantId() |
String |
getTenantIdLike() |
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 |
isIncludeProcessVariables() |
boolean |
isIncludeTaskLocalVariables() |
boolean |
isInOrStatement() |
boolean |
isProcessFinished() |
boolean |
isProcessUnfinished() |
boolean |
isUnfinished() |
boolean |
isWithoutDueDate() |
boolean |
isWithoutTenantId() |
HistoricTaskInstanceQuery |
locale(String locale)
Localize task name and description to specified locale.
|
protected void |
localize(HistoricTaskInstance task) |
HistoricTaskInstanceQuery |
or()
All query clauses called will be added to a single or-statement.
|
HistoricTaskInstanceQueryImpl |
orderByDeleteReason()
Order by task delete reason (needs to be followed by
Query.asc() or Query.desc()). |
HistoricTaskInstanceQuery |
orderByDueDateNullsFirst()
Order by due date (needs to be followed by
Query.asc() or Query.desc()). |
HistoricTaskInstanceQuery |
orderByDueDateNullsLast()
Order by due date (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 assignee (needs to be followed by
Query.asc() or Query.desc()). |
HistoricTaskInstanceQuery |
orderByTaskCreateTime()
Order by the time on which the tasks were created (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 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 priority (needs to be followed by
Query.asc() or Query.desc()). |
HistoricTaskInstanceQuery |
orderByTenantId()
Order by tenant id (needs to be followed by
Query.asc() or Query.desc()). |
HistoricTaskInstanceQuery |
processCategoryIn(List<String> processCategoryInList)
Only select tasks which are part of a process instance whose definition
belongs to the category which is present in the given list.
|
HistoricTaskInstanceQuery |
processCategoryNotIn(List<String> processCategoryNotInList)
Only select tasks which are part of a process instance whose definition does not
belong to the category which is present in the given list.
|
HistoricTaskInstanceQueryImpl |
processDefinitionId(String processDefinitionId)
Only select tasks which are part of a process instance which has the given
process definition id.
|
HistoricTaskInstanceQuery |
processDefinitionKey(String processDefinitionKey)
Only select tasks which are part of a process instance which has the given
process definition key.
|
HistoricTaskInstanceQuery |
processDefinitionKeyIn(List<String> processDefinitionKeys)
Only select tasks that have a process definition for which the key is present in the given list
|
HistoricTaskInstanceQuery |
processDefinitionKeyLike(String processDefinitionKeyLike)
Only select tasks which are part of a process instance which has a
process definition key like the given value.
|
HistoricTaskInstanceQuery |
processDefinitionKeyLikeIgnoreCase(String processDefinitionKeyLikeIgnoreCase)
Only select tasks which are part of a process instance which has a
process definition key like the given value.
|
HistoricTaskInstanceQuery |
processDefinitionName(String processDefinitionName)
Only select tasks which are part of a process instance which has the given
process definition name.
|
HistoricTaskInstanceQuery |
processDefinitionNameLike(String processDefinitionNameLike)
Only select tasks which are part of a process instance which has a
process 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 tasks foe the given business key
|
HistoricTaskInstanceQueryImpl |
processInstanceBusinessKeyLike(String processInstanceBusinessKeyLike)
Only select tasks with a business key like the given value
The syntax is that of SQL: for example usage: processInstanceBusinessKeyLike("%activiti%").
|
HistoricTaskInstanceQuery |
processInstanceBusinessKeyLikeIgnoreCase(String processInstanceBusinessKeyLikeIgnoreCase)
Only select tasks with a business key like the given value
The syntax is that of SQL: for example usage: processInstanceBusinessKeyLike("%activiti%").
|
HistoricTaskInstanceQueryImpl |
processInstanceId(String processInstanceId)
Only select tasks for the given process instance id.
|
HistoricTaskInstanceQueryImpl |
processInstanceIdIn(List<String> processInstanceIds)
Only select tasks for the given process ids.
|
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 |
processVariableValueLikeIgnoreCase(String name,
String value)
Only select tasks which have a global variable value like the given value (case insensitive)
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 tasks which are assigned to the given user.
|
HistoricTaskInstanceQuery |
taskAssigneeLike(String taskAssigneeLike)
Only select tasks which were last assigned to an assignee like
the given value.
|
HistoricTaskInstanceQuery |
taskAssigneeLikeIgnoreCase(String taskAssigneeLikeIgnoreCase)
Only select tasks which were last assigned to an assignee like
the given value.
|
HistoricTaskInstanceQuery |
taskCandidateGroup(String candidateGroup)
Only select 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 tasks for which the given user is a candidate.
|
HistoricTaskInstanceQuery |
taskCategory(String category)
Only select tasks with the given category.
|
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 tasks that are created after the given date.
|
HistoricTaskInstanceQuery |
taskCreatedBefore(Date creationBeforeDate)
Only select tasks that are created before the given date.
|
HistoricTaskInstanceQuery |
taskCreatedOn(Date creationDate)
Only select tasks that are created on the given date.
|
HistoricTaskInstanceQuery |
taskDefinitionKey(String taskDefinitionKey)
Only select tasks with the given taskDefinitionKey.
|
HistoricTaskInstanceQuery |
taskDefinitionKeyLike(String taskDefinitionKeyLike)
Only select tasks with a taskDefinitionKey that match the given parameter.
|
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 tasks with the given description.
|
HistoricTaskInstanceQuery |
taskDescriptionLike(String taskDescriptionLike)
Only select tasks with a description matching the parameter .
|
HistoricTaskInstanceQuery |
taskDescriptionLikeIgnoreCase(String taskDescriptionLikeIgnoreCase)
Only select tasks with a description matching the parameter .
|
HistoricTaskInstanceQuery |
taskDueAfter(Date dueAfter) |
HistoricTaskInstanceQuery |
taskDueBefore(Date dueBefore) |
HistoricTaskInstanceQuery |
taskDueDate(Date dueDate) |
HistoricTaskInstanceQuery |
taskId(String taskId)
Only select tasks with the given task id (in practice, there will be
maximum one of this kind)
|
HistoricTaskInstanceQuery |
taskInvolvedUser(String involvedUser)
Only select tasks for which there exist an
IdentityLink 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 tasks with the given priority or lower.
|
HistoricTaskInstanceQuery |
taskMinPriority(Integer taskMinPriority)
Only select tasks with the given priority or higher.
|
HistoricTaskInstanceQuery |
taskName(String taskName)
Only select tasks with the given name
|
HistoricTaskInstanceQuery |
taskNameIn(List<String> taskNameList)
Only select tasks with a name that is in the given list
|
HistoricTaskInstanceQuery |
taskNameInIgnoreCase(List<String> taskNameList)
Only select tasks with a name that is in the given list
This method, unlike the
TaskInfoQuery.taskNameIn(List) method will
not take in account the upper/lower case: both the input parameters as the column value are
lowercased when the query is executed. |
HistoricTaskInstanceQuery |
taskNameLike(String taskNameLike)
Only select tasks with a name matching the parameter.
|
HistoricTaskInstanceQuery |
taskNameLikeIgnoreCase(String taskNameLikeIgnoreCase)
Only select tasks with a name matching the parameter.
|
HistoricTaskInstanceQuery |
taskOwner(String taskOwner)
Only select tasks for which the given user is the owner.
|
HistoricTaskInstanceQuery |
taskOwnerLike(String taskOwnerLike)
Only select tasks which were last assigned to an owner like
the given value.
|
HistoricTaskInstanceQuery |
taskOwnerLikeIgnoreCase(String taskOwnerLikeIgnoreCase)
Only select tasks which were last assigned to an owner like
the given value.
|
HistoricTaskInstanceQuery |
taskParentTaskId(String parentTaskId)
Only select subtasks of the given parent task
|
HistoricTaskInstanceQuery |
taskPriority(Integer taskPriority)
Only select tasks with the given priority.
|
HistoricTaskInstanceQuery |
taskTenantId(String tenantId)
Only select tasks that have the given tenant id.
|
HistoricTaskInstanceQuery |
taskTenantIdLike(String tenantIdLike)
Only select tasks with a tenant id like the given one.
|
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 |
taskVariableValueLikeIgnoreCase(String name,
String value)
Only select tasks which have a local variable value like the given value (case insensitive)
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 |
taskWithoutTenantId()
Only select tasks that do not have a tenant id.
|
HistoricTaskInstanceQuery |
unfinished()
Only select historic task instances which aren't finished yet.
|
HistoricTaskInstanceQuery |
withLocalizationFallback()
Instruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.
|
HistoricTaskInstanceQuery |
withoutDueDate()
Only select tasks with no due date.
|
HistoricTaskInstanceQuery |
withoutTaskDueDate() |
addVariable, getQueryVariableValues, isBoolean, variableValueEquals, variableValueEquals, variableValueEquals, variableValueEquals, variableValueEqualsIgnoreCase, variableValueEqualsIgnoreCase, variableValueGreaterThan, variableValueGreaterThan, variableValueGreaterThanOrEqual, variableValueGreaterThanOrEqual, variableValueLessThan, variableValueLessThan, variableValueLessThanOrEqual, variableValueLessThanOrEqual, variableValueLike, variableValueLike, variableValueLikeIgnoreCase, variableValueLikeIgnoreCase, variableValueNotEquals, variableValueNotEquals, variableValueNotEqualsIgnoreCase, variableValueNotEqualsIgnoreCaseaddOrder, asc, count, desc, direction, execute, executeSingleResult, getDatabaseType, getOrderBy, getOrderByColumns, list, listPage, orderBy, orderBy, setCommandExecutor, setDatabaseType, singleResultgetFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setFirstResult, setMaxResults, setParameterprotected String processDefinitionId
protected String processDefinitionKey
protected String processDefinitionKeyLike
protected String processDefinitionKeyLikeIgnoreCase
protected String processDefinitionName
protected String processDefinitionNameLike
protected String deploymentId
protected String processInstanceId
protected String processInstanceBusinessKey
protected String processInstanceBusinessKeyLike
protected String processInstanceBusinessKeyLikeIgnoreCase
protected String executionId
protected String taskId
protected String taskName
protected String taskNameLike
protected String taskNameLikeIgnoreCase
protected String taskParentTaskId
protected String taskDescription
protected String taskDescriptionLike
protected String taskDescriptionLikeIgnoreCase
protected String taskDeleteReason
protected String taskDeleteReasonLike
protected String taskOwner
protected String taskOwnerLike
protected String taskOwnerLikeIgnoreCase
protected String taskAssignee
protected String taskAssigneeLike
protected String taskAssigneeLikeIgnoreCase
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 String category
protected String tenantId
protected String tenantIdLike
protected boolean withoutTenantId
protected String locale
protected boolean withLocalizationFallback
protected boolean includeTaskLocalVariables
protected boolean includeProcessVariables
protected List<HistoricTaskInstanceQueryImpl> orQueryObjects
protected HistoricTaskInstanceQueryImpl currentOrQueryObject
protected boolean inOrStatement
public HistoricTaskInstanceQueryImpl()
public HistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor)
public HistoricTaskInstanceQueryImpl(CommandExecutor commandExecutor, String databaseType)
public long executeCount(CommandContext commandContext)
executeCount in class AbstractVariableQueryImpl<HistoricTaskInstanceQuery,HistoricTaskInstance>public List<HistoricTaskInstance> executeList(CommandContext commandContext, Page page)
AbstractQueryexecuteList in class AbstractVariableQueryImpl<HistoricTaskInstanceQuery,HistoricTaskInstance>page - used if the results must be paged. If null, no paging will be applied.protected void localize(HistoricTaskInstance task)
public HistoricTaskInstanceQueryImpl processInstanceId(String processInstanceId)
TaskInfoQueryprocessInstanceId in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQueryImpl processInstanceIdIn(List<String> processInstanceIds)
TaskInfoQueryprocessInstanceIdIn in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQueryImpl processInstanceBusinessKey(String processInstanceBusinessKey)
TaskInfoQueryprocessInstanceBusinessKey in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQueryImpl processInstanceBusinessKeyLike(String processInstanceBusinessKeyLike)
TaskInfoQueryprocessInstanceBusinessKeyLike in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery processInstanceBusinessKeyLikeIgnoreCase(String processInstanceBusinessKeyLikeIgnoreCase)
TaskInfoQueryTaskInfoQuery.processInstanceBusinessKeyLike(String) method will
not take in account the upper/lower case: both the input parameter as the column value are
lowercased when the query is executed.processInstanceBusinessKeyLikeIgnoreCase in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQueryImpl executionId(String executionId)
TaskInfoQueryexecutionId in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQueryImpl processDefinitionId(String processDefinitionId)
TaskInfoQueryprocessDefinitionId in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery processDefinitionKey(String processDefinitionKey)
TaskInfoQueryprocessDefinitionKey in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery processDefinitionKeyLike(String processDefinitionKeyLike)
TaskInfoQueryprocessDefinitionKeyLike in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery processDefinitionKeyLikeIgnoreCase(String processDefinitionKeyLikeIgnoreCase)
TaskInfoQueryTaskInfoQuery.processDefinitionKeyLike(String) method will
not take in account the upper/lower case: both the input parameter as the column value are
lowercased when the query is executed.processDefinitionKeyLikeIgnoreCase in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery processDefinitionKeyIn(List<String> processDefinitionKeys)
TaskInfoQueryprocessDefinitionKeyIn in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery processDefinitionName(String processDefinitionName)
TaskInfoQueryprocessDefinitionName in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery processDefinitionNameLike(String processDefinitionNameLike)
TaskInfoQueryprocessDefinitionNameLike in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery processCategoryIn(List<String> processCategoryInList)
TaskInfoQueryprocessCategoryIn in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery processCategoryNotIn(List<String> processCategoryNotInList)
TaskInfoQueryprocessCategoryNotIn in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery deploymentId(String deploymentId)
TaskInfoQuerydeploymentId in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery deploymentIdIn(List<String> deploymentIds)
TaskInfoQuerydeploymentIdIn in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskId(String taskId)
TaskInfoQuerytaskId in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskName(String taskName)
TaskInfoQuerytaskName in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskNameIn(List<String> taskNameList)
TaskInfoQuerytaskNameIn in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskNameInIgnoreCase(List<String> taskNameList)
TaskInfoQueryTaskInfoQuery.taskNameIn(List) method will
not take in account the upper/lower case: both the input parameters as the column value are
lowercased when the query is executed.taskNameInIgnoreCase in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskNameLike(String taskNameLike)
TaskInfoQuerytaskNameLike in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskNameLikeIgnoreCase(String taskNameLikeIgnoreCase)
TaskInfoQueryTaskInfoQuery.taskNameLike(String) method will
not take in account the upper/lower case: both the input parameter as the column value are
lowercased when the query is executed.taskNameLikeIgnoreCase in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskParentTaskId(String parentTaskId)
HistoricTaskInstanceQuerytaskParentTaskId in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery taskDescription(String taskDescription)
TaskInfoQuerytaskDescription in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskDescriptionLike(String taskDescriptionLike)
TaskInfoQuerytaskDescriptionLike in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskDescriptionLikeIgnoreCase(String taskDescriptionLikeIgnoreCase)
TaskInfoQueryTaskInfoQuery.taskDescriptionLike(String) method will
not take in account the upper/lower case: both the input parameter as the column value are
lowercased when the query is executed.taskDescriptionLikeIgnoreCase in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskDeleteReason(String taskDeleteReason)
HistoricTaskInstanceQuerytaskDeleteReason in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery taskDeleteReasonLike(String taskDeleteReasonLike)
HistoricTaskInstanceQuerytaskDeleteReasonLike in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery taskAssignee(String taskAssignee)
TaskInfoQuerytaskAssignee in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskAssigneeLike(String taskAssigneeLike)
TaskInfoQuerytaskAssigneeLike in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskAssigneeLikeIgnoreCase(String taskAssigneeLikeIgnoreCase)
TaskInfoQueryTaskInfoQuery.taskAssigneeLike(String) method will
not take in account the upper/lower case: both the input parameter as the column value are
lowercased when the query is executed.taskAssigneeLikeIgnoreCase in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskOwner(String taskOwner)
TaskInfoQuerytaskOwner in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskOwnerLike(String taskOwnerLike)
TaskInfoQuerytaskOwnerLike in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskOwnerLikeIgnoreCase(String taskOwnerLikeIgnoreCase)
TaskInfoQueryTaskInfoQuery.taskOwnerLike(String) method will
not take in account the upper/lower case: both the input parameter as the column value are
lowercased when the query is executed.taskOwnerLikeIgnoreCase in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery finished()
HistoricTaskInstanceQueryfinished in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery unfinished()
HistoricTaskInstanceQueryunfinished in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery taskVariableValueEquals(String variableName, Object variableValue)
TaskInfoQuerytaskVariableValueEquals in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskVariableValueEquals(Object variableValue)
TaskInfoQuerytaskVariableValueEquals in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskVariableValueEqualsIgnoreCase(String name, String value)
TaskInfoQueryThis 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).
taskVariableValueEqualsIgnoreCase in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskVariableValueNotEqualsIgnoreCase(String name, String value)
TaskInfoQueryThis 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).
taskVariableValueNotEqualsIgnoreCase in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskVariableValueNotEquals(String variableName, Object variableValue)
TaskInfoQuerySerializable objects (which are not primitive type wrappers)
are not supported.taskVariableValueNotEquals in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskVariableValueGreaterThan(String name, Object value)
TaskInfoQuerySerializable objects (which are not primitive type wrappers) are
not supported.taskVariableValueGreaterThan in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>name - cannot be null.value - cannot be null.public HistoricTaskInstanceQuery taskVariableValueGreaterThanOrEqual(String name, Object value)
TaskInfoQuerySerializable objects (which are not primitive type wrappers) are
not supported.taskVariableValueGreaterThanOrEqual in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>name - cannot be null.value - cannot be null.public HistoricTaskInstanceQuery taskVariableValueLessThan(String name, Object value)
TaskInfoQuerySerializable objects (which are not primitive type
wrappers) are not supported.taskVariableValueLessThan in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>name - cannot be null.value - cannot be null.public HistoricTaskInstanceQuery taskVariableValueLessThanOrEqual(String name, Object value)
TaskInfoQuerySerializable objects (which are not primitive type
wrappers) are not supported.taskVariableValueLessThanOrEqual in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>name - cannot be null.value - cannot be null.public HistoricTaskInstanceQuery taskVariableValueLike(String name, String value)
TaskInfoQuerytaskVariableValueLike in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>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 taskVariableValueLikeIgnoreCase(String name, String value)
TaskInfoQuerytaskVariableValueLikeIgnoreCase in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>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)
TaskInfoQueryprocessVariableValueEquals in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery processVariableValueNotEquals(String variableName, Object variableValue)
TaskInfoQuerySerializable objects (which are not primitive type wrappers)
are not supported.processVariableValueNotEquals in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery processVariableValueEquals(Object variableValue)
TaskInfoQueryprocessVariableValueEquals in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery processVariableValueEqualsIgnoreCase(String name, String value)
TaskInfoQueryThis 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).
processVariableValueEqualsIgnoreCase in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery processVariableValueNotEqualsIgnoreCase(String name, String value)
TaskInfoQueryThis 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).
processVariableValueNotEqualsIgnoreCase in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery processVariableValueGreaterThan(String name, Object value)
TaskInfoQuerySerializable objects (which are not primitive type wrappers) are
not supported.processVariableValueGreaterThan in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>name - cannot be null.value - cannot be null.public HistoricTaskInstanceQuery processVariableValueGreaterThanOrEqual(String name, Object value)
TaskInfoQuerySerializable objects (which are not primitive type wrappers) are
not supported.processVariableValueGreaterThanOrEqual in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>name - cannot be null.value - cannot be null.public HistoricTaskInstanceQuery processVariableValueLessThan(String name, Object value)
TaskInfoQuerySerializable objects (which are not primitive type
wrappers) are not supported.processVariableValueLessThan in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>name - cannot be null.value - cannot be null.public HistoricTaskInstanceQuery processVariableValueLessThanOrEqual(String name, Object value)
TaskInfoQuerySerializable objects (which are not primitive type
wrappers) are not supported.processVariableValueLessThanOrEqual in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>name - cannot be null.value - cannot be null.public HistoricTaskInstanceQuery processVariableValueLike(String name, String value)
TaskInfoQueryprocessVariableValueLike in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>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 processVariableValueLikeIgnoreCase(String name, String value)
TaskInfoQueryprocessVariableValueLikeIgnoreCase in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>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)
TaskInfoQuerytaskDefinitionKey in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskDefinitionKeyLike(String taskDefinitionKeyLike)
TaskInfoQuerytaskDefinitionKeyLike in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskPriority(Integer taskPriority)
TaskInfoQuerytaskPriority in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskMinPriority(Integer taskMinPriority)
TaskInfoQuerytaskMinPriority in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskMaxPriority(Integer taskMaxPriority)
TaskInfoQuerytaskMaxPriority in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery processFinished()
HistoricTaskInstanceQueryprocessFinished in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery processUnfinished()
HistoricTaskInstanceQueryprocessUnfinished in interface HistoricTaskInstanceQueryprotected void ensureVariablesInitialized()
ensureVariablesInitialized in class AbstractVariableQueryImpl<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskDueDate(Date dueDate)
taskDueDate in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery dueDate(Date dueDate)
TaskInfoQuerydueDate in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskDueAfter(Date dueAfter)
taskDueAfter in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery dueAfter(Date dueDate)
TaskInfoQuerydueAfter in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskDueBefore(Date dueBefore)
taskDueBefore in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery dueBefore(Date dueDate)
TaskInfoQuerydueBefore in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskCreatedOn(Date creationDate)
TaskInfoQuerytaskCreatedOn in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskCreatedBefore(Date creationBeforeDate)
TaskInfoQuerytaskCreatedBefore in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskCreatedAfter(Date creationAfterDate)
TaskInfoQuerytaskCreatedAfter in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskCompletedOn(Date completedDate)
HistoricTaskInstanceQuerytaskCompletedOn in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery taskCompletedBefore(Date completedBeforeDate)
HistoricTaskInstanceQuerytaskCompletedBefore in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery taskCompletedAfter(Date completedAfterDate)
HistoricTaskInstanceQuerytaskCompletedAfter in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery withoutTaskDueDate()
withoutTaskDueDate in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery withoutDueDate()
TaskInfoQuerywithoutDueDate in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskCategory(String category)
TaskInfoQuerytaskCategory in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskCandidateUser(String candidateUser)
TaskInfoQuerytaskCandidateUser in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskCandidateGroup(String candidateGroup)
TaskInfoQuerytaskCandidateGroup in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskCandidateGroupIn(List<String> candidateGroups)
TaskInfoQuerytaskCandidateGroupIn in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskInvolvedUser(String involvedUser)
TaskInfoQueryIdentityLink with the given user, including tasks which have been
assigned to the given user (assignee) or owned by the given user (owner).taskInvolvedUser in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskTenantId(String tenantId)
TaskInfoQuerytaskTenantId in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskTenantIdLike(String tenantIdLike)
TaskInfoQuerytaskTenantIdLike in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery taskWithoutTenantId()
TaskInfoQuerytaskWithoutTenantId in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery locale(String locale)
TaskInfoQuerylocale in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery withLocalizationFallback()
TaskInfoQuerywithLocalizationFallback in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery includeTaskLocalVariables()
TaskInfoQueryincludeTaskLocalVariables in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery includeProcessVariables()
TaskInfoQueryincludeProcessVariables in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery or()
TaskInfoQueryor in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery endOr()
endOr in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQueryImpl orderByTaskId()
TaskInfoQueryQuery.asc() or Query.desc()).orderByTaskId in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQueryImpl orderByHistoricActivityInstanceId()
HistoricTaskInstanceQueryQuery.asc() or Query.desc()).orderByHistoricActivityInstanceId in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQueryImpl orderByProcessDefinitionId()
TaskInfoQueryQuery.asc() or Query.desc()).orderByProcessDefinitionId in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQueryImpl orderByProcessInstanceId()
TaskInfoQueryQuery.asc() or Query.desc()).orderByProcessInstanceId in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQueryImpl orderByExecutionId()
TaskInfoQueryQuery.asc() or Query.desc()).orderByExecutionId in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public 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 HistoricTaskInstanceQuery orderByHistoricTaskInstanceStartTime()
HistoricTaskInstanceQueryQuery.asc() or Query.desc()).orderByHistoricTaskInstanceStartTime in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery orderByTaskCreateTime()
TaskInfoQueryQuery.asc() or Query.desc()).orderByTaskCreateTime in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQueryImpl orderByTaskName()
TaskInfoQueryQuery.asc() or Query.desc()).orderByTaskName in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQueryImpl orderByTaskDescription()
TaskInfoQueryQuery.asc() or Query.desc()).orderByTaskDescription in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery orderByTaskAssignee()
TaskInfoQueryQuery.asc() or Query.desc()).orderByTaskAssignee in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery orderByTaskOwner()
TaskInfoQueryQuery.asc() or Query.desc()).orderByTaskOwner in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery orderByTaskDueDate()
TaskInfoQueryQuery.asc() or Query.desc()).orderByTaskDueDate in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery orderByDueDateNullsFirst()
TaskInfoQueryQuery.asc() or Query.desc()).
If any of the tasks have null for the due date, these will be first in the result.orderByDueDateNullsFirst in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery orderByDueDateNullsLast()
TaskInfoQueryQuery.asc() or Query.desc()).
If any of the tasks have null for the due date, these will be last in the result.orderByDueDateNullsLast in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQueryImpl orderByDeleteReason()
HistoricTaskInstanceQueryQuery.asc() or Query.desc()).orderByDeleteReason in interface HistoricTaskInstanceQuerypublic HistoricTaskInstanceQuery orderByTaskDefinitionKey()
TaskInfoQueryQuery.asc() or Query.desc()).orderByTaskDefinitionKey in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery orderByTaskPriority()
TaskInfoQueryQuery.asc() or Query.desc()).orderByTaskPriority in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public HistoricTaskInstanceQuery orderByTenantId()
TaskInfoQueryQuery.asc() or Query.desc()).orderByTenantId in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>protected void checkQueryOk()
checkQueryOk in class AbstractQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>public String getMssqlOrDB2OrderBy()
public String getProcessInstanceId()
public String getProcessInstanceBusinessKey()
public String getExecutionId()
public String getProcessDefinitionId()
public String getProcessDefinitionKey()
public String getProcessDefinitionKeyLike()
public String getProcessDefinitionName()
public String getProcessDefinitionNameLike()
public String getDeploymentId()
public String getProcessInstanceBusinessKeyLike()
public String getTaskDefinitionKeyLike()
public Integer getTaskPriority()
public Integer getTaskMinPriority()
public Integer getTaskMaxPriority()
public boolean isProcessFinished()
public boolean isProcessUnfinished()
public Date getDueDate()
public Date getDueAfter()
public Date getDueBefore()
public boolean isWithoutDueDate()
public Date getCreationAfterDate()
public Date getCreationBeforeDate()
public Date getCompletedDate()
public Date getCompletedAfterDate()
public Date getCompletedBeforeDate()
public String getCategory()
public String getTenantId()
public String getTenantIdLike()
public boolean isWithoutTenantId()
public boolean isIncludeTaskLocalVariables()
public boolean isIncludeProcessVariables()
public boolean isInOrStatement()
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()
public String getProcessDefinitionKeyLikeIgnoreCase()
public String getProcessInstanceBusinessKeyLikeIgnoreCase()
public String getTaskNameLikeIgnoreCase()
public String getTaskDescriptionLikeIgnoreCase()
public String getTaskOwnerLikeIgnoreCase()
public String getTaskAssigneeLikeIgnoreCase()
public List<HistoricTaskInstanceQueryImpl> getOrQueryObjects()
Copyright © 2016 Alfresco. All rights reserved.