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

Packages that use RuntimeRecord
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   
 

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

Subinterfaces of RuntimeRecord in org.ow2.bonita.facade.runtime
 interface ActivityFullInstance<T extends ActivityBody>
          This interface if dedicated to internal use.
 interface ActivityInstance<T extends ActivityBody>
          Runtime (recorded) data concerning activities is divided in a common part and a body.
This interface concerns the common part for the activity.
 interface ProcessFullInstance
          This interface is dedicated to internal use.
 interface ProcessInstance
          Interface for getting recorded (runtime) information on process instance.
 

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

Classes in org.ow2.bonita.facade.runtime.impl that implement RuntimeRecord
 class ActivityFullInstanceImpl<T extends ActivityBody>
           
 class ActivityInstanceImpl<T extends ActivityBody>
           
 class ProcessFullInstanceImpl
           
 class ProcessInstanceImpl
           
 class RuntimeRecordImpl
           
 

Constructors in org.ow2.bonita.facade.runtime.impl with parameters of type RuntimeRecord
RuntimeRecordImpl(RuntimeRecord src)
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.