public class TaskQueryImpl extends AbstractVariableQueryImpl<TaskQuery,Task> implements TaskQuery
queryVariableValuescommandContext, commandExecutor, orderBy, orderProperty, resultType, SORTORDER_ASC, SORTORDER_DESCdatabaseType, firstResult, maxResults, parameter| Constructor and Description |
|---|
TaskQueryImpl() |
TaskQueryImpl(CommandContext commandContext) |
TaskQueryImpl(CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
TaskQuery |
active()
Only selects tasks which are active (ie.
|
TaskQuery |
dueAfter(Date dueAfter)
Only select tasks which have a due date after the given date.
|
TaskQuery |
dueBefore(Date dueBefore)
Only select tasks which have a due date before the given date.
|
TaskQuery |
dueDate(Date dueDate)
Only select tasks with the given due date.
|
protected void |
ensureVariablesInitialized() |
TaskQuery |
excludeSubtasks()
Only select tasks that have no parent (i.e.
|
long |
executeCount(CommandContext commandContext) |
List<Task> |
executeList(CommandContext commandContext,
Page page)
Executes the actual query to retrieve the list of results.
|
TaskQueryImpl |
executionId(String executionId)
Only select tasks for the given execution.
|
String |
getAssignee() |
String |
getCandidateGroup() |
List<String> |
getCandidateGroups() |
String |
getCandidateUser() |
Date |
getCreateTime() |
Date |
getCreateTimeAfter() |
Date |
getCreateTimeBefore() |
DelegationState |
getDelegationState() |
String |
getDelegationStateString() |
String |
getDescription() |
String |
getDescriptionLike() |
boolean |
getExcludeSubtasks() |
String |
getExecutionId() |
protected List<String> |
getGroupsForCandidateUser(String candidateUser) |
String |
getKey() |
String |
getKeyLike() |
String |
getMssqlOrDB2OrderBy() |
String |
getName() |
String |
getNameLike() |
boolean |
getNoDelegationState() |
Integer |
getPriority() |
String |
getProcessDefinitionId() |
String |
getProcessDefinitionKey() |
String |
getProcessDefinitionName() |
String |
getProcessInstanceBusinessKey() |
String |
getProcessInstanceId() |
String |
getTaskId() |
boolean |
getUnassigned() |
TaskQuery |
includeProcessVariables()
Include global task variables in the task query result
|
TaskQuery |
includeTaskLocalVariables()
Include local task variables in the task query result
|
TaskQuery |
orderByDueDate()
Order by due date (needs to be followed by
Query.asc() or Query.desc()). |
TaskQuery |
orderByExecutionId()
Order by execution id (needs to be followed by
Query.asc() or Query.desc()). |
TaskQuery |
orderByProcessInstanceId()
Order by process instance id (needs to be followed by
Query.asc() or Query.desc()). |
TaskQuery |
orderByTaskAssignee()
Order by assignee (needs to be followed by
Query.asc() or Query.desc()). |
TaskQuery |
orderByTaskCreateTime()
Order by the time on which the tasks were created (needs to be followed by
Query.asc() or Query.desc()). |
TaskQuery |
orderByTaskDescription()
Order by description (needs to be followed by
Query.asc() or Query.desc()). |
TaskQuery |
orderByTaskId()
Order by task id (needs to be followed by
Query.asc() or Query.desc()). |
TaskQuery |
orderByTaskName()
Order by task name (needs to be followed by
Query.asc() or Query.desc()). |
TaskQuery |
orderByTaskPriority()
Order by priority (needs to be followed by
Query.asc() or Query.desc()). |
TaskQuery |
processDefinitionId(String processDefinitionId)
Only select tasks which are part of a process instance which has the given
process definition id.
|
TaskQuery |
processDefinitionKey(String processDefinitionKey)
Only select tasks which are part of a process instance which has the given
process definition key.
|
TaskQuery |
processDefinitionKeyLike(String processDefinitionKeyLike)
Only select tasks which are part of a process instance which has a
process definition key like the given value.
|
TaskQuery |
processDefinitionName(String processDefinitionName)
Only select tasks which are part of a process instance which has the given
process definition name.
|
TaskQuery |
processDefinitionNameLike(String processDefinitionNameLike)
Only select tasks which are part of a process instance which has a
process definition name like the given value.
|
TaskQueryImpl |
processInstanceBusinessKey(String processInstanceBusinessKey)
Only select tasks foe the given business key
|
TaskQueryImpl |
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%").
|
TaskQueryImpl |
processInstanceId(String processInstanceId)
Only select tasks for the given process instance id.
|
TaskQuery |
processVariableValueEquals(Object variableValue)
Only select tasks which are part of a process that has at least one variable
with the given value.
|
TaskQuery |
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.
|
TaskQuery |
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.
|
TaskQuery |
processVariableValueGreaterThan(String name,
Object value)
Only select tasks which have a global variable value greater than the
passed value when they ended.
|
TaskQuery |
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.
|
TaskQuery |
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. |
TaskQuery |
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.
|
TaskQuery |
processVariableValueLike(String name,
String value)
Only select tasks which have a global variable value like the given value
when they ended.
|
TaskQuery |
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.
|
TaskQuery |
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.
|
TaskQuery |
suspended()
Only selects tasks which are suspended, because its process instance was suspended.
|
TaskQueryImpl |
taskAssignee(String assignee)
Only select tasks which are assigned to the given user.
|
TaskQueryImpl |
taskAssigneeLike(String assigneeLike)
Only select tasks which were last assigned to an assignee like
the given value.
|
TaskQueryImpl |
taskCandidateGroup(String candidateGroup)
Only select tasks for which users in the given group are candidates.
|
TaskQuery |
taskCandidateGroupIn(List<String> candidateGroups)
Only select tasks for which the 'candidateGroup' is one of the given groups.
|
TaskQueryImpl |
taskCandidateUser(String candidateUser)
Only select tasks for which the given user is a candidate.
|
TaskQuery |
taskCreatedAfter(Date after)
Only select tasks that are created after the given date.
|
TaskQuery |
taskCreatedBefore(Date before)
Only select tasks that are created before the given date.
|
TaskQueryImpl |
taskCreatedOn(Date createTime)
Only select tasks that are created on the given date.
|
TaskQuery |
taskDefinitionKey(String key)
Only select tasks with the given taskDefinitionKey.
|
TaskQuery |
taskDefinitionKeyLike(String keyLike)
Only select tasks with a taskDefinitionKey that match the given parameter.
|
TaskQuery |
taskDelegationState(DelegationState delegationState)
Only select tasks with the given
DelegationState. |
TaskQueryImpl |
taskDescription(String description)
Only select tasks with the given description.
|
TaskQuery |
taskDescriptionLike(String descriptionLike)
Only select tasks with a description matching the parameter .
|
TaskQueryImpl |
taskId(String taskId)
Only select tasks with the given task id (in practice, there will be
maximum one of this kind)
|
TaskQueryImpl |
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). |
TaskQuery |
taskMaxPriority(Integer maxPriority)
Only select tasks with the given priority or lower.
|
TaskQuery |
taskMinPriority(Integer minPriority)
Only select tasks with the given priority or higher.
|
TaskQueryImpl |
taskName(String name)
Only select tasks with the given name
|
TaskQueryImpl |
taskNameLike(String nameLike)
Only select tasks with a name matching the parameter.
|
TaskQueryImpl |
taskOwner(String owner)
Only select tasks for which the given user is the owner.
|
TaskQueryImpl |
taskOwnerLike(String ownerLike)
Only select tasks which were last assigned to an owner like
the given value.
|
TaskQuery |
taskPriority(Integer priority)
Only select tasks with the given priority.
|
TaskQuery |
taskUnassigned()
Only select tasks which don't have an assignee.
|
TaskQuery |
taskUnnassigned()
Deprecated.
|
TaskQuery |
taskVariableValueEquals(Object variableValue)
Only select tasks which have at least one local task variable with the given value.
|
TaskQuery |
taskVariableValueEquals(String variableName,
Object variableValue)
Only select tasks which have a local task variable with the given name
set to the given value.
|
TaskQuery |
taskVariableValueEqualsIgnoreCase(String name,
String value)
Only select tasks which have a local string variable with the given value,
case insensitive.
|
TaskQuery |
taskVariableValueGreaterThan(String name,
Object value)
Only select tasks which have a local variable value greater than the
passed value when they ended.
|
TaskQuery |
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.
|
TaskQuery |
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. |
TaskQuery |
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.
|
TaskQuery |
taskVariableValueLike(String name,
String value)
Only select tasks which have a local variable value like the given value
when they ended.
|
TaskQuery |
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.
|
TaskQuery |
taskVariableValueNotEqualsIgnoreCase(String name,
String value)
Only select tasks which have a local string variable with is not the given value,
case insensitive.
|
TaskQuery |
withoutDueDate()
Only select tasks with no due date.
|
getQueryVariableValues, variableValueEquals, variableValueEquals, variableValueEquals, variableValueEquals, variableValueEqualsIgnoreCase, variableValueEqualsIgnoreCase, variableValueGreaterThan, variableValueGreaterThan, variableValueGreaterThanOrEqual, variableValueGreaterThanOrEqual, variableValueLessThan, variableValueLessThan, variableValueLessThanOrEqual, variableValueLessThanOrEqual, variableValueLike, variableValueLike, variableValueNotEquals, variableValueNotEquals, variableValueNotEqualsIgnoreCase, variableValueNotEqualsIgnoreCaseaddOrder, asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, getOrderBy, list, listPage, orderBy, setCommandExecutor, singleResultgetDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setDatabaseType, setFirstResult, setMaxResults, setParameterprotected String taskId
protected String name
protected String nameLike
protected String description
protected String descriptionLike
protected Integer priority
protected Integer minPriority
protected Integer maxPriority
protected String assignee
protected String assigneeLike
protected String involvedUser
protected String owner
protected String ownerLike
protected boolean unassigned
protected boolean noDelegationState
protected DelegationState delegationState
protected String candidateUser
protected String candidateGroup
protected String processInstanceId
protected String executionId
protected Date createTime
protected Date createTimeBefore
protected Date createTimeAfter
protected String key
protected String keyLike
protected String processDefinitionKey
protected String processDefinitionKeyLike
protected String processDefinitionId
protected String processDefinitionName
protected String processDefinitionNameLike
protected String processInstanceBusinessKey
protected String processInstanceBusinessKeyLike
protected Date dueDate
protected Date dueBefore
protected Date dueAfter
protected boolean withoutDueDate
protected SuspensionState suspensionState
protected boolean excludeSubtasks
protected boolean includeTaskLocalVariables
protected boolean includeProcessVariables
public TaskQueryImpl()
public TaskQueryImpl(CommandContext commandContext)
public TaskQueryImpl(CommandExecutor commandExecutor)
public TaskQueryImpl taskId(String taskId)
TaskQuerypublic TaskQueryImpl taskName(String name)
TaskQuerypublic TaskQueryImpl taskNameLike(String nameLike)
TaskQuerytaskNameLike in interface TaskQuerypublic TaskQueryImpl taskDescription(String description)
TaskQuerytaskDescription in interface TaskQuerypublic TaskQuery taskDescriptionLike(String descriptionLike)
TaskQuerytaskDescriptionLike in interface TaskQuerypublic TaskQuery taskPriority(Integer priority)
TaskQuerytaskPriority in interface TaskQuerypublic TaskQuery taskMinPriority(Integer minPriority)
TaskQuerytaskMinPriority in interface TaskQuerypublic TaskQuery taskMaxPriority(Integer maxPriority)
TaskQuerytaskMaxPriority in interface TaskQuerypublic TaskQueryImpl taskAssignee(String assignee)
TaskQuerytaskAssignee in interface TaskQuerypublic TaskQueryImpl taskAssigneeLike(String assigneeLike)
TaskQuerytaskAssigneeLike in interface TaskQuerypublic TaskQueryImpl taskOwner(String owner)
TaskQuerypublic TaskQueryImpl taskOwnerLike(String ownerLike)
TaskQuerytaskOwnerLike in interface TaskQuery@Deprecated public TaskQuery taskUnnassigned()
taskUnnassigned in interface TaskQuery#taskUnassigned}public TaskQuery taskUnassigned()
TaskQuerytaskUnassigned in interface TaskQuerypublic TaskQuery taskDelegationState(DelegationState delegationState)
TaskQueryDelegationState.taskDelegationState in interface TaskQuerypublic TaskQueryImpl taskCandidateUser(String candidateUser)
TaskQuerytaskCandidateUser in interface TaskQuerypublic TaskQueryImpl taskInvolvedUser(String involvedUser)
TaskQueryIdentityLink 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 TaskQuerypublic TaskQueryImpl taskCandidateGroup(String candidateGroup)
TaskQuerytaskCandidateGroup in interface TaskQuerypublic TaskQuery taskCandidateGroupIn(List<String> candidateGroups)
TaskQuerytaskCandidateGroupIn in interface TaskQuerypublic TaskQueryImpl processInstanceId(String processInstanceId)
TaskQueryprocessInstanceId in interface TaskQuerypublic TaskQueryImpl processInstanceBusinessKey(String processInstanceBusinessKey)
TaskQueryprocessInstanceBusinessKey in interface TaskQuerypublic TaskQueryImpl processInstanceBusinessKeyLike(String processInstanceBusinessKeyLike)
TaskQueryprocessInstanceBusinessKeyLike in interface TaskQuerypublic TaskQueryImpl executionId(String executionId)
TaskQueryexecutionId in interface TaskQuerypublic TaskQueryImpl taskCreatedOn(Date createTime)
TaskQuerytaskCreatedOn in interface TaskQuerypublic TaskQuery taskCreatedBefore(Date before)
TaskQuerytaskCreatedBefore in interface TaskQuerypublic TaskQuery taskCreatedAfter(Date after)
TaskQuerytaskCreatedAfter in interface TaskQuerypublic TaskQuery taskDefinitionKey(String key)
TaskQuerytaskDefinitionKey in interface TaskQuerypublic TaskQuery taskDefinitionKeyLike(String keyLike)
TaskQuerytaskDefinitionKeyLike in interface TaskQuerypublic TaskQuery taskVariableValueEquals(String variableName, Object variableValue)
TaskQuerytaskVariableValueEquals in interface TaskQuerypublic TaskQuery taskVariableValueEquals(Object variableValue)
TaskQuerytaskVariableValueEquals in interface TaskQuerypublic TaskQuery taskVariableValueEqualsIgnoreCase(String name, String value)
TaskQueryThis 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 TaskQuerypublic TaskQuery taskVariableValueNotEqualsIgnoreCase(String name, String value)
TaskQueryThis 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 TaskQuerypublic TaskQuery taskVariableValueNotEquals(String variableName, Object variableValue)
TaskQuerySerializable objects (which are not primitive type wrappers)
are not supported.taskVariableValueNotEquals in interface TaskQuerypublic TaskQuery taskVariableValueGreaterThan(String name, Object value)
TaskQuerySerializable objects (which are not primitive type wrappers) are
not supported.taskVariableValueGreaterThan in interface TaskQueryname - cannot be null.value - cannot be null.public TaskQuery taskVariableValueGreaterThanOrEqual(String name, Object value)
TaskQuerySerializable objects (which are not primitive type wrappers) are
not supported.taskVariableValueGreaterThanOrEqual in interface TaskQueryname - cannot be null.value - cannot be null.public TaskQuery taskVariableValueLessThan(String name, Object value)
TaskQuerySerializable objects (which are not primitive type
wrappers) are not supported.taskVariableValueLessThan in interface TaskQueryname - cannot be null.value - cannot be null.public TaskQuery taskVariableValueLessThanOrEqual(String name, Object value)
TaskQuerySerializable objects (which are not primitive type
wrappers) are not supported.taskVariableValueLessThanOrEqual in interface TaskQueryname - cannot be null.value - cannot be null.public TaskQuery taskVariableValueLike(String name, String value)
TaskQuerytaskVariableValueLike in interface TaskQueryname - 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 TaskQuery processVariableValueEquals(String variableName, Object variableValue)
TaskQueryprocessVariableValueEquals in interface TaskQuerypublic TaskQuery processVariableValueNotEquals(String variableName, Object variableValue)
TaskQuerySerializable objects (which are not primitive type wrappers)
are not supported.processVariableValueNotEquals in interface TaskQuerypublic TaskQuery processVariableValueEquals(Object variableValue)
TaskQueryprocessVariableValueEquals in interface TaskQuerypublic TaskQuery processVariableValueEqualsIgnoreCase(String name, String value)
TaskQueryThis 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 TaskQuerypublic TaskQuery processVariableValueNotEqualsIgnoreCase(String name, String value)
TaskQueryThis 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 TaskQuerypublic TaskQuery processVariableValueGreaterThan(String name, Object value)
TaskQuerySerializable objects (which are not primitive type wrappers) are
not supported.processVariableValueGreaterThan in interface TaskQueryname - cannot be null.value - cannot be null.public TaskQuery processVariableValueGreaterThanOrEqual(String name, Object value)
TaskQuerySerializable objects (which are not primitive type wrappers) are
not supported.processVariableValueGreaterThanOrEqual in interface TaskQueryname - cannot be null.value - cannot be null.public TaskQuery processVariableValueLessThan(String name, Object value)
TaskQuerySerializable objects (which are not primitive type
wrappers) are not supported.processVariableValueLessThan in interface TaskQueryname - cannot be null.value - cannot be null.public TaskQuery processVariableValueLessThanOrEqual(String name, Object value)
TaskQuerySerializable objects (which are not primitive type
wrappers) are not supported.processVariableValueLessThanOrEqual in interface TaskQueryname - cannot be null.value - cannot be null.public TaskQuery processVariableValueLike(String name, String value)
TaskQueryprocessVariableValueLike in interface TaskQueryname - 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 TaskQuery processDefinitionKey(String processDefinitionKey)
TaskQueryprocessDefinitionKey in interface TaskQuerypublic TaskQuery processDefinitionKeyLike(String processDefinitionKeyLike)
TaskQueryprocessDefinitionKeyLike in interface TaskQuerypublic TaskQuery processDefinitionId(String processDefinitionId)
TaskQueryprocessDefinitionId in interface TaskQuerypublic TaskQuery processDefinitionName(String processDefinitionName)
TaskQueryprocessDefinitionName in interface TaskQuerypublic TaskQuery processDefinitionNameLike(String processDefinitionNameLike)
TaskQueryprocessDefinitionNameLike in interface TaskQuerypublic TaskQuery dueDate(Date dueDate)
TaskQuerypublic TaskQuery dueBefore(Date dueBefore)
TaskQuerypublic TaskQuery dueAfter(Date dueAfter)
TaskQuerypublic TaskQuery withoutDueDate()
TaskQuerywithoutDueDate in interface TaskQuerypublic TaskQuery excludeSubtasks()
TaskQueryexcludeSubtasks in interface TaskQuerypublic TaskQuery suspended()
TaskQuerypublic TaskQuery active()
TaskQuerypublic TaskQuery includeTaskLocalVariables()
TaskQueryincludeTaskLocalVariables in interface TaskQuerypublic TaskQuery includeProcessVariables()
TaskQueryincludeProcessVariables in interface TaskQueryprotected void ensureVariablesInitialized()
ensureVariablesInitialized in class AbstractVariableQueryImpl<TaskQuery,Task>public TaskQuery orderByTaskId()
TaskQueryQuery.asc() or Query.desc()).orderByTaskId in interface TaskQuerypublic TaskQuery orderByTaskName()
TaskQueryQuery.asc() or Query.desc()).orderByTaskName in interface TaskQuerypublic TaskQuery orderByTaskDescription()
TaskQueryQuery.asc() or Query.desc()).orderByTaskDescription in interface TaskQuerypublic TaskQuery orderByTaskPriority()
TaskQueryQuery.asc() or Query.desc()).orderByTaskPriority in interface TaskQuerypublic TaskQuery orderByProcessInstanceId()
TaskQueryQuery.asc() or Query.desc()).orderByProcessInstanceId in interface TaskQuerypublic TaskQuery orderByExecutionId()
TaskQueryQuery.asc() or Query.desc()).orderByExecutionId in interface TaskQuerypublic TaskQuery orderByTaskAssignee()
TaskQueryQuery.asc() or Query.desc()).orderByTaskAssignee in interface TaskQuerypublic TaskQuery orderByTaskCreateTime()
TaskQueryQuery.asc() or Query.desc()).orderByTaskCreateTime in interface TaskQuerypublic TaskQuery orderByDueDate()
TaskQueryQuery.asc() or Query.desc()).orderByDueDate in interface TaskQuerypublic String getMssqlOrDB2OrderBy()
public List<Task> executeList(CommandContext commandContext, Page page)
AbstractQueryexecuteList in class AbstractVariableQueryImpl<TaskQuery,Task>page - used if the results must be paged. If null, no paging will be applied.public long executeCount(CommandContext commandContext)
executeCount in class AbstractVariableQueryImpl<TaskQuery,Task>public String getName()
public String getNameLike()
public String getAssignee()
public boolean getUnassigned()
public DelegationState getDelegationState()
public boolean getNoDelegationState()
public String getDelegationStateString()
public String getCandidateUser()
public String getCandidateGroup()
public String getProcessInstanceId()
public String getExecutionId()
public String getTaskId()
public String getDescription()
public String getDescriptionLike()
public Integer getPriority()
public Date getCreateTime()
public Date getCreateTimeBefore()
public Date getCreateTimeAfter()
public String getKey()
public String getKeyLike()
public String getProcessDefinitionKey()
public String getProcessDefinitionId()
public String getProcessDefinitionName()
public String getProcessInstanceBusinessKey()
public boolean getExcludeSubtasks()
Copyright © 2013 Alfresco. All rights reserved.