mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
RA-505 Expose all public API services via ServiceRegistry
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@110208 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -24,6 +24,7 @@ import org.alfresco.opencmis.dictionary.CMISDictionaryService;
|
||||
import org.alfresco.opencmis.search.CMISQueryService;
|
||||
import org.alfresco.repo.admin.SysAdminParams;
|
||||
import org.alfresco.repo.forms.FormService;
|
||||
import org.alfresco.repo.i18n.MessageService;
|
||||
import org.alfresco.repo.imap.ImapService;
|
||||
import org.alfresco.repo.lock.JobLockService;
|
||||
import org.alfresco.repo.nodelocator.NodeLocatorService;
|
||||
@@ -466,6 +467,12 @@ public class ServiceDescriptorRegistry
|
||||
return (FacetLabelDisplayHandlerRegistry) beanFactory.getBean(beanName);
|
||||
}
|
||||
|
||||
@Override
|
||||
public MessageService getMessageService() {
|
||||
return (MessageService)getService(MESSAGE_SERVICE);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public DocumentLinkService getDocumentLinkService() {
|
||||
return (DocumentLinkService)getService(DOCUMENT_LINK_SERVICE);
|
||||
|
Reference in New Issue
Block a user