org.ow2.orchestra.facade.def
Interface DefinitionRecord
- All Superinterfaces:
- Record, java.io.Serializable
- All Known Subinterfaces:
- ActivityDefinition, ProcessDefinition
public interface DefinitionRecord
- extends Record
Parent class for all definition record.
- Author:
- Gael Lalire
Methods inherited from interface org.ow2.orchestra.facade.Record |
getUUID |
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 © 2009 OW2 Consortium. All Rights Reserved.