|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskUUID | |
---|---|
org.ow2.bonita.facade | |
org.ow2.bonita.facade.exception | Contains exception classes thrown by Nova Bonita APIs. |
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 | |
org.ow2.bonita.facade.uuid | It Contains classes that implement universally unique identifier (UUID) for returned objects or parameters of the Bonita API. |
Uses of TaskUUID in org.ow2.bonita.facade |
---|
Methods in org.ow2.bonita.facade with parameters of type TaskUUID | |
---|---|
void |
RuntimeAPI.assignTask(TaskUUID taskUUID)
Launches the execution of both roleMapper and performerAssignment for the given task. If a roleMapper has been defined within the participant referenced by the performer of the task, it is executed. If a performerAssignment has been defined within the activity of the task it is also executed. |
void |
RuntimeAPI.assignTask(TaskUUID taskUUID,
java.util.Set<java.lang.String> candidates)
Forces to replace the candidates set of the given task by the given candidates set. |
void |
RuntimeAPI.assignTask(TaskUUID taskUUID,
java.lang.String actorId)
Forces to assign the given task to the given actor id. |
void |
RuntimeAPI.finishTask(TaskUUID taskUUID,
boolean taskAssign)
Finishes the task. |
ActivityInstance<TaskInstance> |
QueryRuntimeAPI.getTask(TaskUUID taskUUID)
Returns the record of the task with the given task UUID. |
void |
RuntimeAPI.resumeTask(TaskUUID taskUUID,
boolean taskAssign)
Resumes the task if the task has SUSPENDED state. |
void |
RuntimeAPI.startTask(TaskUUID taskUUID,
boolean assignTask)
Starts the task. |
void |
RuntimeAPI.suspendTask(TaskUUID taskUUID,
boolean assignTask)
Suspends the task if the task has EXECUTING state. If successful, this operation changes task state from EXECUTING to SUSPENDED. If the boolean assignTask is true the task is also assigned to the logged user otherwise the assignment of the task is not affected by this operation. |
void |
RuntimeAPI.unassignTask(TaskUUID taskUUID)
If this task had a userId set, set it to null. |
Uses of TaskUUID in org.ow2.bonita.facade.exception |
---|
Methods in org.ow2.bonita.facade.exception that return TaskUUID | |
---|---|
TaskUUID |
UnAuthorizedUserException.getTaskUUID()
|
TaskUUID |
TaskNotFoundException.getTaskUUID()
|
TaskUUID |
IllegalTaskStateException.getTaskUUID()
|
Constructors in org.ow2.bonita.facade.exception with parameters of type TaskUUID | |
---|---|
IllegalTaskStateException(java.lang.String id,
java.lang.String msg,
TaskUUID taskUUID,
java.util.Set<ActivityState> expectedStates,
ActivityState currentState)
Constructs an IllegalTaskStateTException. |
|
TaskNotFoundException(java.lang.String id,
TaskUUID taskUUID)
|
|
UnAuthorizedUserException(java.lang.String id,
java.lang.String msg,
java.lang.String instanceUUID,
TaskUUID taskUUID,
java.lang.String userId)
Constructs an UnAuthorizedUserException for task. |
|
UnAuthorizedUserException(java.lang.String id,
java.lang.String msg,
TaskUUID taskUUID,
java.lang.String userId)
|
Uses of TaskUUID in org.ow2.bonita.facade.internal |
---|
Methods in org.ow2.bonita.facade.internal with parameters of type TaskUUID | |
---|---|
void |
InternalRuntimeAPI.assignTask(TaskUUID taskUUID)
|
void |
InternalRuntimeAPI.assignTask(TaskUUID taskUUID,
java.util.Set<java.lang.String> candidates)
|
void |
InternalRuntimeAPI.assignTask(TaskUUID taskUUID,
java.lang.String actorId)
|
void |
InternalRuntimeAPI.finishTask(TaskUUID taskUUID,
boolean taskAssign)
|
ActivityInstance<TaskInstance> |
InternalQueryRuntimeAPI.getTask(TaskUUID taskUUID,
java.lang.String queryList)
|
void |
InternalRuntimeAPI.resumeTask(TaskUUID taskUUID,
boolean taskAssign)
|
void |
InternalRuntimeAPI.startTask(TaskUUID taskUUID,
boolean assignTask)
|
void |
InternalRuntimeAPI.suspendTask(TaskUUID taskUUID,
boolean assignTask)
|
void |
InternalRuntimeAPI.unassignTask(TaskUUID taskUUID)
|
Uses of TaskUUID in org.ow2.bonita.facade.runtime |
---|
Methods in org.ow2.bonita.facade.runtime that return TaskUUID | |
---|---|
TaskUUID |
TaskInstance.getUUID()
Returns the UUID of the task. |
Uses of TaskUUID in org.ow2.bonita.facade.runtime.impl |
---|
Methods in org.ow2.bonita.facade.runtime.impl that return TaskUUID | |
---|---|
TaskUUID |
TaskInstanceImpl.getUUID()
|
Constructors in org.ow2.bonita.facade.runtime.impl with parameters of type TaskUUID | |
---|---|
TaskFullInstanceImpl(TaskUUID taskUUID,
ActivityState state,
java.util.Date createdDate,
java.lang.String userId)
|
|
TaskInstanceImpl(TaskUUID taskUUID,
java.util.Date createdDate)
|
Uses of TaskUUID in org.ow2.bonita.facade.uuid |
---|
Constructors in org.ow2.bonita.facade.uuid with parameters of type TaskUUID | |
---|---|
TaskUUID(TaskUUID src)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |