|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskState | |
---|---|
org.ow2.bonita.facade | Nova Bonita Workflow APIs for handling workflow definition, deployment, execution and history. |
org.ow2.bonita.facade.exception | Contains exception classes thrown by Nova Bonita APIs. |
org.ow2.bonita.facade.remote | 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. |
Uses of TaskState in org.ow2.bonita.facade |
---|
Methods in org.ow2.bonita.facade with parameters of type TaskState | |
---|---|
java.util.Collection<ActivityInstance<TaskInstance>> |
QueryRuntimeAPI.getTaskList(ProcessInstanceUUID instanceUUID,
java.lang.String userId,
TaskState taskState)
Obtains 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)
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(java.lang.String userId,
TaskState taskState)
Obtains 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)
Obtains the user tasks with state either READY or EXECUTING or SUSPENDED or FINISHED for the authenticated user. |
Uses of TaskState in org.ow2.bonita.facade.exception |
---|
Methods in org.ow2.bonita.facade.exception that return TaskState | |
---|---|
TaskState |
IllegalTaskStateException.getCurrentState()
|
Methods in org.ow2.bonita.facade.exception that return types with arguments of type TaskState | |
---|---|
java.util.Set<TaskState> |
IllegalTaskStateException.getExpectedStates()
|
Constructors in org.ow2.bonita.facade.exception with parameters of type TaskState | |
---|---|
IllegalTaskStateException(java.lang.String msg,
TaskUUID taskUUID,
java.util.Set<TaskState> expectedStates,
TaskState currentState)
Constructs an IllegalTaskStateTException. |
Constructor parameters in org.ow2.bonita.facade.exception with type arguments of type TaskState | |
---|---|
IllegalTaskStateException(java.lang.String msg,
TaskUUID taskUUID,
java.util.Set<TaskState> expectedStates,
TaskState currentState)
Constructs an IllegalTaskStateTException. |
Uses of TaskState in org.ow2.bonita.facade.remote |
---|
Methods in org.ow2.bonita.facade.remote with parameters of type TaskState | |
---|---|
java.util.Collection<ActivityInstance<TaskInstance>> |
RemoteQueryRuntimeAPI.getTaskList(ProcessInstanceUUID instanceUUID,
java.lang.String userId,
TaskState taskState)
|
java.util.Collection<ActivityInstance<TaskInstance>> |
RemoteQueryRuntimeAPI.getTaskList(ProcessInstanceUUID instanceUUID,
TaskState taskState)
|
java.util.Collection<ActivityInstance<TaskInstance>> |
RemoteQueryRuntimeAPI.getTaskList(java.lang.String userId,
TaskState taskState)
|
java.util.Collection<ActivityInstance<TaskInstance>> |
RemoteQueryRuntimeAPI.getTaskList(TaskState taskState)
|
Uses of TaskState in org.ow2.bonita.facade.runtime |
---|
Methods in org.ow2.bonita.facade.runtime that return TaskState | |
---|---|
TaskState |
StateUpdate.getInitialState()
Returns the initial state. |
TaskState |
TaskInstance.getState()
Returns the current state. |
TaskState |
Update.getTaskState()
Returns the state at assignment. |
static TaskState |
TaskState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TaskState[] |
TaskState.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |