org.ow2.orchestra.facade.runtime
Interface ProcessInstance

All Superinterfaces:
ActivityInstance, ActivityWithSingleChildInstance, Record, RuntimeRecord, ScopeActivityInstance, java.io.Serializable

public interface ProcessInstance
extends ScopeActivityInstance

A process is considered as an activity. This is the subtype of activity instance.

Author:
Alfonso Fuca

Method Summary
 ProcessInstanceUUID getUUID()
          Returns the UUID of the process instance.
 
Methods inherited from interface org.ow2.orchestra.facade.runtime.ScopeActivityInstance
getCorrelationSet, getPartnerLink, getVariables
 
Methods inherited from interface org.ow2.orchestra.facade.runtime.ActivityWithSingleChildInstance
getEnclosedActivityUUID
 
Methods inherited from interface org.ow2.orchestra.facade.runtime.ActivityInstance
getDefinitionUUID, getType
 
Methods inherited from interface org.ow2.orchestra.facade.runtime.RuntimeRecord
getEndedDate, getProcessDefinitionUUID, getProcessInstanceUUID, getStartedDate, getState
 

Method Detail

getUUID

ProcessInstanceUUID getUUID()
Returns the UUID of the process instance.

Specified by:
getUUID in interface ActivityInstance
Specified by:
getUUID in interface Record
Returns:
The UUID of the process instance.


Copyright © 2009 OW2 Consortium. All Rights Reserved.