public class FindRelationshipsByPropertyValue extends AbstractRelationshipSearchOperation
Implements the 'findRelationshipsByPropertyValue' operation of the OMRS metadata collection interface.
  • Constructor Details

    • FindRelationshipsByPropertyValue

      public FindRelationshipsByPropertyValue(XTDBOMRSRepositoryConnector xtdb, String relationshipTypeGUID, String searchCriteria, 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 'findRelationshipsByPropertyValue' executable.
      Parameters:
      xtdb - connectivity to XTDB
      relationshipTypeGUID - see XTDBOMRSMetadataCollection#findRelationshipsByPropertyValue
      searchCriteria - see XTDBOMRSMetadataCollection#findRelationshipsByPropertyValue
      fromRelationshipElement - see XTDBOMRSMetadataCollection#findRelationshipsByPropertyValue
      limitResultsByStatus - see XTDBOMRSMetadataCollection#findRelationshipsByPropertyValue
      asOfTime - see XTDBOMRSMetadataCollection#findRelationshipsByPropertyValue
      sequencingProperty - see XTDBOMRSMetadataCollection#findRelationshipsByPropertyValue
      sequencingOrder - see XTDBOMRSMetadataCollection#findRelationshipsByPropertyValue
      pageSize - see XTDBOMRSMetadataCollection#findRelationshipsByPropertyValue
      userId - of the user running the query
      See Also: