org.ow2.orchestra.facade.runtime.impl
Class ProcessInstanceStateUpdateImpl

java.lang.Object
  extended by org.ow2.orchestra.facade.runtime.impl.ProcessInstanceStateUpdateImpl
All Implemented Interfaces:
java.io.Serializable, CopyAble<ProcessInstanceStateUpdate>, ProcessInstanceStateUpdate, ProcessInstanceUpdate

public class ProcessInstanceStateUpdateImpl
extends java.lang.Object
implements ProcessInstanceStateUpdate

This object describes a state update of a process instance.

Author:
Guillaume Renault
See Also:
Serialized Form

Constructor Summary
ProcessInstanceStateUpdateImpl(ProcessInstanceStateUpdate record)
           
 
Method Summary
 ProcessInstanceStateUpdate copy()
          a copy of the update.
 java.util.Date getDate()
           
 ActivityState getInstanceState()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessInstanceStateUpdateImpl

public ProcessInstanceStateUpdateImpl(ProcessInstanceStateUpdate record)
Parameters:
record -
Method Detail

getInstanceState

public ActivityState getInstanceState()
Specified by:
getInstanceState in interface ProcessInstanceStateUpdate
Returns:
the state of this update

getDate

public java.util.Date getDate()
Specified by:
getDate in interface ProcessInstanceUpdate
Returns:
the date of this update.

copy

public ProcessInstanceStateUpdate copy()
a copy of the update.

Specified by:
copy in interface CopyAble<ProcessInstanceStateUpdate>

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2009 OW2 Consortium. All Rights Reserved.