Class ApplicationExporter

java.lang.Object
com.axway.apim.appexport.impl.ApplicationExporter
Direct Known Subclasses:
ConsoleAppExporter, CSVAppExporter, JsonApplicationExporter

public abstract class ApplicationExporter
extends Object
  • Field Details

    • LOG

      protected static org.slf4j.Logger LOG
  • Constructor Details

  • Method Details

    • create

      public static ApplicationExporter create​(ApplicationExporter.ExportImpl exportImpl, AppExportParams params, com.axway.apim.lib.ExportResult result) throws com.axway.apim.lib.errorHandling.AppException
      Throws:
      com.axway.apim.lib.errorHandling.AppException
    • export

      public abstract void export​(List<com.axway.apim.api.model.apps.ClientApplication> apps) throws com.axway.apim.lib.errorHandling.AppException
      Throws:
      com.axway.apim.lib.errorHandling.AppException
    • hasError

      public boolean hasError()
    • getFilter

      public abstract com.axway.apim.adapter.clientApps.ClientAppFilter getFilter() throws com.axway.apim.lib.errorHandling.AppException
      Throws:
      com.axway.apim.lib.errorHandling.AppException
    • getBaseFilterBuilder

      protected com.axway.apim.adapter.clientApps.ClientAppFilter.Builder getBaseFilterBuilder() throws com.axway.apim.lib.errorHandling.AppException
      Throws:
      com.axway.apim.lib.errorHandling.AppException
    • getCustomProperties

      protected List<String> getCustomProperties()