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.ResultHandler
-
-
Constructor Summary
Constructors Constructor Description CSVAppExporter(AppExportParams params, com.axway.apim.lib.ExportResult result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexport(List<com.axway.apim.api.model.apps.ClientApplication> apps)com.axway.apim.adapter.clientApps.ClientAppFiltergetFilter()-
Methods inherited from class com.axway.apim.appexport.impl.ApplicationExporter
create, getBaseFilterBuilder, getCreatedBy, getCreatedOn, getCustomProperties, hasError
-
-
-
-
Constructor Detail
-
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 Detail
-
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
-
-