Uses of Class
org.alfresco.service.cmr.view.ExporterException
-
Packages that use ExporterException Package Description org.alfresco.repo.download org.alfresco.service.cmr.view -
-
Uses of ExporterException in org.alfresco.repo.download
Subclasses of ExporterException in org.alfresco.repo.download Modifier and Type Class Description classDownloadCancelledExceptionException thrown by ZipDownloadExporter, if a download is cancelled mid flow. -
Uses of ExporterException in org.alfresco.service.cmr.view
Methods in org.alfresco.service.cmr.view that throw ExporterException Modifier and Type Method Description voidExporterService. exportView(java.io.OutputStream viewWriter, ExporterCrawlerParameters parameters, Exporter progress)Export a view of the Repository using the default xml view schema.voidExporterService. exportView(ExportPackageHandler exportHandler, ExporterCrawlerParameters parameters, Exporter progress)Export a view of the Repository using the default xml view schema.
-