Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.RelationshipElement
-
Packages that use RelationshipElement Package Description org.odpi.openmetadata.accessservices.assetmanager.api This package contains the different interfaces of the asset manager.org.odpi.openmetadata.accessservices.assetmanager.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.assetmanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of RelationshipElement in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return RelationshipElement Modifier and Type Method Description RelationshipElementDataAssetExchangeInterface. getAssetRelationship(String userId, String assetManagerGUID, String assetManagerName, String relationshipTypeName, String fromAssetGUID, String toAssetGUID, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the relationship between two elements.Methods in org.odpi.openmetadata.accessservices.assetmanager.api that return types with arguments of type RelationshipElement Modifier and Type Method Description List<RelationshipElement>DataAssetExchangeInterface. getRelatedAssetsAtEnd1(String userId, String assetManagerGUID, String assetManagerName, String relationshipTypeName, String toAssetGUID, int startingFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the relationships linked from a specific element at end 2 of the relationship.List<RelationshipElement>DataAssetExchangeInterface. getRelatedAssetsAtEnd2(String userId, String assetManagerGUID, String assetManagerName, String relationshipTypeName, String fromAssetGUID, int startingFrom, int pageSize, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Retrieve the requested relationships linked from a specific element at end 2. -
Uses of RelationshipElement in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type RelationshipElement Constructor Description RelationshipElement(RelationshipElement template)Copy/clone constructor -
Uses of RelationshipElement in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return RelationshipElement Modifier and Type Method Description RelationshipElementRelationshipElementResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return types with arguments of type RelationshipElement Modifier and Type Method Description List<RelationshipElement>RelationshipElementsResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type RelationshipElement Modifier and Type Method Description voidRelationshipElementResponse. setElement(RelationshipElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.assetmanager.rest with type arguments of type RelationshipElement Modifier and Type Method Description voidRelationshipElementsResponse. setElementList(List<RelationshipElement> elementList)Set up the metadata element to return.
-