org.ow2.bonita.facade.runtime
Interface InstanceStateUpdate

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
InstanceStateUpdateImpl

public interface InstanceStateUpdate
extends java.io.Serializable

Interface providing methods to get informations about state changes of the process instance.


Method Summary
 InstanceState getInitialInstanceState()
          Returns the initial state.
 InstanceState getInstanceState()
          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.

getInstanceState

InstanceState getInstanceState()
Returns the state at assignment.

Returns:
The state at assignment.

getInitialInstanceState

InstanceState getInitialInstanceState()
Returns the initial state.

Returns:
The initial state.


Copyright © 2009 OW2 Consortium. All Rights Reserved.