Uses of Class
org.alfresco.service.cmr.view.ImporterException
Packages that use ImporterException
-
Uses of ImporterException in org.alfresco.repo.importer
Methods in org.alfresco.repo.importer that throw ImporterExceptionModifier and TypeMethodDescriptionvoidImporterComponent.importView(ImportPackageHandler importHandler, Location location, ImporterBinding binding, ImporterProgress progress) -
Uses of ImporterException in org.alfresco.service.cmr.view
Methods in org.alfresco.service.cmr.view that throw ImporterExceptionModifier and TypeMethodDescriptionvoidImporterService.importView(Reader viewReader, Location location, ImporterBinding binding, ImporterProgress progress) Import a Repository view into the specified locationvoidImporterService.importView(ImportPackageHandler importHandler, Location location, ImporterBinding binding, ImporterProgress progress) Import a Repository view into the specified location This import allows for a custom content importer.