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

Packages that use UndeletableInstanceException
org.ow2.bonita.facade Nova Bonita Workflow APIs for handling workflow definition, deployment, execution and history. 
org.ow2.bonita.facade.remote 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 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.deletePackage(PackageDefinitionUUID pacDefinitionUUID)
          Deletes from journal and history :
the given package all its processes all instances of these processes.
 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.remote
 

Methods in org.ow2.bonita.facade.remote that throw UndeletableInstanceException
 void RemoteRuntimeAPI.deleteAllProcessInstances(ProcessDefinitionUUID processUUID)
           
 void RemoteManagementAPI.deletePackage(PackageDefinitionUUID pacDefinitionUUID)
           
 void RemoteRuntimeAPI.deleteProcessInstance(ProcessInstanceUUID instanceUUID)
           
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.