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) |
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException
setBeanFactory
in interface org.springframework.beans.factory.BeanFactoryAware
org.springframework.beans.BeansException
public Collection<org.alfresco.service.namespace.QName> getServices()
ServiceRegistry
getServices
in interface ServiceRegistry
UnsupportedOperationException
- alwayspublic boolean isServiceProvided(org.alfresco.service.namespace.QName service)
ServiceRegistry
isServiceProvided
in interface ServiceRegistry
service
- name of service to test provision ofUnsupportedOperationException
- alwayspublic Object getService(org.alfresco.service.namespace.QName service)
ServiceRegistry
getService
in interface ServiceRegistry
service
- name of service to retrievepublic DescriptorService getDescriptorService()
getDescriptorService
in interface ServiceRegistry
public org.alfresco.service.cmr.repository.NodeService getNodeService()
getNodeService
in interface ServiceRegistry
public MutableAuthenticationService getAuthenticationService()
getAuthenticationService
in interface ServiceRegistry
public ContentService getContentService()
getContentService
in interface ServiceRegistry
public org.alfresco.service.cmr.repository.MimetypeService getMimetypeService()
getMimetypeService
in interface ServiceRegistry
public VersionService getVersionService()
getVersionService
in interface ServiceRegistry
public LockService getLockService()
getLockService
in interface ServiceRegistry
public JobLockService getJobLockService()
getJobLockService
in interface ServiceRegistry
public org.alfresco.service.cmr.dictionary.DictionaryService getDictionaryService()
getDictionaryService
in interface ServiceRegistry
public org.alfresco.service.cmr.search.SearchService getSearchService()
getSearchService
in interface ServiceRegistry
public TransactionService getTransactionService()
getTransactionService
in interface ServiceRegistry
public RetryingTransactionHelper getRetryingTransactionHelper()
getRetryingTransactionHelper
in interface ServiceRegistry
RetryingTransactionHelper
public CopyService getCopyService()
getCopyService
in interface ServiceRegistry
public CheckOutCheckInService getCheckOutCheckInService()
getCheckOutCheckInService
in interface ServiceRegistry
public CategoryService getCategoryService()
getCategoryService
in interface ServiceRegistry
public org.alfresco.service.namespace.NamespaceService getNamespaceService()
getNamespaceService
in interface ServiceRegistry
public ImporterService getImporterService()
getImporterService
in interface ServiceRegistry
public ExporterService getExporterService()
getExporterService
in interface ServiceRegistry
public RuleService getRuleService()
getRuleService
in interface ServiceRegistry
public ActionService getActionService()
getActionService
in interface ServiceRegistry
public org.alfresco.service.cmr.security.PermissionService getPermissionService()
getPermissionService
in interface ServiceRegistry
public AuthorityService getAuthorityService()
getAuthorityService
in interface ServiceRegistry
public TemplateService getTemplateService()
getTemplateService
in interface ServiceRegistry
public FileFolderService getFileFolderService()
getFileFolderService
in interface ServiceRegistry
public ScriptService getScriptService()
getScriptService
in interface ServiceRegistry
public WorkflowService getWorkflowService()
getWorkflowService
in interface ServiceRegistry
public NotificationService getNotificationService()
getNotificationService
in interface ServiceRegistry
public AuditService getAuditService()
getAuditService
in interface ServiceRegistry
public OwnableService getOwnableService()
ServiceRegistry
getOwnableService
in interface ServiceRegistry
public PersonService getPersonService()
ServiceRegistry
getPersonService
in interface ServiceRegistry
public SiteService getSiteService()
ServiceRegistry
getSiteService
in interface ServiceRegistry
public AttributeService getAttributeService()
ServiceRegistry
getAttributeService
in interface ServiceRegistry
public ContentFilterLanguagesService getContentFilterLanguagesService()
getContentFilterLanguagesService
in interface ServiceRegistry
public EditionService getEditionService()
ServiceRegistry
getEditionService
in interface ServiceRegistry
public MultilingualContentService getMultilingualContentService()
ServiceRegistry
getMultilingualContentService
in interface ServiceRegistry
public ThumbnailService getThumbnailService()
ServiceRegistry
getThumbnailService
in interface ServiceRegistry
public TaggingService getTaggingService()
ServiceRegistry
getTaggingService
in interface ServiceRegistry
public FormService getFormService()
ServiceRegistry
getFormService
in interface ServiceRegistry
public RenditionService getRenditionService()
ServiceRegistry
getRenditionService
in interface ServiceRegistry
public RatingService getRatingService()
ServiceRegistry
getRatingService
in interface ServiceRegistry
public NodeLocatorService getNodeLocatorService()
ServiceRegistry
getNodeLocatorService
in interface ServiceRegistry
public BlogService getBlogService()
ServiceRegistry
getBlogService
in interface ServiceRegistry
public CalendarService getCalendarService()
ServiceRegistry
getCalendarService
in interface ServiceRegistry
public InvitationService getInvitationService()
ServiceRegistry
getInvitationService
in interface ServiceRegistry
public org.alfresco.opencmis.dictionary.CMISDictionaryService getCMISDictionaryService()
ServiceRegistry
getCMISDictionaryService
in interface ServiceRegistry
public CMISQueryService getCMISQueryService()
ServiceRegistry
getCMISQueryService
in interface ServiceRegistry
public ImapService getImapService()
ServiceRegistry
getImapService
in interface ServiceRegistry
public PublicServiceAccessService getPublicServiceAccessService()
ServiceRegistry
getPublicServiceAccessService
in interface ServiceRegistry
public RepoAdminService getRepoAdminService()
ServiceRegistry
getRepoAdminService
in interface ServiceRegistry
public SysAdminParams getSysAdminParams()
ServiceRegistry
getSysAdminParams
in interface ServiceRegistry
public WebDavService getWebDavService()
ServiceRegistry
getWebDavService
in interface ServiceRegistry
public ModuleService getModuleService()
ServiceRegistry
getModuleService
in interface ServiceRegistry
public SolrFacetHelper getSolrFacetHelper()
ServiceRegistry
getSolrFacetHelper
in interface ServiceRegistry
public FacetLabelDisplayHandlerRegistry getFacetLabelDisplayHandlerRegistry()
ServiceRegistry
getFacetLabelDisplayHandlerRegistry
in interface ServiceRegistry
public MessageService getMessageService()
ServiceRegistry
getMessageService
in interface ServiceRegistry
public DocumentLinkService getDocumentLinkService()
ServiceRegistry
getDocumentLinkService
in interface ServiceRegistry
public PolicyComponent getPolicyComponent()
ServiceRegistry
getPolicyComponent
in interface ServiceRegistry
Copyright © 2005–2017 Alfresco Software. All rights reserved.