org.ow2.orchestra.facade.runtime
Interface RuntimeRecord

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ActivityInstance, ProcessInstance

public interface RuntimeRecord
extends java.io.Serializable

Author:
Gael Lalire

Method Summary
 java.util.Date getEndedDate()
           
 ProcessDefinitionUUID getProcessDefinitionUUID()
           
 ProcessInstanceUUID getProcessInstanceUUID()
          Returns the instance processDefinitionUUID (generated at the creation of the instance).
 java.util.Date getStartedDate()
           
 

Method Detail

getProcessDefinitionUUID

ProcessDefinitionUUID getProcessDefinitionUUID()
Returns:
the process definition uuid

getProcessInstanceUUID

ProcessInstanceUUID getProcessInstanceUUID()
Returns the instance processDefinitionUUID (generated at the creation of the instance).

Returns:
The instance processDefinitionUUID.

getStartedDate

java.util.Date getStartedDate()
Returns:
the date recorded.

getEndedDate

java.util.Date getEndedDate()
Returns:
the date recorded when the runtime is finished or null if runtime is not finished.


Copyright © 2008 OW2 Consortium. All Rights Reserved.