Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ACTION_ADD_ATTACHMENT - Static variable in interface org.flowable.task.api.Event
-
An attachment was added with the attachment name as message.
- ACTION_ADD_COMMENT - Static variable in interface org.flowable.task.api.Event
-
An user comment was added with the short version of the comment as message.
- ACTION_ADD_GROUP_LINK - Static variable in interface org.flowable.task.api.Event
-
A group identity link was added with following message parts: [0] groupId [1] identity link type (aka role)
- ACTION_ADD_USER_LINK - Static variable in interface org.flowable.task.api.Event
-
A user identity link was added with following message parts: [0] userId [1] identity link type (aka role)
- ACTION_DELETE_ATTACHMENT - Static variable in interface org.flowable.task.api.Event
-
An attachment was deleted with the attachment name as message.
- ACTION_DELETE_GROUP_LINK - Static variable in interface org.flowable.task.api.Event
-
A group identity link was added with following message parts: [0] groupId [1] identity link type (aka role)
- ACTION_DELETE_USER_LINK - Static variable in interface org.flowable.task.api.Event
-
A user identity link was added with following message parts: [0] userId [1] identity link type (aka role)
- active() - Method in interface org.flowable.task.api.TaskQuery
-
Only selects tasks which are active (ie. not suspended)
- afterHistoricTaskQueryExecute(HistoricTaskInstanceQuery, List<HistoricTaskInstance>) - Method in interface org.flowable.task.api.history.HistoricTaskQueryInterceptor
- afterTaskQueryExecute(TaskQuery, List<Task>) - Method in interface org.flowable.task.api.TaskQueryInterceptor
- assignee(String) - Method in interface org.flowable.task.api.TaskBuilder
-
The userId of the person to which this task is delegated.
B
- beforeHistoricTaskQueryExecute(HistoricTaskInstanceQuery) - Method in interface org.flowable.task.api.history.HistoricTaskQueryInterceptor
- beforeTaskQueryExecute(TaskQuery) - Method in interface org.flowable.task.api.TaskQueryInterceptor
C
- caseDefinitionId(String) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryQuery
- caseDefinitionId(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks for the given case definition.
- caseDefinitionKey(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which are part of a case instance which has the given case definition key.
- caseDefinitionKeyIn(Collection<String>) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks that have a case definition for which the key is present in the given list
- caseDefinitionKeyLike(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which are part of a case instance which has a case definition key like the given value.
- caseDefinitionKeyLikeIgnoreCase(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which are part of a case instance which has a case definition key like the given value.
- caseInstanceId(String) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryQuery
- caseInstanceId(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks for the given case instance.
- caseInstanceIdWithChildren(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Select all tasks for the given case instance id and its children.
- caseVariableExists(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a global variable with the given name.
- caseVariableNotExists(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which does not have a global variable with the given name.
- caseVariableValueEquals(Object) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which are part of a case that has at least one variable with the given value.
- caseVariableValueEquals(String, Object) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which are part of a case that has a variable with the given name set to the given value.
- caseVariableValueEqualsIgnoreCase(String, String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which are part of a case that has a local string variable which is not the given value, case insensitive.
- caseVariableValueGreaterThan(String, Object) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a global variable value greater than the passed value when they ended.
- caseVariableValueGreaterThanOrEqual(String, Object) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a global variable value greater than or equal to the passed value when they ended.
- caseVariableValueLessThan(String, Object) - Method in interface org.flowable.task.api.TaskInfoQuery
-
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. - caseVariableValueLessThanOrEqual(String, Object) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a global variable value less than or equal to the passed value when they ended.
- caseVariableValueLike(String, String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a global variable value like the given value when they ended.
- caseVariableValueLikeIgnoreCase(String, String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a global variable value like the given value (case insensitive) when they ended.
- caseVariableValueNotEquals(String, Object) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a variable with the given name, but with a different value than the passed value.
- caseVariableValueNotEqualsIgnoreCase(String, String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which are part of a case that has a string variable with the given value, case insensitive.
- category(String) - Method in interface org.flowable.task.api.TaskBuilder
-
Change the category of the task.
- CLAIMED - Static variable in interface org.flowable.task.api.Task
- cmmnDeploymentId(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which are related to a case instance for to the given deployment id.
- cmmnDeploymentIdIn(Collection<String>) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which are related to a case instances for the given deployment id.
- complete() - Method in interface org.flowable.task.api.TaskCompletionBuilder
-
Completes the task.
- COMPLETED - Static variable in interface org.flowable.task.api.Task
- create() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- create() - Method in interface org.flowable.task.api.TaskBuilder
-
Creates task instance according values set in the builder
- CREATED - Static variable in interface org.flowable.task.api.Task
D
- data(String) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- DEFAULT_PRIORITY - Static variable in interface org.flowable.task.api.Task
-
Default value used for priority when a new
Task
is created. - DelegationState - Enum Class in org.flowable.task.api
-
Defines the different states of delegation that a task can be in.
- deploymentId(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which are part of a process instance which has the given deployment id.
- deploymentIdIn(Collection<String>) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which are part of a process instance which has the given deployment id.
- description(String) - Method in interface org.flowable.task.api.TaskBuilder
-
Free text description of the task.
- dueDate(Date) - Method in interface org.flowable.task.api.TaskBuilder
-
Change due date of the task.
E
- endOr() - Method in interface org.flowable.task.api.TaskInfoQuery
- Event - Interface in org.flowable.task.api
-
Exposes twitter-like feeds for tasks and process instances.
- excludeSubtasks() - Method in interface org.flowable.task.api.TaskQuery
-
Only select tasks that have no parent (i.e. do not select subtasks).
- executionId(String) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- executionId(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks for the given execution.
F
- finished() - Method in interface org.flowable.task.api.history.HistoricTaskInstanceQuery
-
Only select historic task instances which are finished.
- formDefinitionId(String) - Method in interface org.flowable.task.api.TaskCompletionBuilder
-
Sets a form definition id.
- formKey(String) - Method in interface org.flowable.task.api.TaskBuilder
-
Change the form key of the task
- from(Date) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryQuery
- fromLogNumber(long) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryQuery
G
- getAction() - Method in interface org.flowable.task.api.Event
-
Indicates the type of of action and also indicates the meaning of the parts as exposed in
Event.getMessageParts()
- getAssignee() - Method in interface org.flowable.task.api.TaskBuilder
- getAssignee() - Method in interface org.flowable.task.api.TaskInfo
-
The user id of the person to which this task is delegated.
- getCaseVariables() - Method in interface org.flowable.task.api.TaskInfo
-
Returns the case variables if requested in the task query
- getCategory() - Method in interface org.flowable.task.api.TaskBuilder
- getCategory() - Method in interface org.flowable.task.api.TaskInfo
-
The category of the task.
- getClaimedBy() - Method in interface org.flowable.task.api.TaskInfo
-
The user reference that claimed this task
- getClaimTime() - Method in interface org.flowable.task.api.TaskInfo
-
The claim time of this task
- getCompletedBy() - Method in interface org.flowable.task.api.history.HistoricTaskInstance
-
User reference that has completed the task.
- getCreateTime() - Method in interface org.flowable.task.api.TaskInfo
-
The date/time when this task was created
- getData() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntry
- getData() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- getDelegationState() - Method in interface org.flowable.task.api.Task
-
The current
DelegationState
for this task. - getDeleteReason() - Method in interface org.flowable.task.api.history.HistoricTaskInstance
-
The reason why this task was deleted {'completed' | 'deleted' | any other user defined string }.
- getDescription() - Method in interface org.flowable.task.api.TaskBuilder
- getDescription() - Method in interface org.flowable.task.api.TaskInfo
-
Free text description of the task.
- getDueDate() - Method in interface org.flowable.task.api.TaskBuilder
- getDueDate() - Method in interface org.flowable.task.api.TaskInfo
-
Due date of the task.
- getDurationInMillis() - Method in interface org.flowable.task.api.history.HistoricTaskInstance
-
Difference between
HistoricTaskInstance.getEndTime()
andHistoricTaskInstance.getStartTime()
in milliseconds. - getEndTime() - Method in interface org.flowable.task.api.history.HistoricTaskInstance
-
Time when the task was deleted or completed.
- getExecutionId() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntry
- getExecutionId() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- getExecutionId() - Method in interface org.flowable.task.api.TaskInfo
-
Reference to the path of execution or null if it is not related to a process instance.
- getFormKey() - Method in interface org.flowable.task.api.TaskBuilder
- getFormKey() - Method in interface org.flowable.task.api.TaskInfo
-
The form key for the user task
- getId() - Method in interface org.flowable.task.api.Event
-
Unique identifier for this event
- getId() - Method in interface org.flowable.task.api.TaskBuilder
- getId() - Method in interface org.flowable.task.api.TaskInfo
-
DB id of the task.
- getIdentityLinks() - Method in interface org.flowable.task.api.TaskBuilder
- getIdentityLinks() - Method in interface org.flowable.task.api.TaskInfo
-
Returns the identity links.
- getInProgressStartDueDate() - Method in interface org.flowable.task.api.TaskInfo
-
In progress start due date of the task.
- getInProgressStartedBy() - Method in interface org.flowable.task.api.TaskInfo
-
The user reference that put this task in progress
- getInProgressStartTime() - Method in interface org.flowable.task.api.TaskInfo
-
The date/time when this task was put in progress
- getLogNumber() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntry
- getMessage() - Method in interface org.flowable.task.api.Event
-
The message that can be used in case this action only has a single message part.
- getMessageParts() - Method in interface org.flowable.task.api.Event
-
The meaning of the message parts is defined by the action as you can find in
Event.getAction()
- getName() - Method in interface org.flowable.task.api.TaskBuilder
- getName() - Method in interface org.flowable.task.api.TaskInfo
-
Name or title of the task.
- getOwner() - Method in interface org.flowable.task.api.TaskBuilder
- getOwner() - Method in interface org.flowable.task.api.TaskInfo
-
The user id of the person that is responsible for this task.
- getParentTaskId() - Method in interface org.flowable.task.api.TaskBuilder
- getParentTaskId() - Method in interface org.flowable.task.api.TaskInfo
-
The parent task for which this task is a subtask
- getPriority() - Method in interface org.flowable.task.api.TaskBuilder
- getPriority() - Method in interface org.flowable.task.api.TaskInfo
-
Indication of how important/urgent this task is
- getProcessDefinitionId() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntry
- getProcessDefinitionId() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- getProcessDefinitionId() - Method in interface org.flowable.task.api.TaskInfo
-
Reference to the process definition or null if it is not related to a process.
- getProcessInstanceId() - Method in interface org.flowable.task.api.Event
-
reference to the process instance on which this comment was made
- getProcessInstanceId() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntry
- getProcessInstanceId() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- getProcessInstanceId() - Method in interface org.flowable.task.api.TaskInfo
-
Reference to the process instance or null if it is not related to a process instance.
- getProcessVariables() - Method in interface org.flowable.task.api.TaskInfo
-
Returns the process variables if requested in the task query
- getPropagatedStageInstanceId() - Method in interface org.flowable.task.api.TaskInfo
-
If this task runs in the context of a case and stage, this method returns it's closest parent stage instance id (the stage plan item instance id to be precise).
- getScopeDefinitionId() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntry
- getScopeDefinitionId() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- getScopeDefinitionId() - Method in interface org.flowable.task.api.TaskInfo
-
Reference to a scope definition identifier or null if none is set (e.g. for bpmn process task it is null)
- getScopeId() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntry
- getScopeId() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- getScopeId() - Method in interface org.flowable.task.api.TaskBuilder
- getScopeId() - Method in interface org.flowable.task.api.TaskInfo
-
Reference to a scope identifier or null if none is set (e.g. for bpmn process task it is null)
- getScopeType() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntry
- getScopeType() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- getScopeType() - Method in interface org.flowable.task.api.TaskBuilder
- getScopeType() - Method in interface org.flowable.task.api.TaskInfo
-
Reference to a scope type or null if none is set (e.g. for bpmn process task it is null)
- getStartTime() - Method in interface org.flowable.task.api.history.HistoricTaskInstance
-
Deprecated.
- getState() - Method in interface org.flowable.task.api.TaskInfo
-
The state of this task
- getSubScopeId() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntry
- getSubScopeId() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- getSubScopeId() - Method in interface org.flowable.task.api.TaskInfo
-
Reference to a sub scope identifier or null if none is set (e.g. for bpmn process task it is null)
- getSuspendedBy() - Method in interface org.flowable.task.api.TaskInfo
-
The user reference that suspended this task
- getSuspendedTime() - Method in interface org.flowable.task.api.TaskInfo
-
The suspended time of this task
- getTaskDefinitionId() - Method in interface org.flowable.task.api.TaskBuilder
- getTaskDefinitionId() - Method in interface org.flowable.task.api.TaskInfo
-
Reference to the task definition or null if it is not related to any task definition.
- getTaskDefinitionKey() - Method in interface org.flowable.task.api.TaskBuilder
- getTaskDefinitionKey() - Method in interface org.flowable.task.api.TaskInfo
-
The id of the activity in the process defining this task or null if this is not related to a process
- getTaskId() - Method in interface org.flowable.task.api.Event
-
reference to the task on which this comment was made
- getTaskId() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntry
- getTaskId() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- getTaskInfoQuery() - Method in class org.flowable.task.api.TaskInfoQueryWrapper
- getTaskLocalVariables() - Method in interface org.flowable.task.api.TaskInfo
-
Returns the local task variables if requested in the task query
- getTenantId() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntry
- getTenantId() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- getTenantId() - Method in interface org.flowable.task.api.TaskBuilder
- getTenantId() - Method in interface org.flowable.task.api.TaskInfo
-
The tenant identifier of this task
- getTime() - Method in interface org.flowable.task.api.Event
-
time and date when the user made the comment
- getTimeStamp() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntry
- getTimeStamp() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- getType() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntry
- getType() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- getUserId() - Method in interface org.flowable.task.api.Event
-
reference to the user that made the comment
- getUserId() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntry
- getUserId() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- getWorkTimeInMillis() - Method in interface org.flowable.task.api.history.HistoricTaskInstance
-
Difference between
HistoricTaskInstance.getEndTime()
andTaskInfo.getClaimTime()
in milliseconds.
H
- HistoricTaskInstance - Interface in org.flowable.task.api.history
-
Represents a historic task instance (waiting, finished or deleted) that is stored permanent for statistics, audit and other business intelligence purposes.
- HistoricTaskInstanceQuery - Interface in org.flowable.task.api.history
-
Allows programmatic querying for
HistoricTaskInstance
s. - HistoricTaskLogEntry - Interface in org.flowable.task.api.history
- HistoricTaskLogEntryBuilder - Interface in org.flowable.task.api.history
-
Interface to create and add task log entry
- HistoricTaskLogEntryQuery - Interface in org.flowable.task.api.history
-
Allows programmatic querying of
HistoricTaskLogEntry
s; - HistoricTaskLogEntryType - Enum Class in org.flowable.task.api.history
- HistoricTaskQueryInterceptor - Interface in org.flowable.task.api.history
I
- id(String) - Method in interface org.flowable.task.api.TaskBuilder
-
DB id of the task.
- identityLinks(Set<? extends IdentityLinkInfo>) - Method in interface org.flowable.task.api.TaskBuilder
-
add identity links to the task
- ignoreAssigneeValue() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Allows to select a task using
TaskInfoQuery.taskCandidateGroup(String)
TaskInfoQuery.taskCandidateGroupIn(Collection)
orTaskInfoQuery.taskCandidateUser(String)
but ignore the assignee value instead of querying for an empty assignee. - IN_PROGRESS - Static variable in interface org.flowable.task.api.Task
- includeCaseVariables() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Include global case variables in the task query result
- includeIdentityLinks() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Include identity links in the task query result
- includeProcessVariables() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Include global process variables in the task query result
- includeTaskLocalVariables() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Include local task variables in the task query result
- isSuspended() - Method in interface org.flowable.task.api.Task
-
Indicates whether this task is suspended or not.
L
- locale(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Localize task name and description to specified locale.
N
- name(String) - Method in interface org.flowable.task.api.TaskBuilder
-
Name or title of the task.
- NativeHistoricTaskLogEntryQuery - Interface in org.flowable.task.api.history
-
Allows querying of
HistoricTaskLogEntry
s via native (SQL) queries - NativeTaskQuery - Interface in org.flowable.task.api
-
Allows querying of
Task
s via native (SQL) queries
O
- or() - Method in interface org.flowable.task.api.TaskInfoQuery
-
All query clauses called will be added to a single or-statement.
- orderByCategory() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Order by category (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByDeleteReason() - Method in interface org.flowable.task.api.history.HistoricTaskInstanceQuery
-
Order by task delete reason (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByDueDateNullsFirst() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Order by due date (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByDueDateNullsLast() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Order by due date (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByExecutionId() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Order by execution id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByHistoricActivityInstanceId() - Method in interface org.flowable.task.api.history.HistoricTaskInstanceQuery
-
Order by the historic activity instance id this task was used in (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByHistoricTaskInstanceDuration() - Method in interface org.flowable.task.api.history.HistoricTaskInstanceQuery
-
Order by duration (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByHistoricTaskInstanceEndTime() - Method in interface org.flowable.task.api.history.HistoricTaskInstanceQuery
-
Order by end time (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByHistoricTaskInstanceStartTime() - Method in interface org.flowable.task.api.history.HistoricTaskInstanceQuery
-
Order by start time (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByLogNumber() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryQuery
- orderByProcessDefinitionId() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Order by process definition id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByProcessInstanceId() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Order by process instance id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByTaskAssignee() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Order by assignee (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByTaskCreateTime() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Order by the time on which the tasks were created (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByTaskDefinitionKey() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Order by task definition key (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByTaskDescription() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Order by description (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByTaskDueDate() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Order by task due date (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByTaskId() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Order by task id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByTaskName() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Order by task name (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByTaskOwner() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Order by task owner (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByTaskPriority() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Order by priority (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByTenantId() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Order by tenant id (needs to be followed by
Query.asc()
orQuery.desc()
). - orderByTimeStamp() - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryQuery
- org.flowable.task.api - package org.flowable.task.api
- org.flowable.task.api.history - package org.flowable.task.api.history
- outcome(String) - Method in interface org.flowable.task.api.TaskCompletionBuilder
-
Sets an outcome for the form.
- owner(String) - Method in interface org.flowable.task.api.TaskBuilder
-
The userId of the person that is responsible for this task.
P
- parentTaskId(String) - Method in interface org.flowable.task.api.TaskBuilder
-
the parent task for which this task is a subtask
- PENDING - Enum constant in enum class org.flowable.task.api.DelegationState
-
The owner delegated the task and wants to review the result after the assignee has resolved the task.
- planItemInstanceId(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks for the given plan item instance.
- priority(int) - Method in interface org.flowable.task.api.TaskBuilder
-
Indication of how important/urgent this task is
- processCategoryIn(Collection<String>) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which are part of a process instance whose definition belongs to the category which is present in the given list.
- processCategoryNotIn(Collection<String>) - Method in interface org.flowable.task.api.TaskInfoQuery
-
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.
- processDefinitionId(String) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- processDefinitionId(String) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryQuery
- processDefinitionId(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which are part of a process instance which has the given process definition id.
- processDefinitionKey(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which are part of a process instance which has the given process definition key.
- processDefinitionKeyIn(Collection<String>) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks that have a process definition for which the key is present in the given list
- processDefinitionKeyLike(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which are part of a process instance which has a process definition key like the given value.
- processDefinitionKeyLikeIgnoreCase(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which are part of a process instance which has a process definition key like the given value.
- processDefinitionName(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which are part of a process instance which has the given process definition name.
- processDefinitionNameLike(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which are part of a process instance which has a process definition name like the given value.
- processFinished() - Method in interface org.flowable.task.api.history.HistoricTaskInstanceQuery
-
Only select historic task instances which are part of a process instance which is already finished.
- processInstanceBusinessKey(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks for the given business key
- processInstanceBusinessKeyLike(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with a business key like the given value The syntax is that of SQL: for example usage: processInstanceBusinessKeyLike("%test%").
- processInstanceBusinessKeyLikeIgnoreCase(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with a business key like the given value The syntax is that of SQL: for example usage: processInstanceBusinessKeyLike("%test%").
- processInstanceId(String) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- processInstanceId(String) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryQuery
- processInstanceId(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks for the given process instance id.
- processInstanceIdIn(Collection<String>) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks for the given process ids.
- processInstanceIdWithChildren(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Select all tasks for the given process instance id and its children.
- processUnfinished() - Method in interface org.flowable.task.api.history.HistoricTaskInstanceQuery
-
Only select historic task instances which are part of a process instance which is not finished yet.
- processVariableExists(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a global variable with the given name.
- processVariableNotExists(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which does not have a global variable with the given name.
- processVariableValueEquals(Object) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which are part of a process that has at least one variable with the given value.
- processVariableValueEquals(String, Object) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which are part of a process that has a variable with the given name set to the given value.
- processVariableValueEqualsIgnoreCase(String, String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which are part of a process that has a local string variable which is not the given value, case insensitive.
- processVariableValueGreaterThan(String, Object) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a global variable value greater than the passed value when they ended.
- processVariableValueGreaterThanOrEqual(String, Object) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a global variable value greater than or equal to the passed value when they ended.
- processVariableValueLessThan(String, Object) - Method in interface org.flowable.task.api.TaskInfoQuery
-
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. - processVariableValueLessThanOrEqual(String, Object) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a global variable value less than or equal to the passed value when they ended.
- processVariableValueLike(String, String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a global variable value like the given value when they ended.
- processVariableValueLikeIgnoreCase(String, String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a global variable value like the given value (case insensitive) when they ended.
- processVariableValueNotEquals(String, Object) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a variable with the given name, but with a different value than the passed value.
- processVariableValueNotEqualsIgnoreCase(String, String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which are part of a process that has a string variable with the given value, case insensitive.
- propagatedStageInstanceId(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks for the given stage, defined through its stage instance id.
R
- RESOLVED - Enum constant in enum class org.flowable.task.api.DelegationState
-
The assignee has resolved the task, the assignee was set to the owner again and the owner now finds this task back in the ToDo list for review.
S
- scopeDefinitionId(String) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- scopeDefinitionId(String) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryQuery
- scopeDefinitionId(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks for the given scope definition identifier.
- scopeId(String) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- scopeId(String) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryQuery
- scopeId(String) - Method in interface org.flowable.task.api.TaskBuilder
-
add task scopeId
- scopeId(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks for the given scope identifier.
- scopeType(String) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- scopeType(String) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryQuery
- scopeType(String) - Method in interface org.flowable.task.api.TaskBuilder
-
Add scope type
- scopeType(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks for the given scope type.
- setAssignee(String) - Method in interface org.flowable.task.api.Task
-
The user id of the person to which this task is delegated.
- setCategory(String) - Method in interface org.flowable.task.api.Task
-
Change the category of the task.
- setDelegationState(DelegationState) - Method in interface org.flowable.task.api.Task
-
The current
DelegationState
for this task. - setDescription(String) - Method in interface org.flowable.task.api.Task
-
Change the description of the task
- setDueDate(Date) - Method in interface org.flowable.task.api.Task
-
Change due date of the task.
- setFormKey(String) - Method in interface org.flowable.task.api.Task
-
Change the form key of the task
- setLocalizedDescription(String) - Method in interface org.flowable.task.api.Task
-
Sets an optional localized description for the task.
- setLocalizedName(String) - Method in interface org.flowable.task.api.Task
-
Sets an optional localized name for the task.
- setName(String) - Method in interface org.flowable.task.api.Task
-
Name or title of the task.
- setOwner(String) - Method in interface org.flowable.task.api.Task
-
The user id of the person that is responsible for this task.
- setParentTaskId(String) - Method in interface org.flowable.task.api.Task
-
the parent task for which this task is a subtask
- setPriority(int) - Method in interface org.flowable.task.api.Task
-
Sets the indication of how important/urgent this task is
- setTaskInfoQuery(TaskInfoQuery<? extends TaskInfoQuery<?, ?>, ? extends TaskInfo>) - Method in class org.flowable.task.api.TaskInfoQueryWrapper
- setTenantId(String) - Method in interface org.flowable.task.api.Task
-
Change the tenantId of the task
- subScopeId(String) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- subScopeId(String) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryQuery
- subScopeId(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks for the given sub scope identifier.
- suspended() - Method in interface org.flowable.task.api.TaskQuery
-
Only selects tasks which are suspended, because its process instance was suspended.
- SUSPENDED - Static variable in interface org.flowable.task.api.Task
T
- Task - Interface in org.flowable.task.api
-
Represents one task for a human user.
- taskAssigned() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which are assigned to any user
- taskAssignee(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which are assigned to the given user.
- taskAssigneeIds(Collection<String>) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with an assignee that is in the given list
- taskAssigneeLike(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which were last assigned to an assignee like the given value.
- taskAssigneeLikeIgnoreCase(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which were last assigned to an assignee like the given value.
- TaskBuilder - Interface in org.flowable.task.api
-
Wraps
TaskInfo
to the builder. - taskCandidateGroup(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks for which users in the given group are candidates.
- taskCandidateGroupIn(Collection<String>) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks for which the 'candidateGroup' is one of the given groups.
- taskCandidateOrAssigned(String) - Method in interface org.flowable.task.api.TaskQuery
-
Select tasks that has been claimed or assigned to user or waiting to claim by user (candidate user or groups).
- taskCandidateUser(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks for which the given user is a candidate.
- taskCategory(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with the given category.
- taskCategoryIn(Collection<String>) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks belonging to one of the categories in the given list.
- taskCategoryNotIn(Collection<String>) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with a defined category which do not belong to a category present in the given list.
- taskClaimedAfter(Date) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks that are claimed after the given date.
- taskClaimedBefore(Date) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks that are claimed before the given date.
- taskClaimedBy(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Select all tasks that have a claimed by user reference for the given value.
- taskClaimedOn(Date) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks that are claimed on the given date.
- taskCompletedAfter(Date) - Method in interface org.flowable.task.api.history.HistoricTaskInstanceQuery
-
Only select historic task instances which are completed after the given date
- taskCompletedBefore(Date) - Method in interface org.flowable.task.api.history.HistoricTaskInstanceQuery
-
Only select historic task instances which are completed before the given date
- taskCompletedBy(String) - Method in interface org.flowable.task.api.history.HistoricTaskInstanceQuery
-
Only select historic task instances which are completed by the given user
- taskCompletedOn(Date) - Method in interface org.flowable.task.api.history.HistoricTaskInstanceQuery
-
Only select historic task instances which are completed on the given date
- TaskCompletionBuilder - Interface in org.flowable.task.api
-
This builder is an alternative to using any of the complete methods on the TaskService.
- taskCreatedAfter(Date) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks that are created after the given date.
- taskCreatedBefore(Date) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks that are created before the given date.
- taskCreatedOn(Date) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks that are created on the given date.
- taskDefinitionId(String) - Method in interface org.flowable.task.api.TaskBuilder
-
task definition id to create task from
- taskDefinitionId(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which created from the given task definition referenced by id.
- taskDefinitionKey(String) - Method in interface org.flowable.task.api.TaskBuilder
-
task definition key to create task from
- taskDefinitionKey(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with the given taskDefinitionKey.
- taskDefinitionKeyLike(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with a taskDefinitionKey that match the given parameter.
- taskDefinitionKeys(Collection<String>) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with the given taskDefinitionKeys.
- taskDelegationState(DelegationState) - Method in interface org.flowable.task.api.TaskQuery
-
Only select tasks with the given
DelegationState
. - taskDeleteReason(String) - Method in interface org.flowable.task.api.history.HistoricTaskInstanceQuery
-
Only select historic task instances with the given task delete reason.
- taskDeleteReasonLike(String) - Method in interface org.flowable.task.api.history.HistoricTaskInstanceQuery
-
Only select historic task instances with a task description like the given value.
- taskDescription(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with the given description.
- taskDescriptionLike(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with a description matching the parameter .
- taskDescriptionLikeIgnoreCase(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with a description matching the parameter .
- taskDueAfter(Date) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a due date after the given date.
- taskDueBefore(Date) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a due date before the given date.
- taskDueDate(Date) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with the given due date.
- taskFormKey(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with the given formKey.
- taskId(String) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- taskId(String) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryQuery
- taskId(String) - Method in interface org.flowable.task.api.TaskCompletionBuilder
-
Sets the id of the task which is completed.
- taskId(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with the given task id (in practice, there will be maximum one of this kind)
- taskIds(Collection<String>) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with an id that is in the given list
- TaskInfo - Interface in org.flowable.task.api
- taskInfoQuery - Variable in class org.flowable.task.api.TaskInfoQueryWrapper
- TaskInfoQuery<T extends TaskInfoQuery<?,
?>, V extends TaskInfo> - Interface in org.flowable.task.api -
Interface containing shared methods between the
TaskQuery
and theHistoricTaskInstanceQuery
. - TaskInfoQueryWrapper - Class in org.flowable.task.api
-
This is a helper class to help you work with the
TaskInfoQuery
, without having to care about the awful generics. - TaskInfoQueryWrapper(TaskInfoQuery<? extends TaskInfoQuery<?, ?>, ? extends TaskInfo>) - Constructor for class org.flowable.task.api.TaskInfoQueryWrapper
- taskInProgressStartDueAfter(Date) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have an in progress start due date after the given date.
- taskInProgressStartDueBefore(Date) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have an in progress start due date before the given date.
- taskInProgressStartDueDate(Date) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with the given in progress start due date.
- taskInProgressStartedBy(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Select all tasks that have an in progress started user reference for the given value.
- taskInProgressStartTimeAfter(Date) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks that are started in progress after the given date.
- taskInProgressStartTimeBefore(Date) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks that are started in progress before the given date.
- taskInProgressStartTimeOn(Date) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks that are started in progress on the given date.
- taskInvolvedGroups(Collection<String>) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks for which there exist an
IdentityLink
with the given Groups. - taskInvolvedUser(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
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). - taskMaxPriority(Integer) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with the given priority or lower.
- taskMinPriority(Integer) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with the given priority or higher.
- taskName(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with the given name
- taskNameIn(Collection<String>) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with a name that is in the given list
- taskNameInIgnoreCase(Collection<String>) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with a name that is in the given list This method, unlike the
TaskInfoQuery.taskNameIn(Collection)
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. - taskNameLike(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with a name matching the parameter.
- taskNameLikeIgnoreCase(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with a name matching the parameter.
- taskOwner(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks for which the given user is the owner.
- taskOwnerLike(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which were last assigned to an owner like the given value.
- taskOwnerLikeIgnoreCase(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which were last assigned to an owner like the given value.
- taskParentScopeId(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only selects tasks which with the given parent scope id
- taskParentTaskId(String) - Method in interface org.flowable.task.api.history.HistoricTaskInstanceQuery
-
Only select subtasks of the given parent task
- taskPriority(Integer) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with the given priority.
- TaskQuery - Interface in org.flowable.task.api
-
Allows programmatic querying of
Task
s; - TaskQueryInterceptor - Interface in org.flowable.task.api
- taskRootScopeId(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only selects tasks which with the given root scope id
- taskState(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with the given state.
- taskSuspendedAfter(Date) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks that are suspended after the given date.
- taskSuspendedBefore(Date) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks that are suspended before the given date.
- taskSuspendedBy(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Select all tasks that have a suspended by user reference for the given value.
- taskSuspendedOn(Date) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks that are suspended on the given date.
- taskTenantId(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks that have the given tenant id.
- taskTenantIdLike(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with a tenant id like the given one.
- taskUnassigned() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which don't have an assignee.
- taskVariableExists(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a local variable with the given name.
- taskVariableNotExists(String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which does not have a local variable with the given name.
- taskVariableValueEquals(Object) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have at least one local task variable with the given value.
- taskVariableValueEquals(String, Object) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a local task variable with the given name set to the given value.
- taskVariableValueEqualsIgnoreCase(String, String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a local string variable with the given value, case insensitive.
- taskVariableValueGreaterThan(String, Object) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a local variable value greater than the passed value when they ended.
- taskVariableValueGreaterThanOrEqual(String, Object) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a local variable value greater than or equal to the passed value when they ended.
- taskVariableValueLessThan(String, Object) - Method in interface org.flowable.task.api.TaskInfoQuery
-
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. - taskVariableValueLessThanOrEqual(String, Object) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a local variable value less than or equal to the passed value when they ended.
- taskVariableValueLike(String, String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a local variable value like the given value when they ended.
- taskVariableValueLikeIgnoreCase(String, String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a local variable value like the given value (case insensitive) when they ended.
- taskVariableValueNotEquals(String, Object) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a local task variable with the given name, but with a different value than the passed value.
- taskVariableValueNotEqualsIgnoreCase(String, String) - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which have a local string variable with is not the given value, case insensitive.
- taskWithFormKey() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with form key.
- taskWithoutCategory() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Selects tasks without category.
- taskWithoutDeleteReason() - Method in interface org.flowable.task.api.history.HistoricTaskInstanceQuery
-
Only select historic tasks without a delete reason (completed normally)
- taskWithoutTenantId() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks that do not have a tenant id.
- tenantId(String) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- tenantId(String) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryQuery
- tenantId(String) - Method in interface org.flowable.task.api.TaskBuilder
-
Change the tenantId of the task
- TERMINATED - Static variable in interface org.flowable.task.api.Task
- timeStamp(Date) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- to(Date) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryQuery
- toLogNumber(long) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryQuery
- transientVariable(String, Object) - Method in interface org.flowable.task.api.TaskCompletionBuilder
-
Sets one non-persisted instance variables.
- transientVariableLocal(String, Object) - Method in interface org.flowable.task.api.TaskCompletionBuilder
-
Sets one non-persisted instance variables.
- transientVariables(Map<String, Object>) - Method in interface org.flowable.task.api.TaskCompletionBuilder
-
Sets non-persisted instance variables.
- transientVariablesLocal(Map<String, Object>) - Method in interface org.flowable.task.api.TaskCompletionBuilder
-
Sets non-persisted task-local variables.
- type(String) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- type(String) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryQuery
U
- unfinished() - Method in interface org.flowable.task.api.history.HistoricTaskInstanceQuery
-
Only select historic task instances which aren't finished yet.
- USER_TASK_ASSIGNEE_CHANGED - Enum constant in enum class org.flowable.task.api.history.HistoricTaskLogEntryType
- USER_TASK_COMPLETED - Enum constant in enum class org.flowable.task.api.history.HistoricTaskLogEntryType
- USER_TASK_CREATED - Enum constant in enum class org.flowable.task.api.history.HistoricTaskLogEntryType
- USER_TASK_DUEDATE_CHANGED - Enum constant in enum class org.flowable.task.api.history.HistoricTaskLogEntryType
- USER_TASK_IDENTITY_LINK_ADDED - Enum constant in enum class org.flowable.task.api.history.HistoricTaskLogEntryType
- USER_TASK_IDENTITY_LINK_REMOVED - Enum constant in enum class org.flowable.task.api.history.HistoricTaskLogEntryType
- USER_TASK_NAME_CHANGED - Enum constant in enum class org.flowable.task.api.history.HistoricTaskLogEntryType
- USER_TASK_OWNER_CHANGED - Enum constant in enum class org.flowable.task.api.history.HistoricTaskLogEntryType
- USER_TASK_PRIORITY_CHANGED - Enum constant in enum class org.flowable.task.api.history.HistoricTaskLogEntryType
- USER_TASK_SUSPENSIONSTATE_CHANGED - Enum constant in enum class org.flowable.task.api.history.HistoricTaskLogEntryType
- userId(String) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryBuilder
- userId(String) - Method in interface org.flowable.task.api.history.HistoricTaskLogEntryQuery
V
- valueOf(String) - Static method in enum class org.flowable.task.api.DelegationState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flowable.task.api.history.HistoricTaskLogEntryType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.flowable.task.api.DelegationState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.flowable.task.api.history.HistoricTaskLogEntryType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- variable(String, Object) - Method in interface org.flowable.task.api.TaskCompletionBuilder
-
Sets one instance-level variable.
- variableLocal(String, Object) - Method in interface org.flowable.task.api.TaskCompletionBuilder
-
Sets one task-local variables instead of instance-level variables.
- variables(Map<String, Object>) - Method in interface org.flowable.task.api.TaskCompletionBuilder
-
Sets variables that are added on the instance level.
- variablesLocal(Map<String, Object>) - Method in interface org.flowable.task.api.TaskCompletionBuilder
-
Sets task-local variables instead of instance-level variables.
W
- withLocalizationFallback() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Instruct localization to fallback to more general locales including the default locale of the JVM if the specified locale is not found.
- withoutProcessInstanceId() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks without a process instance id.
- withoutScopeId() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks which don't have a scope id set.
- withoutTaskDueDate() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with no due date.
- withoutTaskInProgressStartDueDate() - Method in interface org.flowable.task.api.TaskInfoQuery
-
Only select tasks with no in progress start due date.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
TaskInfo.getCreateTime()
instead