org.alfresco.repo.avm.util
Class RawServices
java.lang.Object
org.alfresco.repo.avm.util.RawServices
- All Implemented Interfaces:
- org.springframework.context.ApplicationContextAware
public class RawServices
- extends java.lang.Object
- implements org.springframework.context.ApplicationContextAware
Simple access to Raw versions of service singletons.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RawServices
public RawServices()
- Default constructor.
Instance
public static RawServices Instance()
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
- Specified by:
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
getAuthenticationContext
public AuthenticationContext getAuthenticationContext()
getContentService
public ContentService getContentService()
getMimetypeService
public org.alfresco.service.cmr.repository.MimetypeService getMimetypeService()
getDictionaryService
public org.alfresco.service.cmr.dictionary.DictionaryService getDictionaryService()
getContentStore
public ContentStore getContentStore()
getLookupCache
public LookupCache getLookupCache()
getAuthorityService
public AuthorityService getAuthorityService()
getContext
public org.springframework.context.ApplicationContext getContext()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.