Package de.xima.fc.interfaces.workflow
Interface IUuidProviding
-
- All Known Subinterfaces:
IWorkflowElementEntity
- All Known Implementing Classes:
Aktion,AWorkflowElement,ElementKey,ExportAktionData,ExportStatusData,NodeKey,NodeModel,ProcessModel,Status,TaskModel,TriggerKey,TriggerModel,WorkflowNode,WorkflowState,WorkflowStateModel,WorkflowTask,WorkflowTrigger
public interface IUuidProvidingInterface for objects that have got a UUID identifying them.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UUIDgetUuid()
-
-
-
Method Detail
-
getUuid
UUID getUuid()
- Returns:
- The UUID that identifies this instance.
-
-