Uses of Class
org.ow2.bonita.facade.uuid.ActivityBodyUUID

Packages that use ActivityBodyUUID
org.ow2.bonita.facade.runtime It contains interfaces for recorded data for runtime informations on different types of workflow elements : process, activity, variable, hook.
 
org.ow2.bonita.facade.runtime.impl   
org.ow2.bonita.facade.uuid It Contains classes that implement universally unique identifier (UUID) for returned objects or parameters of the Bonita API. 
 

Uses of ActivityBodyUUID in org.ow2.bonita.facade.runtime
 

Methods in org.ow2.bonita.facade.runtime that return ActivityBodyUUID
 ActivityBodyUUID ActivityBody.getUUID()
          Return the UUID of the ActivityBody.
For instance, if the body of the activity is a TaskInstance this UUID is a TaskUUID.
 

Uses of ActivityBodyUUID in org.ow2.bonita.facade.runtime.impl
 

Fields in org.ow2.bonita.facade.runtime.impl declared as ActivityBodyUUID
protected  ActivityBodyUUID ActivityBodyImpl.uuid
           
 

Methods in org.ow2.bonita.facade.runtime.impl that return ActivityBodyUUID
 ActivityBodyUUID ActivityBodyImpl.getUUID()
           
 

Constructors in org.ow2.bonita.facade.runtime.impl with parameters of type ActivityBodyUUID
ActivityBodyImpl(ActivityBodyUUID uuid)
           
 

Uses of ActivityBodyUUID in org.ow2.bonita.facade.uuid
 

Subclasses of ActivityBodyUUID in org.ow2.bonita.facade.uuid
 class AutomaticBodyUUID
          This class implements the UUID for AutomaticBody
 class RouteBodyUUID
          This class implements the UUID for RouteBody
 class SubflowBodyUUID
          This class implements the UUID for SubflowBody
 class TaskUUID
          This class implements the UUID for TaskInstance
 

Methods in org.ow2.bonita.facade.uuid that return ActivityBodyUUID
 ActivityBodyUUID AutomaticBodyUUID.copy()
           
abstract  ActivityBodyUUID ActivityBodyUUID.copy()
           
 ActivityBodyUUID TaskUUID.copy()
           
 ActivityBodyUUID SubflowBodyUUID.copy()
           
 ActivityBodyUUID RouteBodyUUID.copy()
           
 

Constructors in org.ow2.bonita.facade.uuid with parameters of type ActivityBodyUUID
ActivityBodyUUID(ActivityBodyUUID src)
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.