org.ow2.bonita.facade.runtime
Interface StateUpdate

All Superinterfaces:
java.io.Serializable

public interface StateUpdate
extends java.io.Serializable


Method Summary
 java.util.Date getDate()
          Returns the date of the state updating.
 TaskState getFinalState()
          Returns the final state.
 TaskState getInitialState()
          Returns the initial state.
 java.lang.String getUserId()
          Returns the assigned user Id.
 

Method Detail

getInitialState

TaskState getInitialState()
Returns the initial state.

Returns:
The initial state.

getFinalState

TaskState getFinalState()
Returns the final state.

Returns:
The final state.

getUserId

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

Returns:
The assigned user Id.

getDate

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

Returns:
The date of the state updating.