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

Packages that use VariableUpdate
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 VariableUpdate in org.ow2.bonita.facade.runtime
 

Methods in org.ow2.bonita.facade.runtime that return types with arguments of type VariableUpdate
 java.util.List<VariableUpdate> ActivityInstance.getVariableUpdates()
          Gives access to the historic of variables updates.
 java.util.List<VariableUpdate> ProcessInstance.getVariableUpdates()
          Gives access to the historic of variables updates.
 

Methods in org.ow2.bonita.facade.runtime with parameters of type VariableUpdate
 void ProcessFullInstance.addVariableUpdate(VariableUpdate varUpdate)
           
 void ActivityFullInstance.addVariableUpdate(VariableUpdate varUpdate)
           
 

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

Classes in org.ow2.bonita.facade.runtime.impl that implement VariableUpdate
 class VariableUpdateFullImpl
           
 class VariableUpdateImpl
           
 

Fields in org.ow2.bonita.facade.runtime.impl with type parameters of type VariableUpdate
protected  java.util.List<VariableUpdate> ProcessInstanceImpl.variableUpdates
           
protected  java.util.List<VariableUpdate> ActivityInstanceImpl.variableUpdates
           
 

Methods in org.ow2.bonita.facade.runtime.impl that return types with arguments of type VariableUpdate
 java.util.List<VariableUpdate> ProcessInstanceImpl.getVariableUpdates()
           
 java.util.List<VariableUpdate> ActivityInstanceImpl.getVariableUpdates()
           
 

Methods in org.ow2.bonita.facade.runtime.impl with parameters of type VariableUpdate
 void ProcessFullInstanceImpl.addVariableUpdate(VariableUpdate varUpdate)
           
 void ActivityFullInstanceImpl.addVariableUpdate(VariableUpdate varUpdate)
           
 

Constructors in org.ow2.bonita.facade.runtime.impl with parameters of type VariableUpdate
VariableUpdateFullImpl(VariableUpdate src)
           
VariableUpdateImpl(VariableUpdate src)
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.