org.ow2.orchestra.facade.runtime
Interface ProcessInstance

All Superinterfaces:
RuntimeRecord, java.io.Serializable

public interface ProcessInstance
extends RuntimeRecord

Interface for getting recorded (runtime) information on process instance.

Author:
Gael Lalire

Method Summary
 ActivityInstanceUUID getEnclosedActivityUUID()
           
 ProcessInstanceUUID getUUID()
          Returns the UUID of the process instance.
 
Methods inherited from interface org.ow2.orchestra.facade.runtime.RuntimeRecord
getEndedDate, getProcessDefinitionUUID, getProcessInstanceUUID, getStartedDate
 

Method Detail

getUUID

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

Returns:
The UUID of the process instance.

getEnclosedActivityUUID

ActivityInstanceUUID getEnclosedActivityUUID()
Returns:
the enclosed activity


Copyright © 2008 OW2 Consortium. All Rights Reserved.