org.alfresco.repo.avm.util
Class RawServices

java.lang.Object
  extended by 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.


Constructor Summary
RawServices()
          Default constructor.
 
Method Summary
 AuthenticationContext getAuthenticationContext()
           
 AuthorityService getAuthorityService()
           
 ContentService getContentService()
           
 ContentStore getContentStore()
           
 org.springframework.context.ApplicationContext getContext()
           
 org.alfresco.service.cmr.dictionary.DictionaryService getDictionaryService()
           
 LookupCache getLookupCache()
           
 org.alfresco.service.cmr.repository.MimetypeService getMimetypeService()
           
static RawServices Instance()
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawServices

public RawServices()
Default constructor.

Method Detail

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.