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

All Superinterfaces:
DefinitionRecord, Record, java.io.Serializable
All Known Subinterfaces:
ActivityDef, ActivitySetDef, ApplicationDef, DataFieldDef, ParticipantDef, TransitionDef

public interface ProcessDefinitionRecord
extends DefinitionRecord


Method Summary
 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.def.majorElement.DefinitionRecord
getName
 
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.