|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskInstance | |
---|---|
org.ow2.bonita.facade | |
org.ow2.bonita.facade.internal | All interfaces in this package are for internal use only. |
org.ow2.bonita.facade.runtime |
It contains interfaces for recorded data for runtime informations on different types
of workflow elements : process, activity, variable, hook. |
org.ow2.bonita.facade.runtime.impl |
Uses of TaskInstance in org.ow2.bonita.facade |
---|
Methods in org.ow2.bonita.facade that return types with arguments of type TaskInstance | |
---|---|
ActivityInstance<TaskInstance> |
QueryRuntimeAPI.getTask(TaskUUID taskUUID)
Returns the record of the task with the given task UUID. |
java.util.Collection<ActivityInstance<TaskInstance>> |
QueryRuntimeAPI.getTaskList(ActivityState taskState)
Obtains the user tasks with state either READY or EXECUTING or SUSPENDED or FINISHED for the authenticated user. If the task has been assigned to a user, only this user can get the task into the returned list. Otherwise all the users that belong to the candidate list can get the task. |
java.util.Collection<ActivityInstance<TaskInstance>> |
QueryRuntimeAPI.getTaskList(ProcessInstanceUUID instanceUUID,
ActivityState taskState)
Obtains the user tasks with state either READY or EXECUTING or SUSPENDED or FINISHED for the given instance and the authenticated user. |
java.util.Collection<ActivityInstance<TaskInstance>> |
QueryRuntimeAPI.getTaskList(ProcessInstanceUUID instanceUUID,
java.lang.String userId,
ActivityState taskState)
Obtains the tasks with state either READY or EXECUTING or SUSPENDED or FINISHED for the given instance and for the given user. If the task has been assigned to a user, only this user can get the task into the returned list. |
java.util.Collection<ActivityInstance<TaskInstance>> |
QueryRuntimeAPI.getTaskList(java.lang.String userId,
ActivityState taskState)
Obtains the user tasks with state either READY or EXECUTING or SUSPENDED or FINISHED for the given user. If the task has been assigned to a user, only this user can get the task into the returned list. Otherwise all the users that belong to the candidate list can get the task. |
java.util.Set<ActivityInstance<TaskInstance>> |
QueryRuntimeAPI.getTasks(ProcessInstanceUUID instanceUUID)
Returns all records of task for the given process instance UUID. |
Uses of TaskInstance in org.ow2.bonita.facade.internal |
---|
Methods in org.ow2.bonita.facade.internal that return types with arguments of type TaskInstance | |
---|---|
ActivityInstance<TaskInstance> |
InternalQueryRuntimeAPI.getTask(TaskUUID taskUUID,
java.lang.String queryList)
|
java.util.Collection<ActivityInstance<TaskInstance>> |
InternalQueryRuntimeAPI.getTaskList(ActivityState taskState,
java.lang.String queryList)
|
java.util.Collection<ActivityInstance<TaskInstance>> |
InternalQueryRuntimeAPI.getTaskList(ProcessInstanceUUID instanceUUID,
ActivityState taskState,
java.lang.String queryList)
|
java.util.Collection<ActivityInstance<TaskInstance>> |
InternalQueryRuntimeAPI.getTaskList(ProcessInstanceUUID instanceUUID,
java.lang.String userId,
ActivityState taskState,
java.lang.String queryList)
|
java.util.Collection<ActivityInstance<TaskInstance>> |
InternalQueryRuntimeAPI.getTaskList(java.lang.String userId,
ActivityState taskState,
java.lang.String queryList)
|
java.util.Set<ActivityInstance<TaskInstance>> |
InternalQueryRuntimeAPI.getTasks(ProcessInstanceUUID instanceUUID,
java.lang.String queryList)
|
Uses of TaskInstance in org.ow2.bonita.facade.runtime |
---|
Subinterfaces of TaskInstance in org.ow2.bonita.facade.runtime | |
---|---|
interface |
TaskFullInstance
This interface is dedicated to internal use. |
Uses of TaskInstance in org.ow2.bonita.facade.runtime.impl |
---|
Classes in org.ow2.bonita.facade.runtime.impl that implement TaskInstance | |
---|---|
class |
TaskFullInstanceImpl
|
class |
TaskInstanceImpl
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |