org.ow2.bonita.facade.runtime
Interface StateUpdate

All Superinterfaces:
java.io.Serializable, Update
All Known Implementing Classes:
StateUpdateImpl

public interface StateUpdate
extends Update

Interface for getting recorded (runtime) information for state change on task.


Method Summary
 ActivityState getInitialState()
          Returns the initial state.
 
Methods inherited from interface org.ow2.bonita.facade.runtime.Update
getActivityState, getUpdatedBy, getUpdatedDate
 

Method Detail

getInitialState

ActivityState getInitialState()
Returns the initial state.

Returns:
The initial state.


Copyright © 2009 OW2 Consortium. All Rights Reserved.