Package com.axway.apim.appexport.impl
Class CSVAppExporter
java.lang.Object
com.axway.apim.appexport.impl.ApplicationExporter
com.axway.apim.appexport.impl.CSVAppExporter
public class CSVAppExporter extends ApplicationExporter
-
Nested Class Summary
Nested classes/interfaces inherited from class com.axway.apim.appexport.impl.ApplicationExporter
ApplicationExporter.ExportImpl -
Constructor Summary
Constructors Constructor Description CSVAppExporter(AppExportParams params, com.axway.apim.lib.ExportResult result) -
Method Summary
Methods inherited from class com.axway.apim.appexport.impl.ApplicationExporter
create, getBaseFilterBuilder, getCustomProperties, hasError
-
Constructor Details
-
CSVAppExporter
public CSVAppExporter(AppExportParams params, com.axway.apim.lib.ExportResult result) throws com.axway.apim.lib.errorHandling.AppException- Throws:
com.axway.apim.lib.errorHandling.AppException
-
-
Method Details
-
export
public void export(List<com.axway.apim.api.model.apps.ClientApplication> apps) throws com.axway.apim.lib.errorHandling.AppException- Specified by:
exportin classApplicationExporter- Throws:
com.axway.apim.lib.errorHandling.AppException
-
getFilter
public com.axway.apim.adapter.clientApps.ClientAppFilter getFilter() throws com.axway.apim.lib.errorHandling.AppException- Specified by:
getFilterin classApplicationExporter- Throws:
com.axway.apim.lib.errorHandling.AppException
-