Class AssetCatalogRelationshipRESTService
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetcatalog.service.AssetCatalogRelationshipRESTService
-
public class AssetCatalogRelationshipRESTService extends Object
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 Constructor Description AssetCatalogRelationshipRESTService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RelationshipResponsegetRelationshipBetweenEntities(String serverName, String userId, String entity1GUID, String entity2GUID, String relationshipType)Fetch relationship between entities details based on its unique identifier of the ends
-
-
-
Method Detail
-
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
-
-