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 IUuidProviding
Interface 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 UUID
getUuid()
-
-
-
Method Detail
-
getUuid
UUID getUuid()
- Returns:
- The UUID that identifies this instance.
-
-