Class ClientAppAdapter

    • Field Detail

      • apps

        protected List<com.axway.apim.api.model.apps.ClientApplication> apps
      • result

        protected com.axway.apim.lib.Result result
    • Constructor Detail

      • ClientAppAdapter

        protected ClientAppAdapter()
    • 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)