Uses of Interface
org.alfresco.service.cmr.view.ImporterProgress
Packages that use ImporterProgress
-
Uses of ImporterProgress in org.alfresco.repo.importer
Classes in org.alfresco.repo.importer that implement ImporterProgressModifier and TypeClassDescriptionclassImport Progress that provides import metrics.Methods in org.alfresco.repo.importer with parameters of type ImporterProgressModifier and TypeMethodDescriptionImporterComponent.handlerImport(NodeRef nodeRef, Location location, ImportContentHandler handler, ImporterBinding binding, ImporterProgress progress) Perform import via Content HandlervoidImporterComponent.importView(Reader viewReader, Location location, ImporterBinding binding, ImporterProgress progress) voidImporterComponent.importView(ImportPackageHandler importHandler, Location location, ImporterBinding binding, ImporterProgress progress) voidImporterComponent.parserImport(NodeRef nodeRef, Location location, Reader viewReader, ImportPackageHandler streamHandler, ImporterBinding binding, ImporterProgress progress) Perform Import via Parser -
Uses of ImporterProgress in org.alfresco.service.cmr.view
Methods in org.alfresco.service.cmr.view with parameters of type ImporterProgressModifier 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.