Class ClientAppAdapter

java.lang.Object
com.axway.apim.ClientAppAdapter
Direct Known Subclasses:
ClientAppConfigAdapter

public abstract class ClientAppAdapter extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected List<com.axway.apim.api.model.apps.ClientApplication>
     
    protected com.axway.apim.lib.Result
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<com.axway.apim.api.model.apps.ClientApplication>
    Returns a list of application according to the provided filter
    com.axway.apim.lib.Result
     
    protected abstract void
     
    void
    setResult(com.axway.apim.lib.Result result)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • apps

      protected List<com.axway.apim.api.model.apps.ClientApplication> 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.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)