org.ow2.orchestra.facade.def
Interface DefinitionRecord
- All Superinterfaces:
- Record, java.io.Serializable
- All Known Subinterfaces:
- ActivityDefinition, ActivityWithChildrenDefinition, ActivityWithSingleChildDefinition, AssignActivityDefinition, EmptyActivityDefinition, FlowActivityDefinition, ForeachActivityDefinition, IfActivityDefinition, InvokeActivityDefinition, PickActivityDefinition, ProcessDefinition, ReceiveActivityDefinition, RepeatUntilActivityDefinition, ReplyActivityDefinition, ScopeActivityDefinition, SequenceActivityDefinition, WaitActivityDefinition, WhileActivityDefinition
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.
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.