Package com.axway.apim.adapter.apis
Class APIManagerAPIMethodAdapter
- java.lang.Object
-
- com.axway.apim.adapter.apis.APIManagerAPIMethodAdapter
-
public class APIManagerAPIMethodAdapter extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringERROR_CANT_LOAD_API_METHODS_FOR_API
-
Constructor Summary
Constructors Constructor Description APIManagerAPIMethodAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<APIMethod>getAllMethodsForAPI(String apiId)APIMethodgetMethodForId(String apiId, String methodId)APIMethodgetMethodForName(String apiId, String methodName)voidupdateApiMethod(APIMethod apiMethod)
-
-
-
Field Detail
-
ERROR_CANT_LOAD_API_METHODS_FOR_API
public static final String ERROR_CANT_LOAD_API_METHODS_FOR_API
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAllMethodsForAPI
public List<APIMethod> getAllMethodsForAPI(String apiId) throws AppException
- Throws:
AppException
-
getMethodForName
public APIMethod getMethodForName(String apiId, String methodName) throws AppException
- Throws:
AppException
-
getMethodForId
public APIMethod getMethodForId(String apiId, String methodId) throws AppException
- Throws:
AppException
-
updateApiMethod
public void updateApiMethod(APIMethod apiMethod) throws AppException
- Throws:
AppException
-
-