Uses of Class
org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.EndpointElement
-
Packages that use EndpointElement Package Description org.odpi.openmetadata.accessservices.digitalarchitecture.api The API package defines the Java interfaces supported by the Digital Architecture OMAS.org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.digitalarchitecture.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of EndpointElement in org.odpi.openmetadata.accessservices.digitalarchitecture.api
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.api that return EndpointElement Modifier and Type Method Description EndpointElementManageConnections. getEndpointByGUID(String userId, String endpointGUID)Retrieve the endpoint metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.api that return types with arguments of type EndpointElement Modifier and Type Method Description List<EndpointElement>ManageConnections. findEndpoints(String userId, String searchString, int startFrom, int pageSize)Retrieve the list of endpoint metadata elements that contain the search string.List<EndpointElement>ManageConnections. getEndpointsByName(String userId, String name, int startFrom, int pageSize)Retrieve the list of endpoint metadata elements with a matching qualified or display name. -
Uses of EndpointElement in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements
Constructors in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements with parameters of type EndpointElement Constructor Description EndpointElement(EndpointElement template)Copy/clone constructor -
Uses of EndpointElement in org.odpi.openmetadata.accessservices.digitalarchitecture.rest
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.rest that return EndpointElement Modifier and Type Method Description EndpointElementEndpointResponse. getElement()Return the metadata element.Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.rest that return types with arguments of type EndpointElement Modifier and Type Method Description List<EndpointElement>EndpointsResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.rest with parameters of type EndpointElement Modifier and Type Method Description voidEndpointResponse. setElement(EndpointElement element)Set up the metadata element to return.Method parameters in org.odpi.openmetadata.accessservices.digitalarchitecture.rest with type arguments of type EndpointElement Modifier and Type Method Description voidEndpointsResponse. setElementList(List<EndpointElement> elementList)Set up the list of metadata elements to return.
-