Class FindRelationshipsByPropertyValue
java.lang.Object
org.odpi.openmetadata.adapters.repositoryservices.xtdb.repositoryconnector.readops.AbstractReadOperation
org.odpi.openmetadata.adapters.repositoryservices.xtdb.repositoryconnector.readops.AbstractSearchOperation
org.odpi.openmetadata.adapters.repositoryservices.xtdb.repositoryconnector.readops.AbstractRelationshipSearchOperation
org.odpi.openmetadata.adapters.repositoryservices.xtdb.repositoryconnector.readops.FindRelationshipsByPropertyValue
Implements the 'findRelationshipsByPropertyValue' operation of the OMRS metadata collection interface.
-
Constructor Summary
ConstructorsConstructorDescriptionFindRelationshipsByPropertyValue(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. -
Method Summary
Methods inherited from class org.odpi.openmetadata.adapters.repositoryservices.xtdb.repositoryconnector.readops.AbstractRelationshipSearchOperation
getResultsMethods inherited from class org.odpi.openmetadata.adapters.repositoryservices.xtdb.repositoryconnector.readops.AbstractReadOperation
getXtdbObjectByReference
-
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 XTDBrelationshipTypeGUID- see XTDBOMRSMetadataCollection#findRelationshipsByPropertyValuesearchCriteria- see XTDBOMRSMetadataCollection#findRelationshipsByPropertyValuefromRelationshipElement- see XTDBOMRSMetadataCollection#findRelationshipsByPropertyValuelimitResultsByStatus- see XTDBOMRSMetadataCollection#findRelationshipsByPropertyValueasOfTime- see XTDBOMRSMetadataCollection#findRelationshipsByPropertyValuesequencingProperty- see XTDBOMRSMetadataCollection#findRelationshipsByPropertyValuesequencingOrder- see XTDBOMRSMetadataCollection#findRelationshipsByPropertyValuepageSize- see XTDBOMRSMetadataCollection#findRelationshipsByPropertyValueuserId- of the user running the query- See Also:
-