org.ow2.bonita.facade.runtime
Interface Update

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
AssignUpdate, StateUpdate

public interface Update
extends java.io.Serializable

Interface providing common methods to get informations about state and assignment changes of the task.


Method Summary
 ActivityState getActivityState()
          Returns the state at assignment.
 java.lang.String getUpdatedBy()
          Returns the user Id who made the update.
 java.util.Date getUpdatedDate()
          Returns the date of the update.
 

Method Detail

getUpdatedDate

java.util.Date getUpdatedDate()
Returns the date of the update.

Returns:
The date of the update.

getUpdatedBy

java.lang.String getUpdatedBy()
Returns the user Id who made the update.

Returns:
The assigned user Id.

getActivityState

ActivityState getActivityState()
Returns the state at assignment.

Returns:
The state at assignment.


Copyright © 2009 OW2 Consortium. All Rights Reserved.