Package com.axway.apim
Class ClientAppAdapter
- java.lang.Object
-
- com.axway.apim.ClientAppAdapter
-
- Direct Known Subclasses:
ClientAppConfigAdapter
public abstract class ClientAppAdapter extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedClientAppAdapter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description List<com.axway.apim.api.model.apps.ClientApplication>getApplications()Returns a list of application according to the provided filtercom.axway.apim.lib.ResultgetResult()protected abstract voidreadConfig()voidsetResult(com.axway.apim.lib.Result result)
-
-
-
Field Detail
-
apps
protected List<com.axway.apim.api.model.apps.ClientApplication> apps
-
result
protected com.axway.apim.lib.Result result
-
-
Method Detail
-
getApplications
public List<com.axway.apim.api.model.apps.ClientApplication> getApplications() throws com.axway.apim.lib.error.AppException
Returns 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)
-
-