Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.RelationshipElement
-
Packages that use RelationshipElement Package Description org.odpi.openmetadata.accessservices.communityprofile.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.communityprofile.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of RelationshipElement in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Constructors in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type RelationshipElement Constructor Description RelationshipElement(RelationshipElement template)Copy/clone constructor -
Uses of RelationshipElement in org.odpi.openmetadata.accessservices.communityprofile.rest
Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return RelationshipElement Modifier and Type Method Description RelationshipElementRelationshipElementResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.communityprofile.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.communityprofile.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.communityprofile.rest with type arguments of type RelationshipElement Modifier and Type Method Description voidRelationshipElementsResponse. setElementList(List<RelationshipElement> elementList)Set up the metadata element to return.
-