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 Summary

    Modifier and Type
    Method
    Description
    Returns the history object for the entity.
    long
    Returns the entity ID for the entity with the history.
    Returns the entity UUID for the entity with the history.
  • 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.