org.ow2.orchestra.facade.data.runtime
Class ProcessInstanceData

java.lang.Object
  extended by org.ow2.orchestra.facade.data.AbstractData
      extended by org.ow2.orchestra.facade.data.runtime.ProcessInstanceData
All Implemented Interfaces:
java.io.Serializable

public class ProcessInstanceData
extends AbstractData

Data that belongs to a process instance.

Author:
Gael Lalire, Guillaume Renault
See Also:
Serialized Form

Constructor Summary
ProcessInstanceData(ProcessDefinitionData processDefinitionData, ProcessInstanceUUID uuid, ActivityState state)
           
 
Method Summary
 ProcessDefinitionData getProcessDefinitionData()
           
 ActivityState getState()
          Returns the state of the instance.
 ProcessInstanceUUID getUUID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessInstanceData

public ProcessInstanceData(ProcessDefinitionData processDefinitionData,
                           ProcessInstanceUUID uuid,
                           ActivityState state)
Method Detail

getProcessDefinitionData

public ProcessDefinitionData getProcessDefinitionData()
Returns:
the processDefinitionData

getUUID

public ProcessInstanceUUID getUUID()
Returns:
the uuid

getState

public ActivityState getState()
Returns the state of the instance.

Returns:
The state of the instance.


Copyright © 2009 OW2 Consortium. All Rights Reserved.