org.ow2.bonita.facade.runtime
Interface RuntimeRecord

All Superinterfaces:
Record, java.io.Serializable
All Known Subinterfaces:
ActivityInst, ProcessInst, SuspendResumeTaskInst, TaskInst

public interface RuntimeRecord
extends Record

Author:
Pierre Vigneras

Method Summary
 java.lang.String getInstanceId()
          Returns the instance id (generated at the creation of the instance).
 java.lang.String getProcessId()
          Returns the process id (defined into the WorkflowProcess element of the imported xpdl file).
 
Methods inherited from interface org.ow2.bonita.facade.Record
getDeploymentId, getId, getPackageId
 

Method Detail

getProcessId

java.lang.String getProcessId()
Returns the process id (defined into the WorkflowProcess element of the imported xpdl file).

Returns:
The process id.

getInstanceId

java.lang.String getInstanceId()
Returns the instance id (generated at the creation of the instance).

Returns:
The instance id.