Package se.conciliate.extensions.store
Interface MTHistoryEnabled
- All Known Subinterfaces:
MTAttributeType
,MTCompleteEdge
,MTCompleteModel
,MTCompleteSwimlaneModel
,MTCompleteSymbol
,MTCompleteVertex
,MTDocument
,MTDocumentType
,MTEdge
,MTList
,MTModel
,MTSwimlaneModel
,MTSymbol
,MTVariable
,MTVertex
public interface MTHistoryEnabled
Implemented by entities keeping history for exports/imports.
-
Method Details
-
getID
long getID()Returns the entity ID for the entity with the history.- Returns:
- the entity ID for the entity with the history.
-
getUUID
String getUUID()Returns the entity UUID for the entity with the history.- Returns:
- the entity UUID for the entity with the history.
-
getHistory
MTHistory getHistory()Returns the history object for the entity.- Returns:
- the history object for the entity.
-