Uses of Interface
org.ow2.bonita.facade.runtime.ActivityBody

Packages that use ActivityBody
org.ow2.bonita.facade.runtime It contains interfaces for recorded data for runtime informations on different types of workflow elements : process, activity, variable, hook. 
 

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

Classes in org.ow2.bonita.facade.runtime with type parameters of type ActivityBody
 interface ActivityInstance<T extends ActivityBody>
          Runtime (recorded) data concerning activities is divided in a common part and a body.
 

Subinterfaces of ActivityBody in org.ow2.bonita.facade.runtime
 interface AutomaticBody
          Interface for the body of Automatic activity (the activity is automatically executed by the engine).
 interface RouteBody
          Interface is for the body of Route activity.
 interface SubflowBody
          Interface for the body of Subflow activity.
 interface TaskInstance
          Interface for the body of task activity (aka Manual activity).
 

Methods in org.ow2.bonita.facade.runtime that return ActivityBody
 ActivityBody ActivityBody.copy()
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.