Uses of Interface
org.alfresco.repo.imap.ImapService
-
Packages that use ImapService Package Description org.alfresco.repo.imap The implementation of the Alfresco Imap Serverorg.alfresco.repo.service org.alfresco.service 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 ImapService Modifier and Type Class Description classImapServiceImplFields in org.alfresco.repo.imap declared as ImapService Modifier and Type Field Description protected ImapServiceAbstractMimeMessage. imapServiceMethods in org.alfresco.repo.imap with parameters of type ImapService Modifier and Type Method Description voidAlfrescoImapServer. setImapService(ImapService imapService)voidAttachmentsExtractor. setImapService(ImapService imapService)Constructors in org.alfresco.repo.imap with parameters of type ImapService Constructor Description AlfrescoImapFolder(FileInfo folderInfo, java.lang.String userName, java.lang.String folderName, java.lang.String folderPath, AlfrescoImapConst.ImapViewMode viewMode, boolean extractAttachmentsEnabled, ImapService imapService, ServiceRegistry serviceRegistry, int mountPointId)ConstructsAlfrescoImapFolderobject.AlfrescoImapFolder(FileInfo folderInfo, java.lang.String userName, java.lang.String folderName, java.lang.String folderPath, AlfrescoImapConst.ImapViewMode viewMode, ImapService imapService, ServiceRegistry serviceRegistry, java.lang.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 Modifier and Type Method Description ImapServiceServiceDescriptorRegistry. getImapService() -
Uses of ImapService in org.alfresco.service
Methods in org.alfresco.service that return ImapService Modifier and Type Method Description ImapServiceServiceRegistry. getImapService()Deprecated.This method has been deprecated as it would return a service that is not part of the public API.
-