org.ow2.orchestra.facade.data.runtime
Class ProcessInstanceData
java.lang.Object
org.ow2.orchestra.facade.data.AbstractData
org.ow2.orchestra.facade.data.runtime.ProcessInstanceData
- All Implemented Interfaces:
- Serializable
public class ProcessInstanceData
- extends AbstractData
Data that belongs to a process instance.
- Author:
- Gael Lalire, Guillaume Renault
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessInstanceData
public ProcessInstanceData(ProcessDefinitionData processDefinitionData,
ProcessInstanceUUID uuid,
ActivityState state)
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 © 2011 OW2 Consortium. All Rights Reserved.