Uses of Interface
org.alfresco.repo.imap.ImapService
Packages that use ImapService
Package
Description
The implementation of the Alfresco Imap Server
Provides the public facing interfaces of the Services of the Alfresco Repository.
-
Uses of ImapService in org.alfresco.repo.imap
Classes in org.alfresco.repo.imap that implement ImapServiceFields in org.alfresco.repo.imap declared as ImapServiceMethods in org.alfresco.repo.imap with parameters of type ImapServiceModifier and TypeMethodDescriptionvoidAlfrescoImapServer.setImapService(ImapService imapService) voidAttachmentsExtractor.setImapService(ImapService imapService) Constructors in org.alfresco.repo.imap with parameters of type ImapServiceModifierConstructorDescriptionAlfrescoImapFolder(FileInfo folderInfo, String userName, String folderName, String folderPath, AlfrescoImapConst.ImapViewMode viewMode, boolean extractAttachmentsEnabled, ImapService imapService, ServiceRegistry serviceRegistry, int mountPointId) ConstructsAlfrescoImapFolderobject.AlfrescoImapFolder(FileInfo folderInfo, String userName, String folderName, String folderPath, AlfrescoImapConst.ImapViewMode viewMode, ImapService imapService, ServiceRegistry serviceRegistry, Boolean selectable, boolean extractAttachmentsEnabled, int mountPointId) ConstructsAlfrescoImapFolderobject.AlfrescoImapHostManager(ImapService imapService) -
Uses of ImapService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return ImapService -
Uses of ImapService in org.alfresco.service
Methods in org.alfresco.service that return ImapServiceModifier and TypeMethodDescriptionServiceRegistry.getImapService()Deprecated.This method has been deprecated as it would return a service that is not part of the public API.