org.ow2.bonita.facade.runtime
Interface StateUpdate

All Superinterfaces:
java.io.Serializable, Update

public interface StateUpdate
extends Update

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


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

Method Detail

getInitialState

TaskState getInitialState()
Returns the initial state.

Returns:
The initial state.


Copyright © 2008 OW2 Consortium. All Rights Reserved.