Uses of Class
org.alfresco.service.cmr.view.Location
-
Packages that use Location Package Description org.alfresco.repo.importer org.alfresco.service.cmr.view -
-
Uses of Location in org.alfresco.repo.importer
Methods in org.alfresco.repo.importer that return Location Modifier and Type Method Description LocationImporter. getLocation()Methods in org.alfresco.repo.importer with parameters of type Location Modifier and Type Method Description org.xml.sax.ContentHandlerImporterComponent. handlerImport(org.alfresco.service.cmr.repository.NodeRef nodeRef, Location location, ImportContentHandler handler, ImporterBinding binding, ImporterProgress progress)Perform import via Content HandlervoidImporterComponent. importView(java.io.Reader viewReader, Location location, ImporterBinding binding, ImporterProgress progress)voidImporterComponent. importView(ImportPackageHandler importHandler, Location location, ImporterBinding binding, ImporterProgress progress)voidImporterComponent. parserImport(org.alfresco.service.cmr.repository.NodeRef nodeRef, Location location, java.io.Reader viewReader, ImportPackageHandler streamHandler, ImporterBinding binding, ImporterProgress progress)Perform Import via Parser -
Uses of Location in org.alfresco.service.cmr.view
Methods in org.alfresco.service.cmr.view that return Location Modifier and Type Method Description LocationExporterCrawlerParameters. getExportFrom()Gets the path to export fromMethods in org.alfresco.service.cmr.view with parameters of type Location 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.voidExporterCrawlerParameters. setExportFrom(Location exportFrom)Sets the path to export from
-