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:
@@ -26,6 +26,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;
|
||||
@@ -486,6 +487,13 @@ public class MockedTestServiceRegistry implements ServiceRegistry
|
||||
{
|
||||
// TODO Auto-generated method stub
|
||||
return null;
|
||||
|
||||
@Override
|
||||
public MessageService getMessageService()
|
||||
{
|
||||
// A mock response
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user