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

Packages that use UndeletableInstanceException
org.ow2.bonita.facade   
org.ow2.bonita.facade.internal All interfaces in this package are for internal use only. 
 

Uses of UndeletableInstanceException in org.ow2.bonita.facade
 

Methods in org.ow2.bonita.facade that throw UndeletableInstanceException
 void ManagementAPI.deleteAllProcesses()
          Deletes from journal and history :
all packages and their processes all instances of these processes.
 void RuntimeAPI.deleteAllProcessInstances(ProcessDefinitionUUID processUUID)
          Deletes all runtime objects for all instances created with the given process UUID and delete also all there recorded data from the journal.
 void ManagementAPI.deleteProcess(ProcessDefinitionUUID processUUID)
          Deletes from journal and history :
the given package all its processes all instances of these processes. Warning UndeletableProcessException is thrown if at least one process can't be deleted.
 void RuntimeAPI.deleteProcessInstance(ProcessInstanceUUID instanceUUID)
          Deletes all runtime objects for the process instance with the given instance UUID and delete also recorded data from the journal.
 

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

Methods in org.ow2.bonita.facade.internal that throw UndeletableInstanceException
 void InternalManagementAPI.deleteAllProcesses()
           
 void InternalRuntimeAPI.deleteAllProcessInstances(ProcessDefinitionUUID processUUID)
           
 void InternalManagementAPI.deleteProcess(ProcessDefinitionUUID processUUID)
           
 void InternalRuntimeAPI.deleteProcessInstance(ProcessInstanceUUID instanceUUID)
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.