Package com.axway.apim.appexport.impl
Class DeleteAppHandler
- java.lang.Object
-
- com.axway.apim.appexport.impl.ApplicationExporter
-
- com.axway.apim.appexport.impl.DeleteAppHandler
-
public class DeleteAppHandler extends ApplicationExporter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.axway.apim.appexport.impl.ApplicationExporter
ApplicationExporter.ResultHandler
-
-
Constructor Summary
Constructors Constructor Description DeleteAppHandler(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.client.apps.ClientAppFiltergetFilter()-
Methods inherited from class com.axway.apim.appexport.impl.ApplicationExporter
create, getBaseFilterBuilder, getCreatedBy, getCreatedOn, getCustomProperties, hasError
-
-
-
-
Constructor Detail
-
DeleteAppHandler
public DeleteAppHandler(AppExportParams params, com.axway.apim.lib.ExportResult result)
-
-
Method Detail
-
export
public void export(List<com.axway.apim.api.model.apps.ClientApplication> apps) throws com.axway.apim.lib.error.AppException
- Specified by:
exportin classApplicationExporter- Throws:
com.axway.apim.lib.error.AppException
-
getFilter
public com.axway.apim.adapter.client.apps.ClientAppFilter getFilter() throws com.axway.apim.lib.error.AppException- Specified by:
getFilterin classApplicationExporter- Throws:
com.axway.apim.lib.error.AppException
-
-