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

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ActivityDef, ActivitySetDef, ApplicationDef, DataFieldDef, PackageDef, PackageFullDef, ParticipantDef, ProcessDef, ProcessDefinitionRecord, ProcessFullDef, TransitionDef

public interface DefinitionRecord
extends java.io.Serializable


Method Summary
 java.lang.String getName()
          Each major element is defined with a Name attribute into the xpdl file.
 org.ow2.bonita.facade.uuid.PackageDefinitionUUID getPackageDefinitionUUID()
           
 

Method Detail

getName

java.lang.String getName()
Each major element is defined with a Name attribute into the xpdl file.

Returns:
the value of the Name attribute for this element definition

getPackageDefinitionUUID

org.ow2.bonita.facade.uuid.PackageDefinitionUUID getPackageDefinitionUUID()