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