Uses of Class
org.alfresco.service.cmr.view.ImporterException
-
Packages that use ImporterException Package Description org.alfresco.repo.importer org.alfresco.service.cmr.view -
-
Uses of ImporterException in org.alfresco.repo.importer
Methods in org.alfresco.repo.importer that throw ImporterException Modifier and Type Method Description voidImporterComponent. 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 ImporterException Modifier and Type Method Description voidImporterService. importView(java.io.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.
-