org.ow2.orchestra.facade.def
Interface DefinitionRecord

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ActivityDefinition, ProcessDefinition

public interface DefinitionRecord
extends java.io.Serializable

Parent class for all definition record.

Author:
Gael Lalire

Method Summary
 java.lang.String getElementName()
           
 java.lang.String getName()
           
 ProcessDefinitionUUID getProcessDefinitionUUID()
          All orchestra definition record are linked to a process definition
 

Method Detail

getName

java.lang.String getName()
Returns:
the name of process or activity (NCName), this name can be null if the record is an activity.

getElementName

java.lang.String getElementName()
Returns:
the name of xml element in the process execution namespace.

getProcessDefinitionUUID

ProcessDefinitionUUID getProcessDefinitionUUID()
All orchestra definition record are linked to a process definition

Returns:
the uuid of process definition


Copyright © 2008 OW2 Consortium. All Rights Reserved.