public class RawServices
extends java.lang.Object
implements org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
RawServices()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
public static RawServices Instance()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwarepublic AuthenticationContext getAuthenticationContext()
public ContentService getContentService()
public org.alfresco.service.cmr.repository.MimetypeService getMimetypeService()
public org.alfresco.service.cmr.dictionary.DictionaryService getDictionaryService()
public ContentStore getContentStore()
public LookupCache getLookupCache()
public AuthorityService getAuthorityService()
public org.springframework.context.ApplicationContext getContext()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.