org.ow2.bonita.facade.def.majorElement
Interface ProcessDefinitionRecord

All Superinterfaces:
DefinitionRecord, java.io.Serializable
All Known Subinterfaces:
ActivityDefinition, ActivitySetDefinition, ApplicationDefinition, DataFieldDefinition, ParticipantDefinition, ProcessDefinition, ProcessFullDefinition, TransitionDefinition

public interface ProcessDefinitionRecord
extends DefinitionRecord


Method Summary
 ProcessDefinitionUUID getProcessDefinitionUUID()
          Returns the value of the processDefinitionUUID attribute of WorkflowProcess element into the XPDL file.
 
Methods inherited from interface org.ow2.bonita.facade.def.majorElement.DefinitionRecord
getName, getPackageDefinitionUUID
 

Method Detail

getProcessDefinitionUUID

ProcessDefinitionUUID getProcessDefinitionUUID()
Returns the value of the processDefinitionUUID attribute of WorkflowProcess element into the XPDL file.

Returns:
The process processDefinitionUUID.