public class ServiceDescriptorRegistry extends Object implements org.springframework.beans.factory.BeanFactoryAware, ServiceRegistry
ACTION_SERVICE, ATTRIBUTE_SERVICE, AUDIT_SERVICE, AUTHENTICATION_SERVICE, AUTHORITY_SERVICE, BLOG_SERVICE, CALENDAR_SERVICE, CATEGORY_SERVICE, CMIS_DICTIONARY_SERVICE, CMIS_QUERY_SERVICE, CMIS_SERVICE, COCI_SERVICE, CONTENT_FILTER_LANGUAGES_SERVICE, CONTENT_SERVICE, COPY_SERVICE, DESCRIPTOR_SERVICE, DICTIONARY_SERVICE, DOCUMENT_LINK_SERVICE, EDITION_SERVICE, EXPORTER_SERVICE, FILE_FOLDER_SERVICE, FORM_SERVICE, IMAP_SERVICE, IMPORTER_SERVICE, INVITATION_SERVICE, JOB_LOCK_SERVICE, LOCK_SERVICE, MESSAGE_SERVICE, MIMETYPE_SERVICE, MODULE_SERVICE, MULTILINGUAL_CONTENT_SERVICE, NAMESPACE_SERVICE, NODE_LOCATOR_SERVICE, NODE_SERVICE, NOTIFICATION_SERVICE, OWNABLE_SERVICE, PERMISSIONS_SERVICE, PERSON_SERVICE, POLICY_COMPONENT, PREFERENCE_SERVICE, PUBLIC_SERVICE_ACCESS_SERVICE, RATING_SERVICE, REGISTRY_SERVICE, RENDITION_SERVICE, REPO_ADMIN_SERVICE, RETRYING_TRANSACTION_HELPER, RULE_SERVICE, SCRIPT_SERVICE, SEARCH_SERVICE, SERVICE_REGISTRY, SITE_SERVICE, TAGGING_SERVICE, TEMPLATE_SERVICE, THUMBNAIL_SERVICE, TRANSACTION_SERVICE, VERSION_SERVICE, WEBDAV_SERVICE, WORKFLOW_SERVICE| Constructor and Description |
|---|
ServiceDescriptorRegistry() |
| Modifier and Type | Method and Description |
|---|---|
ActionService |
getActionService() |
AttributeService |
getAttributeService()
Get the attribute service (or null if one is not provided)
|
AuditService |
getAuditService() |
MutableAuthenticationService |
getAuthenticationService() |
AuthorityService |
getAuthorityService() |
BlogService |
getBlogService()
Get the blog service (or null if one is not provided)
|
CalendarService |
getCalendarService()
Get the calendar service (or null if one is not provided)
|
CategoryService |
getCategoryService() |
CheckOutCheckInService |
getCheckOutCheckInService() |
org.alfresco.opencmis.dictionary.CMISDictionaryService |
getCMISDictionaryService()
Get the CMIS Dictionary service (or null if one is not provided)
|
CMISQueryService |
getCMISQueryService()
Get the CMIS Query service (or null if one is not provided)
|
ContentFilterLanguagesService |
getContentFilterLanguagesService() |
ContentService |
getContentService() |
CopyService |
getCopyService() |
DescriptorService |
getDescriptorService() |
org.alfresco.service.cmr.dictionary.DictionaryService |
getDictionaryService() |
DocumentLinkService |
getDocumentLinkService()
Get the document link service
|
EditionService |
getEditionService()
Get the Edition Service
|
ExporterService |
getExporterService() |
FacetLabelDisplayHandlerRegistry |
getFacetLabelDisplayHandlerRegistry()
Get the facet label display handler registry bean
|
FileFolderService |
getFileFolderService() |
FormService |
getFormService()
Get the form service (or null if one is not provided)
|
ImapService |
getImapService()
Get the IMAP service (or null if one is not provided)
|
ImporterService |
getImporterService() |
InvitationService |
getInvitationService()
Get the invitation service (or null if one is not provided)
|
JobLockService |
getJobLockService() |
LockService |
getLockService() |
MessageService |
getMessageService()
Get the Message service bean.
|
org.alfresco.service.cmr.repository.MimetypeService |
getMimetypeService() |
ModuleService |
getModuleService()
Get the module service bean.
|
MultilingualContentService |
getMultilingualContentService()
Get the Multilingual Content Service
|
org.alfresco.service.namespace.NamespaceService |
getNamespaceService() |
NodeLocatorService |
getNodeLocatorService()
Get the node locator service (or null if one is not provided)
|
org.alfresco.service.cmr.repository.NodeService |
getNodeService() |
NotificationService |
getNotificationService() |
OwnableService |
getOwnableService()
Get the ownable service (or null if one is not provided)
|
org.alfresco.service.cmr.security.PermissionService |
getPermissionService() |
PersonService |
getPersonService()
Get the person service (or null if one is not provided)
|
PolicyComponent |
getPolicyComponent()
Get the policy component
|
PublicServiceAccessService |
getPublicServiceAccessService()
Get the Public Service Access service (or null if one is not provided)
|
RatingService |
getRatingService()
Get the rating service (or null if one is not provided)
|
RenditionService |
getRenditionService()
Get the rendition service (or null if one is not provided)
|
RepoAdminService |
getRepoAdminService()
Get the repo admin service (or null if one is not provided)
|
RetryingTransactionHelper |
getRetryingTransactionHelper() |
RuleService |
getRuleService() |
ScriptService |
getScriptService() |
org.alfresco.service.cmr.search.SearchService |
getSearchService() |
Object |
getService(org.alfresco.service.namespace.QName service)
Get the specified service.
|
Collection<org.alfresco.service.namespace.QName> |
getServices()
Get the list of services provided by the Repository
|
SiteService |
getSiteService()
Get the site service (or null if one is not provided)
|
SolrFacetHelper |
getSolrFacetHelper()
Get the Solr facet helper bean
|
SysAdminParams |
getSysAdminParams()
Get the sys admin params helper bean.
|
TaggingService |
getTaggingService()
Get the Tagging Service
|
TemplateService |
getTemplateService() |
ThumbnailService |
getThumbnailService()
Get the Thumbnail Service
|
TransactionService |
getTransactionService() |
VersionService |
getVersionService() |
WebDavService |
getWebDavService()
Get the webdav service / helper bean.
|
WorkflowService |
getWorkflowService() |
boolean |
isServiceProvided(org.alfresco.service.namespace.QName service)
Is the specified service provided by the Repository?
|
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setMockSearchService(org.alfresco.service.cmr.search.SearchService mockSearchService)
For use in test classes only that need to mock the searchServices.
|
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic Collection<org.alfresco.service.namespace.QName> getServices()
ServiceRegistrygetServices in interface ServiceRegistryUnsupportedOperationException - alwayspublic boolean isServiceProvided(org.alfresco.service.namespace.QName service)
ServiceRegistryisServiceProvided in interface ServiceRegistryservice - name of service to test provision ofUnsupportedOperationException - alwayspublic Object getService(org.alfresco.service.namespace.QName service)
ServiceRegistrygetService in interface ServiceRegistryservice - name of service to retrievepublic DescriptorService getDescriptorService()
getDescriptorService in interface ServiceRegistrypublic org.alfresco.service.cmr.repository.NodeService getNodeService()
getNodeService in interface ServiceRegistrypublic MutableAuthenticationService getAuthenticationService()
getAuthenticationService in interface ServiceRegistrypublic ContentService getContentService()
getContentService in interface ServiceRegistrypublic org.alfresco.service.cmr.repository.MimetypeService getMimetypeService()
getMimetypeService in interface ServiceRegistrypublic VersionService getVersionService()
getVersionService in interface ServiceRegistrypublic LockService getLockService()
getLockService in interface ServiceRegistrypublic JobLockService getJobLockService()
getJobLockService in interface ServiceRegistrypublic org.alfresco.service.cmr.dictionary.DictionaryService getDictionaryService()
getDictionaryService in interface ServiceRegistrypublic org.alfresco.service.cmr.search.SearchService getSearchService()
getSearchService in interface ServiceRegistrypublic void setMockSearchService(org.alfresco.service.cmr.search.SearchService mockSearchService)
mockSearchService - to be set. If null the next call to getSearchService() will return
the real search service from the context.public TransactionService getTransactionService()
getTransactionService in interface ServiceRegistrypublic RetryingTransactionHelper getRetryingTransactionHelper()
getRetryingTransactionHelper in interface ServiceRegistryRetryingTransactionHelperpublic CopyService getCopyService()
getCopyService in interface ServiceRegistrypublic CheckOutCheckInService getCheckOutCheckInService()
getCheckOutCheckInService in interface ServiceRegistrypublic CategoryService getCategoryService()
getCategoryService in interface ServiceRegistrypublic org.alfresco.service.namespace.NamespaceService getNamespaceService()
getNamespaceService in interface ServiceRegistrypublic ImporterService getImporterService()
getImporterService in interface ServiceRegistrypublic ExporterService getExporterService()
getExporterService in interface ServiceRegistrypublic RuleService getRuleService()
getRuleService in interface ServiceRegistrypublic ActionService getActionService()
getActionService in interface ServiceRegistrypublic org.alfresco.service.cmr.security.PermissionService getPermissionService()
getPermissionService in interface ServiceRegistrypublic AuthorityService getAuthorityService()
getAuthorityService in interface ServiceRegistrypublic TemplateService getTemplateService()
getTemplateService in interface ServiceRegistrypublic FileFolderService getFileFolderService()
getFileFolderService in interface ServiceRegistrypublic ScriptService getScriptService()
getScriptService in interface ServiceRegistrypublic WorkflowService getWorkflowService()
getWorkflowService in interface ServiceRegistrypublic NotificationService getNotificationService()
getNotificationService in interface ServiceRegistrypublic AuditService getAuditService()
getAuditService in interface ServiceRegistrypublic OwnableService getOwnableService()
ServiceRegistrygetOwnableService in interface ServiceRegistrypublic PersonService getPersonService()
ServiceRegistrygetPersonService in interface ServiceRegistrypublic SiteService getSiteService()
ServiceRegistrygetSiteService in interface ServiceRegistrypublic AttributeService getAttributeService()
ServiceRegistrygetAttributeService in interface ServiceRegistrypublic ContentFilterLanguagesService getContentFilterLanguagesService()
getContentFilterLanguagesService in interface ServiceRegistrypublic EditionService getEditionService()
ServiceRegistrygetEditionService in interface ServiceRegistrypublic MultilingualContentService getMultilingualContentService()
ServiceRegistrygetMultilingualContentService in interface ServiceRegistrypublic ThumbnailService getThumbnailService()
ServiceRegistrygetThumbnailService in interface ServiceRegistrypublic TaggingService getTaggingService()
ServiceRegistrygetTaggingService in interface ServiceRegistrypublic FormService getFormService()
ServiceRegistrygetFormService in interface ServiceRegistrypublic RenditionService getRenditionService()
ServiceRegistrygetRenditionService in interface ServiceRegistrypublic RatingService getRatingService()
ServiceRegistrygetRatingService in interface ServiceRegistrypublic NodeLocatorService getNodeLocatorService()
ServiceRegistrygetNodeLocatorService in interface ServiceRegistrypublic BlogService getBlogService()
ServiceRegistrygetBlogService in interface ServiceRegistrypublic CalendarService getCalendarService()
ServiceRegistrygetCalendarService in interface ServiceRegistrypublic InvitationService getInvitationService()
ServiceRegistrygetInvitationService in interface ServiceRegistrypublic org.alfresco.opencmis.dictionary.CMISDictionaryService getCMISDictionaryService()
ServiceRegistrygetCMISDictionaryService in interface ServiceRegistrypublic CMISQueryService getCMISQueryService()
ServiceRegistrygetCMISQueryService in interface ServiceRegistrypublic ImapService getImapService()
ServiceRegistrygetImapService in interface ServiceRegistrypublic PublicServiceAccessService getPublicServiceAccessService()
ServiceRegistrygetPublicServiceAccessService in interface ServiceRegistrypublic RepoAdminService getRepoAdminService()
ServiceRegistrygetRepoAdminService in interface ServiceRegistrypublic SysAdminParams getSysAdminParams()
ServiceRegistrygetSysAdminParams in interface ServiceRegistrypublic WebDavService getWebDavService()
ServiceRegistrygetWebDavService in interface ServiceRegistrypublic ModuleService getModuleService()
ServiceRegistrygetModuleService in interface ServiceRegistrypublic SolrFacetHelper getSolrFacetHelper()
ServiceRegistrygetSolrFacetHelper in interface ServiceRegistrypublic FacetLabelDisplayHandlerRegistry getFacetLabelDisplayHandlerRegistry()
ServiceRegistrygetFacetLabelDisplayHandlerRegistry in interface ServiceRegistrypublic MessageService getMessageService()
ServiceRegistrygetMessageService in interface ServiceRegistrypublic DocumentLinkService getDocumentLinkService()
ServiceRegistrygetDocumentLinkService in interface ServiceRegistrypublic PolicyComponent getPolicyComponent()
ServiceRegistrygetPolicyComponent in interface ServiceRegistryCopyright © 2005–2018 Alfresco Software. All rights reserved.