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.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.deleteAllPackages()
          Deletes from journal and history :
all packages and their processes all instances of these processes.
 void RuntimeAPI.deleteAllProcessInstances(org.ow2.bonita.facade.uuid.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(org.ow2.bonita.facade.uuid.PackageDefinitionUUID pacDefinitionUUID)
          Deletes from journal and history :
the given package all its processes all instances of these processes.
 void RuntimeAPI.deleteProcessInstance(org.ow2.bonita.facade.uuid.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.deleteAllPackages()
           
 void InternalRuntimeAPI.deleteAllProcessInstances(org.ow2.bonita.facade.uuid.ProcessDefinitionUUID processUUID)
           
 void InternalManagementAPI.deletePackage(org.ow2.bonita.facade.uuid.PackageDefinitionUUID pacDefinitionUUID)
           
 void InternalRuntimeAPI.deleteProcessInstance(org.ow2.bonita.facade.uuid.ProcessInstanceUUID instanceUUID)
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.