Package com.axway.apim
Class ClientAppAdapter
java.lang.Object
com.axway.apim.ClientAppAdapter
- Direct Known Subclasses:
ClientAppConfigAdapter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
apps
-
result
protected com.axway.apim.lib.Result result
-
-
Constructor Details
-
ClientAppAdapter
protected ClientAppAdapter()
-
-
Method Details
-
getApplications
public List<com.axway.apim.api.model.apps.ClientApplication> getApplications() throws com.axway.apim.lib.error.AppExceptionReturns a list of application according to the provided filter- Returns:
- applications according to the provided filter
- Throws:
com.axway.apim.lib.error.AppException- when something goes wrong
-
readConfig
protected abstract void readConfig() throws com.axway.apim.lib.error.AppException- Throws:
com.axway.apim.lib.error.AppException
-
getResult
public com.axway.apim.lib.Result getResult() -
setResult
public void setResult(com.axway.apim.lib.Result result)
-