org.ow2.orchestra.facade.runtime
Interface VariableUpdate

All Superinterfaces:
CopyAble<VariableUpdate>, ScopeUpdate, java.io.Serializable

public interface VariableUpdate
extends ScopeUpdate, CopyAble<VariableUpdate>

Interface for getting recorded runtime information on variable update.


Method Summary
 java.lang.String getName()
           
 java.lang.Object getValue()
           
 
Methods inherited from interface org.ow2.orchestra.facade.runtime.ScopeUpdate
getActivityUUID, getDate
 
Methods inherited from interface org.ow2.orchestra.facade.CopyAble
copy
 

Method Detail

getName

java.lang.String getName()
Returns:
the variable name.

getValue

java.lang.Object getValue()
Returns:
the variable value.


Copyright © 2009 OW2 Consortium. All Rights Reserved.