public class FindRelationships extends AbstractRelationshipSearchOperation
Implements the 'findRelationships' operation of the OMRS metadata collection interface.
  • Constructor Summary

    Constructors
    Constructor
    Description
    FindRelationships(XTDBOMRSRepositoryConnector xtdb, String relationshipTypeGUID, List<String> relationshipSubtypeGUIDs, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.SearchProperties matchProperties, int fromRelationshipElement, List<org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceStatus> limitResultsByStatus, Date asOfTime, String sequencingProperty, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.SequencingOrder sequencingOrder, int pageSize, String userId)
    Create a new 'findRelationships' executable.
  • Method Summary

    Methods inherited from class org.odpi.openmetadata.adapters.repositoryservices.xtdb.repositoryconnector.readops.AbstractRelationshipSearchOperation

    getResults

    Methods inherited from class org.odpi.openmetadata.adapters.repositoryservices.xtdb.repositoryconnector.readops.AbstractReadOperation

    getXtdbObjectByReference

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FindRelationships

      public FindRelationships(XTDBOMRSRepositoryConnector xtdb, String relationshipTypeGUID, List<String> relationshipSubtypeGUIDs, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.search.SearchProperties matchProperties, int fromRelationshipElement, List<org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceStatus> limitResultsByStatus, Date asOfTime, String sequencingProperty, org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.SequencingOrder sequencingOrder, int pageSize, String userId)
      Create a new 'findRelationships' executable.
      Parameters:
      xtdb - connectivity to XTDB
      relationshipTypeGUID - see XTDBOMRSMetadataCollection#findRelationships
      relationshipSubtypeGUIDs - see XTDBOMRSMetadataCollection#findRelationships
      matchProperties - see XTDBOMRSMetadataCollection#findRelationships
      fromRelationshipElement - see XTDBOMRSMetadataCollection#findRelationships
      limitResultsByStatus - see XTDBOMRSMetadataCollection#findRelationships
      asOfTime - see XTDBOMRSMetadataCollection#findRelationships
      sequencingProperty - see XTDBOMRSMetadataCollection#findRelationships
      sequencingOrder - see XTDBOMRSMetadataCollection#findRelationships
      pageSize - see XTDBOMRSMetadataCollection#findRelationships
      userId - of the user running the query
      See Also: