org.ow2.orchestra.facade.runtime
Interface ProcessInstance
- All Superinterfaces:
- Record, RuntimeRecord, java.io.Serializable
public interface ProcessInstance
- extends RuntimeRecord
Interface for getting recorded (runtime) information on process instance.
- Author:
- Gael Lalire
getUUID
ProcessInstanceUUID getUUID()
- Returns the UUID of the process instance.
- Specified by:
getUUID
in interface Record
- Returns:
- The UUID of the process instance.
getEnclosedActivityUUID
ActivityInstanceUUID getEnclosedActivityUUID()
- Returns:
- the enclosed activity
Copyright © 2009 OW2 Consortium. All Rights Reserved.