org.ow2.orchestra.facade.runtime.impl
Class ProcessInstanceStateUpdateImpl
java.lang.Object
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
ProcessInstanceStateUpdateImpl
protected ProcessInstanceStateUpdateImpl()
ProcessInstanceStateUpdateImpl
public ProcessInstanceStateUpdateImpl(ProcessInstanceStateUpdate record)
- Parameters:
record
-
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.