All Known Implementing Classes:
FlowActivityDocument, FlowRunDocument, TimelineEntityDocument

public interface TimelineDocument<Document>
This is an interface for all the Timeline Documents. Any new document that has to be persisted in the document store should implement this.
  • Method Details

    • getId

      String getId()
    • getType

      String getType()
    • getCreatedTime

      long getCreatedTime()
    • setCreatedTime

      void setCreatedTime(long time)
    • merge

      void merge(Document timelineDocument)