public class GetEntityHistory extends AbstractHistoryOperation
Implements the 'getEntityDetailHistory' operation of the OMRS metadata collection interface.
  • Constructor Details

    • GetEntityHistory

      public GetEntityHistory(XTDBOMRSRepositoryConnector xtdb, String instanceGUID, Date fromTime, Date toTime, int fromElement, int pageSize, HistorySequencingOrder sequencingOrder)
      Create a new entity history retrieval operation.
      Parameters:
      xtdb - connectivity to XTDB
      instanceGUID - unique identifier of a metadata instance for which to retrieve history
      fromTime - the earliest point in time from which to retrieve historical versions of the entity (inclusive)
      toTime - the latest point in time from which to retrieve historical versions of the entity (exclusive)
      fromElement - starting element for paged results
      pageSize - the number of results to include per page
      sequencingOrder - Enum defining how the results should be ordered.
  • Method Details