mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged DEV/IMAP3 to HEAD
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14654 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -31,6 +31,7 @@ import org.alfresco.cmis.CMISQueryService;
|
||||
import org.alfresco.cmis.CMISServices;
|
||||
import org.alfresco.mbeans.VirtServerRegistry;
|
||||
import org.alfresco.repo.forms.FormService;
|
||||
import org.alfresco.repo.imap.ImapService;
|
||||
import org.alfresco.repo.transaction.RetryingTransactionHelper;
|
||||
import org.alfresco.service.ServiceRegistry;
|
||||
import org.alfresco.service.cmr.action.ActionService;
|
||||
@@ -544,4 +545,13 @@ public class ServiceDescriptorRegistry
|
||||
{
|
||||
return (CMISQueryService)getService(CMIS_QUERY_SERVICE);
|
||||
}
|
||||
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
* @see org.alfresco.service.ServiceRegistry#getCMISQueryService()
|
||||
*/
|
||||
public ImapService getImapService()
|
||||
{
|
||||
return (ImapService)getService(IMAP_SERVICE);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user