org.ow2.orchestra.facade.def
Interface ProcessStateUpdate

All Superinterfaces:
CopyAble<ProcessStateUpdate>, java.io.Serializable
All Known Implementing Classes:
ProcessStateUpdateImpl

public interface ProcessStateUpdate
extends java.io.Serializable, CopyAble<ProcessStateUpdate>

Author:
Guillaume Porcher

Method Summary
 java.util.Date getDate()
           
 ProcessState getState()
           
 
Methods inherited from interface org.ow2.orchestra.facade.CopyAble
copy
 

Method Detail

getDate

java.util.Date getDate()
Returns:
the date when the state change.

getState

ProcessState getState()
Returns:
the new state of the process.


Copyright © 2011 OW2 Consortium. All Rights Reserved.