Uses of Class
org.odpi.openmetadata.accessservices.datamanager.metadataelements.APIOperationElement
-
Packages that use APIOperationElement 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 APIOperationElement in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api that return APIOperationElement Modifier and Type Method Description APIOperationElementAPIManagerInterface. getAPIOperationByGUID(String userId, String guid)Retrieve the API Operation metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.datamanager.api that return types with arguments of type APIOperationElement Modifier and Type Method Description List<APIOperationElement>APIManagerInterface. findAPIOperations(String userId, String searchString, int startFrom, int pageSize)Retrieve the list of API Operations metadata elements that contain the search string.List<APIOperationElement>APIManagerInterface. getAPIOperationsByName(String userId, String name, int startFrom, int pageSize)Retrieve the list of API Operations metadata elements with a matching qualified or display name.List<APIOperationElement>APIManagerInterface. getOperationsForAPI(String userId, String apiGUID, int startFrom, int pageSize)Return the list of API Parameter Lists associated with an API Operation. -
Uses of APIOperationElement in org.odpi.openmetadata.accessservices.datamanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.datamanager.metadataelements with parameters of type APIOperationElement Constructor Description APIOperationElement(APIOperationElement template)Copy/clone constructor -
Uses of APIOperationElement in org.odpi.openmetadata.accessservices.datamanager.rest
Methods in org.odpi.openmetadata.accessservices.datamanager.rest that return APIOperationElement Modifier and Type Method Description APIOperationElementAPIOperationResponse. getElement()Return the metadata element.Methods in org.odpi.openmetadata.accessservices.datamanager.rest that return types with arguments of type APIOperationElement Modifier and Type Method Description List<APIOperationElement>APIOperationsResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.datamanager.rest with parameters of type APIOperationElement Modifier and Type Method Description voidAPIOperationResponse. setElement(APIOperationElement element)Set up the metadata element to return.Method parameters in org.odpi.openmetadata.accessservices.datamanager.rest with type arguments of type APIOperationElement Modifier and Type Method Description voidAPIOperationsResponse. setElementList(List<APIOperationElement> elementList)Set up the metadata element to return.
-