Class AssetCatalogRelationshipRESTService
java.lang.Object
org.odpi.openmetadata.accessservices.assetcatalog.service.AssetCatalogRelationshipRESTService
The AssetCatalogRelationshipService provides the server-side implementation of the Asset Catalog Open Metadata
Assess Service (OMAS).
This service provide the functionality to fetch asset relationships and details about specific relationships.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AssetCatalogRelationshipRESTService
public AssetCatalogRelationshipRESTService()
-
-
Method Details
-
getRelationshipBetweenEntities
public RelationshipResponse getRelationshipBetweenEntities(String serverName, String userId, String entity1GUID, String entity2GUID, String relationshipType) Fetch relationship between entities details based on its unique identifier of the ends- Parameters:
serverName
- unique identifier for requested serveruserId
- String unique identifier for the userentity1GUID
- Entity guid of the first end of the relationshipentity2GUID
- Entity guid of the second end of the relationshiprelationshipType
- Type of the relationship- Returns:
- the relationship between entities
-