public abstract class AbstractWebService
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
AbstractWebService() |
Modifier and Type | Method and Description |
---|---|
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) |
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
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.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.