|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskNotFoundException | |
---|---|
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.internal | All interfaces in this package are for internal use only. |
Uses of TaskNotFoundException in org.ow2.bonita.facade |
---|
Methods in org.ow2.bonita.facade that throw TaskNotFoundException | |
---|---|
void |
RuntimeAPI.assignTask(org.ow2.bonita.facade.uuid.TaskUUID taskUUID)
Launches the execution of both roleMapper and performerAssignment for the given task. |
void |
RuntimeAPI.assignTask(org.ow2.bonita.facade.uuid.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(org.ow2.bonita.facade.uuid.TaskUUID taskUUID,
java.lang.String actorId)
Forces to assign the given task to the given actor id. |
void |
RuntimeAPI.finishTask(org.ow2.bonita.facade.uuid.TaskUUID taskUUID,
boolean taskAssign)
Finishes the task. |
org.ow2.bonita.facade.runtime.ActivityInstance<org.ow2.bonita.facade.runtime.TaskInstance> |
QueryRuntimeAPI.getTask(org.ow2.bonita.facade.uuid.TaskUUID taskUUID)
Returns the record of the task with the given task UUID. |
void |
RuntimeAPI.resumeTask(org.ow2.bonita.facade.uuid.TaskUUID taskUUID,
boolean taskAssign)
Resumes the task if the task has SUSPENDED state. |
void |
RuntimeAPI.startTask(org.ow2.bonita.facade.uuid.TaskUUID taskUUID,
boolean assignTask)
Starts the task. |
void |
RuntimeAPI.suspendTask(org.ow2.bonita.facade.uuid.TaskUUID taskUUID,
boolean assignTask)
Suspends the task if the task has EXECUTING state. |
void |
RuntimeAPI.unassignTask(org.ow2.bonita.facade.uuid.TaskUUID taskUUID)
If this task had a userId set, set it to null. |
Uses of TaskNotFoundException in org.ow2.bonita.facade.exception |
---|
Methods in org.ow2.bonita.facade.exception that return TaskNotFoundException | |
---|---|
static TaskNotFoundException |
TaskNotFoundException.build(java.lang.Throwable e)
|
Constructors in org.ow2.bonita.facade.exception with parameters of type TaskNotFoundException | |
---|---|
TaskNotFoundException(TaskNotFoundException e)
|
Uses of TaskNotFoundException in org.ow2.bonita.facade.internal |
---|
Methods in org.ow2.bonita.facade.internal that throw TaskNotFoundException | |
---|---|
void |
InternalRuntimeAPI.assignTask(org.ow2.bonita.facade.uuid.TaskUUID taskUUID)
|
void |
InternalRuntimeAPI.assignTask(org.ow2.bonita.facade.uuid.TaskUUID taskUUID,
java.util.Set<java.lang.String> candidates)
|
void |
InternalRuntimeAPI.assignTask(org.ow2.bonita.facade.uuid.TaskUUID taskUUID,
java.lang.String actorId)
|
void |
InternalRuntimeAPI.finishTask(org.ow2.bonita.facade.uuid.TaskUUID taskUUID,
boolean taskAssign)
|
org.ow2.bonita.facade.runtime.ActivityInstance<org.ow2.bonita.facade.runtime.TaskInstance> |
InternalQueryRuntimeAPI.getTask(org.ow2.bonita.facade.uuid.TaskUUID taskUUID,
java.lang.String queryList)
|
void |
InternalRuntimeAPI.resumeTask(org.ow2.bonita.facade.uuid.TaskUUID taskUUID,
boolean taskAssign)
|
void |
InternalRuntimeAPI.startTask(org.ow2.bonita.facade.uuid.TaskUUID taskUUID,
boolean assignTask)
|
void |
InternalRuntimeAPI.suspendTask(org.ow2.bonita.facade.uuid.TaskUUID taskUUID,
boolean assignTask)
|
void |
InternalRuntimeAPI.unassignTask(org.ow2.bonita.facade.uuid.TaskUUID taskUUID)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |