Uses of Class
org.odpi.openmetadata.accessservices.datamanager.metadataelements.APIElement
-
Packages that use APIElement Package Description org.odpi.openmetadata.accessservices.datamanager.api org.odpi.openmetadata.accessservices.datamanager.metadataelements org.odpi.openmetadata.accessservices.datamanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of APIElement in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api that return APIElement Modifier and Type Method Description APIElementAPIManagerInterface. getAPIByGUID(String userId, String guid)Retrieve the API metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.datamanager.api that return types with arguments of type APIElement Modifier and Type Method Description List<APIElement>APIManagerInterface. findAPIs(String userId, String searchString, int startFrom, int pageSize)Retrieve the list of API metadata elements that contain the search string.List<APIElement>APIManagerInterface. getAPIsByName(String userId, String name, int startFrom, int pageSize)Retrieve the list of API metadata elements with a matching qualified or display name.List<APIElement>APIManagerInterface. getAPIsForAPIManager(String userId, String apiManagerGUID, String apiManagerName, int startFrom, int pageSize)Retrieve the list of APIs created by this caller. -
Uses of APIElement in org.odpi.openmetadata.accessservices.datamanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.datamanager.metadataelements with parameters of type APIElement Constructor Description APIElement(APIElement template)Copy/clone constructor -
Uses of APIElement in org.odpi.openmetadata.accessservices.datamanager.rest
Methods in org.odpi.openmetadata.accessservices.datamanager.rest that return APIElement Modifier and Type Method Description APIElementAPIResponse. getElement()Return the metadata element.Methods in org.odpi.openmetadata.accessservices.datamanager.rest that return types with arguments of type APIElement Modifier and Type Method Description List<APIElement>APIsResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type APIElement Modifier and Type Method Description voidAPIResponse. setElement(APIElement element)Set up the metadata element to return.Method parameters in org.odpi.openmetadata.accessservices.datamanager.rest with type arguments of type APIElement Modifier and Type Method Description voidAPIsResponse. setElementList(List<APIElement> elementList)Set up the metadata element to return.
-