public class HistoricTaskInstanceQueryImpl extends AbstractVariableQueryImpl<HistoricTaskInstanceQuery,HistoricTaskInstance> implements HistoricTaskInstanceQuery
AbstractQuery.NullHandlingOnOrder
queryVariableValues
commandContext, commandExecutor, databaseType, nullHandlingOnOrder, orderBy, orderProperty, resultType, SORTORDER_ASC, SORTORDER_DESC
firstResult, 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, variableValueNotEqualsIgnoreCase
addOrder, asc, count, desc, direction, execute, executeSingleResult, getDatabaseType, getOrderBy, getOrderByColumns, list, listPage, orderBy, orderBy, setCommandExecutor, setDatabaseType, singleResult
getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setFirstResult, setMaxResults, setParameter
protected 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)
AbstractQuery
executeList
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)
TaskInfoQuery
processInstanceId
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQueryImpl processInstanceIdIn(List<String> processInstanceIds)
TaskInfoQuery
processInstanceIdIn
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQueryImpl processInstanceBusinessKey(String processInstanceBusinessKey)
TaskInfoQuery
processInstanceBusinessKey
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQueryImpl processInstanceBusinessKeyLike(String processInstanceBusinessKeyLike)
TaskInfoQuery
processInstanceBusinessKeyLike
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery processInstanceBusinessKeyLikeIgnoreCase(String processInstanceBusinessKeyLikeIgnoreCase)
TaskInfoQuery
TaskInfoQuery.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)
TaskInfoQuery
executionId
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQueryImpl processDefinitionId(String processDefinitionId)
TaskInfoQuery
processDefinitionId
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery processDefinitionKey(String processDefinitionKey)
TaskInfoQuery
processDefinitionKey
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery processDefinitionKeyLike(String processDefinitionKeyLike)
TaskInfoQuery
processDefinitionKeyLike
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery processDefinitionKeyLikeIgnoreCase(String processDefinitionKeyLikeIgnoreCase)
TaskInfoQuery
TaskInfoQuery.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)
TaskInfoQuery
processDefinitionKeyIn
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery processDefinitionName(String processDefinitionName)
TaskInfoQuery
processDefinitionName
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery processDefinitionNameLike(String processDefinitionNameLike)
TaskInfoQuery
processDefinitionNameLike
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery processCategoryIn(List<String> processCategoryInList)
TaskInfoQuery
processCategoryIn
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery processCategoryNotIn(List<String> processCategoryNotInList)
TaskInfoQuery
processCategoryNotIn
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery deploymentId(String deploymentId)
TaskInfoQuery
deploymentId
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery deploymentIdIn(List<String> deploymentIds)
TaskInfoQuery
deploymentIdIn
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskId(String taskId)
TaskInfoQuery
taskId
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskName(String taskName)
TaskInfoQuery
taskName
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskNameIn(List<String> taskNameList)
TaskInfoQuery
taskNameIn
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskNameInIgnoreCase(List<String> taskNameList)
TaskInfoQuery
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.taskNameInIgnoreCase
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskNameLike(String taskNameLike)
TaskInfoQuery
taskNameLike
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskNameLikeIgnoreCase(String taskNameLikeIgnoreCase)
TaskInfoQuery
TaskInfoQuery.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)
HistoricTaskInstanceQuery
taskParentTaskId
in interface HistoricTaskInstanceQuery
public HistoricTaskInstanceQuery taskDescription(String taskDescription)
TaskInfoQuery
taskDescription
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskDescriptionLike(String taskDescriptionLike)
TaskInfoQuery
taskDescriptionLike
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskDescriptionLikeIgnoreCase(String taskDescriptionLikeIgnoreCase)
TaskInfoQuery
TaskInfoQuery.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)
HistoricTaskInstanceQuery
taskDeleteReason
in interface HistoricTaskInstanceQuery
public HistoricTaskInstanceQuery taskDeleteReasonLike(String taskDeleteReasonLike)
HistoricTaskInstanceQuery
taskDeleteReasonLike
in interface HistoricTaskInstanceQuery
public HistoricTaskInstanceQuery taskAssignee(String taskAssignee)
TaskInfoQuery
taskAssignee
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskAssigneeLike(String taskAssigneeLike)
TaskInfoQuery
taskAssigneeLike
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskAssigneeLikeIgnoreCase(String taskAssigneeLikeIgnoreCase)
TaskInfoQuery
TaskInfoQuery.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)
TaskInfoQuery
taskOwner
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskOwnerLike(String taskOwnerLike)
TaskInfoQuery
taskOwnerLike
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskOwnerLikeIgnoreCase(String taskOwnerLikeIgnoreCase)
TaskInfoQuery
TaskInfoQuery.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()
HistoricTaskInstanceQuery
finished
in interface HistoricTaskInstanceQuery
public HistoricTaskInstanceQuery unfinished()
HistoricTaskInstanceQuery
unfinished
in interface HistoricTaskInstanceQuery
public HistoricTaskInstanceQuery taskVariableValueEquals(String variableName, Object variableValue)
TaskInfoQuery
taskVariableValueEquals
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskVariableValueEquals(Object variableValue)
TaskInfoQuery
taskVariableValueEquals
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskVariableValueEqualsIgnoreCase(String name, String value)
TaskInfoQuery
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).
taskVariableValueEqualsIgnoreCase
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskVariableValueNotEqualsIgnoreCase(String name, String value)
TaskInfoQuery
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).
taskVariableValueNotEqualsIgnoreCase
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskVariableValueNotEquals(String variableName, Object variableValue)
TaskInfoQuery
Serializable
objects (which are not primitive type wrappers)
are not supported.taskVariableValueNotEquals
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskVariableValueGreaterThan(String name, Object value)
TaskInfoQuery
Serializable
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)
TaskInfoQuery
Serializable
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)
TaskInfoQuery
Serializable
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)
TaskInfoQuery
Serializable
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)
TaskInfoQuery
taskVariableValueLike
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)
TaskInfoQuery
taskVariableValueLikeIgnoreCase
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)
TaskInfoQuery
processVariableValueEquals
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery processVariableValueNotEquals(String variableName, Object variableValue)
TaskInfoQuery
Serializable
objects (which are not primitive type wrappers)
are not supported.processVariableValueNotEquals
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery processVariableValueEquals(Object variableValue)
TaskInfoQuery
processVariableValueEquals
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery processVariableValueEqualsIgnoreCase(String name, String value)
TaskInfoQuery
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).
processVariableValueEqualsIgnoreCase
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery processVariableValueNotEqualsIgnoreCase(String name, String value)
TaskInfoQuery
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).
processVariableValueNotEqualsIgnoreCase
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery processVariableValueGreaterThan(String name, Object value)
TaskInfoQuery
Serializable
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)
TaskInfoQuery
Serializable
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)
TaskInfoQuery
Serializable
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)
TaskInfoQuery
Serializable
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)
TaskInfoQuery
processVariableValueLike
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)
TaskInfoQuery
processVariableValueLikeIgnoreCase
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)
TaskInfoQuery
taskDefinitionKey
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskDefinitionKeyLike(String taskDefinitionKeyLike)
TaskInfoQuery
taskDefinitionKeyLike
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskPriority(Integer taskPriority)
TaskInfoQuery
taskPriority
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskMinPriority(Integer taskMinPriority)
TaskInfoQuery
taskMinPriority
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskMaxPriority(Integer taskMaxPriority)
TaskInfoQuery
taskMaxPriority
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery processFinished()
HistoricTaskInstanceQuery
processFinished
in interface HistoricTaskInstanceQuery
public HistoricTaskInstanceQuery processUnfinished()
HistoricTaskInstanceQuery
processUnfinished
in interface HistoricTaskInstanceQuery
protected void ensureVariablesInitialized()
ensureVariablesInitialized
in class AbstractVariableQueryImpl<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskDueDate(Date dueDate)
taskDueDate
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery dueDate(Date dueDate)
TaskInfoQuery
dueDate
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskDueAfter(Date dueAfter)
taskDueAfter
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery dueAfter(Date dueDate)
TaskInfoQuery
dueAfter
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskDueBefore(Date dueBefore)
taskDueBefore
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery dueBefore(Date dueDate)
TaskInfoQuery
dueBefore
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskCreatedOn(Date creationDate)
TaskInfoQuery
taskCreatedOn
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskCreatedBefore(Date creationBeforeDate)
TaskInfoQuery
taskCreatedBefore
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskCreatedAfter(Date creationAfterDate)
TaskInfoQuery
taskCreatedAfter
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskCompletedOn(Date completedDate)
HistoricTaskInstanceQuery
taskCompletedOn
in interface HistoricTaskInstanceQuery
public HistoricTaskInstanceQuery taskCompletedBefore(Date completedBeforeDate)
HistoricTaskInstanceQuery
taskCompletedBefore
in interface HistoricTaskInstanceQuery
public HistoricTaskInstanceQuery taskCompletedAfter(Date completedAfterDate)
HistoricTaskInstanceQuery
taskCompletedAfter
in interface HistoricTaskInstanceQuery
public HistoricTaskInstanceQuery withoutTaskDueDate()
withoutTaskDueDate
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery withoutDueDate()
TaskInfoQuery
withoutDueDate
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskCategory(String category)
TaskInfoQuery
taskCategory
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskCandidateUser(String candidateUser)
TaskInfoQuery
taskCandidateUser
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskCandidateGroup(String candidateGroup)
TaskInfoQuery
taskCandidateGroup
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskCandidateGroupIn(List<String> candidateGroups)
TaskInfoQuery
taskCandidateGroupIn
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskInvolvedUser(String involvedUser)
TaskInfoQuery
IdentityLink
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)
TaskInfoQuery
taskTenantId
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskTenantIdLike(String tenantIdLike)
TaskInfoQuery
taskTenantIdLike
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery taskWithoutTenantId()
TaskInfoQuery
taskWithoutTenantId
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery locale(String locale)
TaskInfoQuery
locale
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery withLocalizationFallback()
TaskInfoQuery
withLocalizationFallback
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery includeTaskLocalVariables()
TaskInfoQuery
includeTaskLocalVariables
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery includeProcessVariables()
TaskInfoQuery
includeProcessVariables
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery or()
TaskInfoQuery
or
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery endOr()
endOr
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQueryImpl orderByTaskId()
TaskInfoQuery
Query.asc()
or Query.desc()
).orderByTaskId
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQueryImpl orderByHistoricActivityInstanceId()
HistoricTaskInstanceQuery
Query.asc()
or Query.desc()
).orderByHistoricActivityInstanceId
in interface HistoricTaskInstanceQuery
public HistoricTaskInstanceQueryImpl orderByProcessDefinitionId()
TaskInfoQuery
Query.asc()
or Query.desc()
).orderByProcessDefinitionId
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQueryImpl orderByProcessInstanceId()
TaskInfoQuery
Query.asc()
or Query.desc()
).orderByProcessInstanceId
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQueryImpl orderByExecutionId()
TaskInfoQuery
Query.asc()
or Query.desc()
).orderByExecutionId
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQueryImpl orderByHistoricTaskInstanceDuration()
HistoricTaskInstanceQuery
Query.asc()
or Query.desc()
).orderByHistoricTaskInstanceDuration
in interface HistoricTaskInstanceQuery
public HistoricTaskInstanceQueryImpl orderByHistoricTaskInstanceEndTime()
HistoricTaskInstanceQuery
Query.asc()
or Query.desc()
).orderByHistoricTaskInstanceEndTime
in interface HistoricTaskInstanceQuery
public HistoricTaskInstanceQueryImpl orderByHistoricActivityInstanceStartTime()
HistoricTaskInstanceQuery
Query.asc()
or Query.desc()
).orderByHistoricActivityInstanceStartTime
in interface HistoricTaskInstanceQuery
public HistoricTaskInstanceQuery orderByHistoricTaskInstanceStartTime()
HistoricTaskInstanceQuery
Query.asc()
or Query.desc()
).orderByHistoricTaskInstanceStartTime
in interface HistoricTaskInstanceQuery
public HistoricTaskInstanceQuery orderByTaskCreateTime()
TaskInfoQuery
Query.asc()
or Query.desc()
).orderByTaskCreateTime
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQueryImpl orderByTaskName()
TaskInfoQuery
Query.asc()
or Query.desc()
).orderByTaskName
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQueryImpl orderByTaskDescription()
TaskInfoQuery
Query.asc()
or Query.desc()
).orderByTaskDescription
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery orderByTaskAssignee()
TaskInfoQuery
Query.asc()
or Query.desc()
).orderByTaskAssignee
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery orderByTaskOwner()
TaskInfoQuery
Query.asc()
or Query.desc()
).orderByTaskOwner
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery orderByTaskDueDate()
TaskInfoQuery
Query.asc()
or Query.desc()
).orderByTaskDueDate
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery orderByDueDateNullsFirst()
TaskInfoQuery
Query.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()
TaskInfoQuery
Query.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()
HistoricTaskInstanceQuery
Query.asc()
or Query.desc()
).orderByDeleteReason
in interface HistoricTaskInstanceQuery
public HistoricTaskInstanceQuery orderByTaskDefinitionKey()
TaskInfoQuery
Query.asc()
or Query.desc()
).orderByTaskDefinitionKey
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery orderByTaskPriority()
TaskInfoQuery
Query.asc()
or Query.desc()
).orderByTaskPriority
in interface TaskInfoQuery<HistoricTaskInstanceQuery,HistoricTaskInstance>
public HistoricTaskInstanceQuery orderByTenantId()
TaskInfoQuery
Query.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.