org.ow2.orchestra.facade.def.impl
Class DefinitionRecordImpl
java.lang.Object
org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
- All Implemented Interfaces:
- Serializable, DefinitionRecord, Record
- Direct Known Subclasses:
- ActivityDefinitionImpl
public abstract class DefinitionRecordImpl
- extends Object
- implements DefinitionRecord
- Author:
- Gael Lalire
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
processDefinitionUUID
protected ProcessDefinitionUUID processDefinitionUUID
name
protected String name
DefinitionRecordImpl
protected DefinitionRecordImpl()
DefinitionRecordImpl
protected DefinitionRecordImpl(DefinitionRecord definitionRecord)
getName
public String getName()
- Specified by:
getName
in interface DefinitionRecord
- Returns:
- the name of process or activity (NCName), this
name can be null if the record is an activity.
getProcessDefinitionUUID
public ProcessDefinitionUUID getProcessDefinitionUUID()
- Description copied from interface:
DefinitionRecord
- All orchestra definition record are linked to a process definition
- Specified by:
getProcessDefinitionUUID
in interface DefinitionRecord
- Returns:
- the uuid of process definition
Copyright © 2011 OW2 Consortium. All Rights Reserved.