IQueryResult<ITask> |
ITaskEnd.findEndedTasks(IPropertyFilter<TaskProperty> filter,
List<PropertyOrder<TaskProperty>> order,
int startIndex,
int count,
boolean returnAllCount) |
Gets the tasks that ended on this task end
|
IQueryResult<ITask> |
ITaskEnd.findEndedTasks(IPropertyFilter<TaskProperty> filter,
List<PropertyOrder<TaskProperty>> order,
int startIndex,
int count,
boolean returnAllCount) |
Gets the tasks that ended on this task end
|
IQueryResult<ITask> |
IWorkflowSession.findLockedWorkTasks(IPropertyFilter<TaskProperty> filter,
List<PropertyOrder<TaskProperty>> order,
int startIndex,
int count,
boolean returnAllCount,
EnumSet<TaskState> includeTaskStates) |
|
IQueryResult<ITask> |
IWorkflowSession.findLockedWorkTasks(IPropertyFilter<TaskProperty> filter,
List<PropertyOrder<TaskProperty>> order,
int startIndex,
int count,
boolean returnAllCount,
EnumSet<TaskState> includeTaskStates) |
|
IQueryResult<ITask> |
ITaskStart.findStartedTasks(IPropertyFilter<TaskProperty> filter,
List<PropertyOrder<TaskProperty>> order,
int startIndex,
int count,
boolean returnAllCount) |
Gets the tasks that were started from this task start
|
IQueryResult<ITask> |
ITaskStart.findStartedTasks(IPropertyFilter<TaskProperty> filter,
List<PropertyOrder<TaskProperty>> order,
int startIndex,
int count,
boolean returnAllCount) |
Gets the tasks that were started from this task start
|
List<IGroup<ITask>> |
IWorkflowContext.findTaskCategories(IPropertyFilter<TaskProperty> categoryFilter,
TaskProperty categoryProperty,
OrderDirection categoryPropertyOrder) |
Deprecated.
|
IQueryResult<ITask> |
IWorkflowContext.findTasks(IPropertyFilter<TaskProperty> filter,
List<PropertyOrder<TaskProperty>> order,
int startIndex,
int count,
boolean returnAllCount) |
Find tasks using a filter.
|
IQueryResult<ITask> |
IWorkflowContext.findTasks(IPropertyFilter<TaskProperty> filter,
List<PropertyOrder<TaskProperty>> order,
int startIndex,
int count,
boolean returnAllCount) |
Find tasks using a filter.
|
List<IGroup<ITask>> |
IWorkflowSession.findWorkedOnTaskCategories(IPropertyFilter<TaskProperty> categoryFilter,
TaskProperty categoryProperty,
OrderDirection categoryPropertyOrder) |
Deprecated.
|
IQueryResult<ITask> |
IWorkflowSession.findWorkedOnTasks(IPropertyFilter<TaskProperty> filter,
List<PropertyOrder<TaskProperty>> order,
int startIndex,
int count,
boolean returnAllCount) |
Finds all tasks that the session user has ever worked on
|
IQueryResult<ITask> |
IWorkflowSession.findWorkedOnTasks(IPropertyFilter<TaskProperty> filter,
List<PropertyOrder<TaskProperty>> order,
int startIndex,
int count,
boolean returnAllCount) |
Finds all tasks that the session user has ever worked on
|
IQueryResult<ITask> |
IWorkflowSession.findWorkedOnTasksByRole(List<IRole> roles,
IPropertyFilter<TaskProperty> filter,
List<PropertyOrder<TaskProperty>> order,
int startIndex,
int count,
boolean returnAllCount) |
Returns all tasks the session user has worked on or could have worked on as member of the given roles.
|
List<IGroup<ITask>> |
IWorkflowSession.findWorkTaskCategories(IPropertyFilter<TaskProperty> categoryFilter,
TaskProperty categoryProperty,
OrderDirection categoryPropertyOrder,
EnumSet<TaskState> includeTaskStates) |
Deprecated.
|
IQueryResult<ITask> |
IWorkflowContext.findWorkTasks(IUser user,
IPropertyFilter<TaskProperty> filter,
List<PropertyOrder<TaskProperty>> order,
int startIndex,
int count,
boolean returnAllCount,
EnumSet<TaskState> includeTaskStates) |
Finds tasks that a given user can work on (currently working or can start).
|
IQueryResult<ITask> |
IWorkflowContext.findWorkTasks(IUser user,
IPropertyFilter<TaskProperty> filter,
List<PropertyOrder<TaskProperty>> order,
int startIndex,
int count,
boolean returnAllCount,
EnumSet<TaskState> includeTaskStates) |
Finds tasks that a given user can work on (currently working or can start).
|
IQueryResult<ITask> |
IWorkflowSession.findWorkTasks(IPropertyFilter<TaskProperty> filter,
List<PropertyOrder<TaskProperty>> order,
int startIndex,
int count,
boolean returnAllCount,
EnumSet<TaskState> includeTaskStates) |
Gets all tasks the workflow session user can work on.
|
IQueryResult<ITask> |
IWorkflowSession.findWorkTasks(IPropertyFilter<TaskProperty> filter,
List<PropertyOrder<TaskProperty>> order,
int startIndex,
int count,
boolean returnAllCount,
EnumSet<TaskState> includeTaskStates) |
Gets all tasks the workflow session user can work on.
|