|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.webservice.AbstractWebService
public abstract class AbstractWebService
Abstract base class for all web service implementations, provides support for common service injection
Field Summary | |
---|---|
protected org.alfresco.service.cmr.repository.ContentService |
contentService
|
protected org.alfresco.service.cmr.dictionary.DictionaryService |
dictionaryService
|
protected org.alfresco.service.namespace.NamespaceService |
namespaceService
|
protected org.alfresco.service.cmr.repository.NodeService |
nodeService
|
protected org.alfresco.repo.cache.SimpleCache |
querySessionCache
|
protected org.alfresco.service.cmr.search.SearchService |
searchService
|
protected org.alfresco.service.ServiceRegistry |
serviceRegistry
|
Constructor Summary | |
---|---|
AbstractWebService()
|
Method Summary | |
---|---|
void |
setContentService(org.alfresco.service.cmr.repository.ContentService contentSvc)
Sets the ContentService instance to use |
void |
setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
Sets the instance of the DictionaryService to be used |
void |
setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
Sets the instance of the NamespaceService to be used |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
Sets the instance of the NodeService to be used |
void |
setQuerySessionCache(org.alfresco.repo.cache.SimpleCache querySessionCache)
Sets the cache to use for storing the the query session's paging information by query session ID. |
void |
setSearchService(org.alfresco.service.cmr.search.SearchService searchService)
Sets the instance of the SearchService to be used |
void |
setServiceRegistry(org.alfresco.service.ServiceRegistry serviceRegistry)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.alfresco.service.ServiceRegistry serviceRegistry
protected org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService
protected org.alfresco.service.cmr.repository.NodeService nodeService
protected org.alfresco.service.cmr.repository.ContentService contentService
protected org.alfresco.service.cmr.search.SearchService searchService
protected org.alfresco.service.namespace.NamespaceService namespaceService
protected org.alfresco.repo.cache.SimpleCache querySessionCache
Constructor Detail |
---|
public AbstractWebService()
Method Detail |
---|
public void setServiceRegistry(org.alfresco.service.ServiceRegistry serviceRegistry)
public void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
dictionaryService
- The DictionaryServicepublic void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService
- The NodeServicepublic void setContentService(org.alfresco.service.cmr.repository.ContentService contentSvc)
contentSvc
- The ContentServicepublic void setSearchService(org.alfresco.service.cmr.search.SearchService searchService)
searchService
- The SearchServicepublic void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
namespaceService
- The NamespaceServicepublic void setQuerySessionCache(org.alfresco.repo.cache.SimpleCache querySessionCache)
querySessionCache
- the cache. Cluster replication should be via serialization of
the cache values.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |