public class GetLinkingEntities extends AbstractGraphOperation
Implements the 'getLinkingEntities' operation of the OMRS metadata collection interface.
  • Constructor Details

    • GetLinkingEntities

      public GetLinkingEntities(XTDBOMRSRepositoryConnector xtdb, String startEntityGUID, String endEntityGUID, List<InstanceStatus> limitResultsByStatus, Date asOfTime)
      Create a new getLinkingEntities operation.
      Parameters:
      xtdb - connectivity to XTDB
      startEntityGUID - the starting point of the query
      endEntityGUID - the finishing point of the query
      limitResultsByStatus - list of statuses by which to limit results
      asOfTime - the point-in-time for which to retrieve results
  • Method Details