org.ow2.bonita.facade.runtime
Interface VariableUpdate

All Superinterfaces:
java.io.Serializable

public interface VariableUpdate
extends java.io.Serializable

Interface for getting recorded runtime information on variable update.


Method Summary
 java.util.Date getDate()
          Returns the date of the variable updating.
 java.lang.String getName()
          Returns the variable name (as defined into the XPDL file).
 java.lang.String getUserId()
          Returns the assigned user.
 java.lang.Object getValue()
          Returns the variable value.
 

Method Detail

getName

java.lang.String getName()
Returns the variable name (as defined into the XPDL file).

Returns:
The variable name.

getValue

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

Returns:
The variable value.

getUserId

java.lang.String getUserId()
Returns the assigned user.

Returns:
The assigned user.

getDate

java.util.Date getDate()
Returns the date of the variable updating.

Returns:
The date of the variable updating.


Copyright © 2008 OW2 Consortium. All Rights Reserved.