Uses of Interface
org.alfresco.service.cmr.view.ImporterService
-
Packages that use ImporterService Package Description org.alfresco.repo.action.executer org.alfresco.repo.admin.patch.impl org.alfresco.repo.dictionary org.alfresco.repo.importer org.alfresco.repo.service org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of ImporterService in org.alfresco.repo.action.executer
Methods in org.alfresco.repo.action.executer with parameters of type ImporterService Modifier and Type Method Description voidImporterActionExecuter. setImporterService(ImporterService importerService)Sets the ImporterService to use -
Uses of ImporterService in org.alfresco.repo.admin.patch.impl
Methods in org.alfresco.repo.admin.patch.impl with parameters of type ImporterService Modifier and Type Method Description voidImapFoldersPatch. setImporterService(ImporterService importerService) -
Uses of ImporterService in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary with parameters of type ImporterService Modifier and Type Method Description voidDynamicCreateRepositoryLocation. setImporterService(ImporterService importerService) -
Uses of ImporterService in org.alfresco.repo.importer
Classes in org.alfresco.repo.importer that implement ImporterService Modifier and Type Class Description classImporterComponentDefault implementation of the Importer ServiceMethods in org.alfresco.repo.importer with parameters of type ImporterService Modifier and Type Method Description voidExportSourceImporter. setImporterService(ImporterService importerService)voidFileSourceImporter. setImporterService(ImporterService importerService)voidImporterBootstrap. setImporterService(ImporterService importerService)Sets the importer service -
Uses of ImporterService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return ImporterService Modifier and Type Method Description ImporterServiceServiceDescriptorRegistry. getImporterService() -
Uses of ImporterService in org.alfresco.service
Methods in org.alfresco.service that return ImporterService Modifier and Type Method Description ImporterServiceServiceRegistry. getImporterService()Deprecated.This method has been deprecated as it would return a service that is not part of the public API.
-