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

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

public class ProcessInstanceStateUpdateImpl
extends Object
implements ProcessInstanceStateUpdate

This object describes a state update of a process instance.

Author:
Guillaume Renault
See Also:
Serialized Form

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

Constructor Detail

ProcessInstanceStateUpdateImpl

protected ProcessInstanceStateUpdateImpl()

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 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 String toString()
Overrides:
toString in class Object


Copyright © 2011 OW2 Consortium. All Rights Reserved.