|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskInstance | |
---|---|
org.ow2.bonita.facade | Nova Bonita Workflow APIs for handling workflow definition, deployment, execution and history. |
org.ow2.bonita.facade.runtime | It contains interfaces for recorded data for runtime informations on different types of workflow elements : process, activity, variable, hook. |
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(ProcessInstanceUUID instanceUUID,
java.lang.String userId,
TaskState taskState)
Obtain the tasks with state either READY or EXECUTING or SUSPENDED or FINISHED for the given instance and for the given user. |
java.util.Collection<ActivityInstance<TaskInstance>> |
QueryRuntimeAPI.getTaskList(ProcessInstanceUUID instanceUUID,
TaskState taskState)
Obtain 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(java.lang.String userId,
TaskState taskState)
Obtain the user tasks with state either READY or EXECUTING or SUSPENDED or FINISHED for the given user. |
java.util.Collection<ActivityInstance<TaskInstance>> |
QueryRuntimeAPI.getTaskList(TaskState taskState)
Obtain the user tasks with state either READY or EXECUTING or SUSPENDED or FINISHED for the authenticated user. |
java.util.Set<ActivityInstance<TaskInstance>> |
QueryRuntimeAPI.getTasks(ProcessInstanceUUID instanceUUID)
Returns all records of task for the given instance UUID. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |