Uses of Class
org.ow2.bonita.facade.exception.IllegalTaskStateException

Packages that use IllegalTaskStateException
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. 
 

Uses of IllegalTaskStateException in org.ow2.bonita.facade
 

Methods in org.ow2.bonita.facade that throw IllegalTaskStateException
 void RuntimeAPI.finishTask(TaskUUID taskUUID, boolean taskAssign)
          Finishes the task.
 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.
 

Uses of IllegalTaskStateException in org.ow2.bonita.facade.exception
 

Methods in org.ow2.bonita.facade.exception that return IllegalTaskStateException
static IllegalTaskStateException IllegalTaskStateException.build(java.lang.String id, java.lang.Throwable e)
           
 

Constructors in org.ow2.bonita.facade.exception with parameters of type IllegalTaskStateException
IllegalTaskStateException(IllegalTaskStateException e)
           
 

Uses of IllegalTaskStateException in org.ow2.bonita.facade.internal
 

Methods in org.ow2.bonita.facade.internal that throw IllegalTaskStateException
 void InternalRuntimeAPI.finishTask(TaskUUID taskUUID, boolean taskAssign)
           
 void InternalRuntimeAPI.resumeTask(TaskUUID taskUUID, boolean taskAssign)
           
 void InternalRuntimeAPI.startTask(TaskUUID taskUUID, boolean assignTask)
           
 void InternalRuntimeAPI.suspendTask(TaskUUID taskUUID, boolean assignTask)
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.