org.ow2.orchestra.facade.runtime
Interface ProcessInstanceStateUpdate

All Superinterfaces:
CopyAble<ProcessInstanceStateUpdate>, ProcessInstanceUpdate, java.io.Serializable
All Known Implementing Classes:
ProcessInstanceStateUpdateImpl

public interface ProcessInstanceStateUpdate
extends ProcessInstanceUpdate, CopyAble<ProcessInstanceStateUpdate>

Defines the operations allowed on a ProcessInstanceStateUpdate.

Author:
Guillaume Renault

Method Summary
 ActivityState getInstanceState()
           
 
Methods inherited from interface org.ow2.orchestra.facade.runtime.ProcessInstanceUpdate
getDate
 
Methods inherited from interface org.ow2.orchestra.facade.CopyAble
copy
 

Method Detail

getInstanceState

ActivityState getInstanceState()
Returns:
the state of the process instance for this update.


Copyright © 2009 OW2 Consortium. All Rights Reserved.