Uses of Interface
org.alfresco.service.cmr.view.ExporterService
-
Packages that use ExporterService Package Description org.alfresco.repo.action.executer org.alfresco.repo.download org.alfresco.repo.exporter org.alfresco.repo.service org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of ExporterService in org.alfresco.repo.action.executer
Methods in org.alfresco.repo.action.executer with parameters of type ExporterService Modifier and Type Method Description voidExporterActionExecuter. setExporterService(ExporterService exporterService)Sets the ExporterService to use -
Uses of ExporterService in org.alfresco.repo.download
Methods in org.alfresco.repo.download with parameters of type ExporterService Modifier and Type Method Description voidCreateDownloadArchiveAction. setExporterService(ExporterService exporterService) -
Uses of ExporterService in org.alfresco.repo.exporter
Classes in org.alfresco.repo.exporter that implement ExporterService Modifier and Type Class Description classExporterComponentDefault implementation of the Exporter Service.Methods in org.alfresco.repo.exporter with parameters of type ExporterService Modifier and Type Method Description voidRepositoryExporterComponent. setExporterService(ExporterService exporterService) -
Uses of ExporterService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return ExporterService Modifier and Type Method Description ExporterServiceServiceDescriptorRegistry. getExporterService() -
Uses of ExporterService in org.alfresco.service
Methods in org.alfresco.service that return ExporterService Modifier and Type Method Description ExporterServiceServiceRegistry. getExporterService()Deprecated.This method has been deprecated as it would return a service that is not part of the public API.
-