@AlfrescoPublicApi public interface ServiceRegistry
| Modifier and Type | Method and Description |
|---|---|
ActionService |
getActionService() |
AttributeService |
getAttributeService()
Get the attribute service (or null if one is not provided)
|
AuditService |
getAuditService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
MutableAuthenticationService |
getAuthenticationService() |
AuthorityService |
getAuthorityService() |
BlogService |
getBlogService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
CalendarService |
getCalendarService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
CategoryService |
getCategoryService() |
CheckOutCheckInService |
getCheckOutCheckInService() |
CMISDictionaryService |
getCMISDictionaryService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
CMISQueryService |
getCMISQueryService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
ContentFilterLanguagesService |
getContentFilterLanguagesService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
ContentService |
getContentService() |
CopyService |
getCopyService() |
DescriptorService |
getDescriptorService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
DictionaryService |
getDictionaryService() |
DocumentLinkService |
getDocumentLinkService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
EditionService |
getEditionService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
ExporterService |
getExporterService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
FacetLabelDisplayHandlerRegistry |
getFacetLabelDisplayHandlerRegistry()
Deprecated.
This method has been deprecated as it would return an object that is not part of the public API.
The object itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
FileFolderService |
getFileFolderService() |
FormService |
getFormService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
ImapService |
getImapService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
ImporterService |
getImporterService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
InvitationService |
getInvitationService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
JobLockService |
getJobLockService() |
LockService |
getLockService() |
MessageService |
getMessageService()
Get the Message service bean.
|
MimetypeService |
getMimetypeService() |
ModuleService |
getModuleService()
Get the module service bean.
|
MultilingualContentService |
getMultilingualContentService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
NamespaceService |
getNamespaceService() |
NodeLocatorService |
getNodeLocatorService()
Get the node locator service (or null if one is not provided)
|
NodeService |
getNodeService() |
NotificationService |
getNotificationService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
OwnableService |
getOwnableService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
PermissionService |
getPermissionService() |
PersonService |
getPersonService()
Get the person service (or null if one is not provided)
|
PolicyComponent |
getPolicyComponent()
Get the policy component
|
PublicServiceAccessService |
getPublicServiceAccessService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
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()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
RetryingTransactionHelper |
getRetryingTransactionHelper() |
RuleService |
getRuleService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
ScriptService |
getScriptService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
SearchService |
getSearchService() |
Object |
getService(QName service)
Get the specified service.
|
Collection<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()
Deprecated.
This method has been deprecated as it would return an object that is not part of the public API.
The object itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
SysAdminParams |
getSysAdminParams()
Deprecated.
This method has been deprecated as it would return an object that is not part of the public API.
The object itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
TaggingService |
getTaggingService()
Get the Tagging Service
|
TemplateService |
getTemplateService() |
ThumbnailService |
getThumbnailService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
TransactionService |
getTransactionService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
VersionService |
getVersionService() |
WebDavService |
getWebDavService()
Deprecated.
This method has been deprecated as it would return a service that is not part of the public API.
The service itself is not deprecated, but access to it via the ServiceRegistry will be removed in the future.
|
WorkflowService |
getWorkflowService() |
boolean |
isServiceProvided(QName service)
Is the specified service provided by the Repository?
|
static final String SERVICE_REGISTRY
static final QName REGISTRY_SERVICE
static final QName DESCRIPTOR_SERVICE
static final QName TRANSACTION_SERVICE
static final QName RETRYING_TRANSACTION_HELPER
static final QName AUTHENTICATION_SERVICE
static final QName NAMESPACE_SERVICE
static final QName DICTIONARY_SERVICE
static final QName NODE_SERVICE
static final QName CONTENT_SERVICE
static final QName MIMETYPE_SERVICE
static final QName CONTENT_FILTER_LANGUAGES_SERVICE
static final QName MULTILINGUAL_CONTENT_SERVICE
static final QName EDITION_SERVICE
static final QName SEARCH_SERVICE
static final QName CATEGORY_SERVICE
static final QName COPY_SERVICE
static final QName LOCK_SERVICE
static final QName JOB_LOCK_SERVICE
static final QName VERSION_SERVICE
static final QName COCI_SERVICE
static final QName RULE_SERVICE
static final QName IMPORTER_SERVICE
static final QName EXPORTER_SERVICE
static final QName ACTION_SERVICE
static final QName PERMISSIONS_SERVICE
static final QName AUTHORITY_SERVICE
static final QName TEMPLATE_SERVICE
static final QName FILE_FOLDER_SERVICE
static final QName SCRIPT_SERVICE
static final QName WORKFLOW_SERVICE
static final QName AUDIT_SERVICE
static final QName OWNABLE_SERVICE
static final QName PERSON_SERVICE
static final QName SITE_SERVICE
static final QName ATTRIBUTE_SERVICE
static final QName THUMBNAIL_SERVICE
static final QName TAGGING_SERVICE
static final QName FORM_SERVICE
static final QName INVITATION_SERVICE
static final QName PREFERENCE_SERVICE
static final QName RENDITION_SERVICE
static final QName RATING_SERVICE
static final QName REPO_ADMIN_SERVICE
static final QName NODE_LOCATOR_SERVICE
static final QName BLOG_SERVICE
static final QName CALENDAR_SERVICE
static final QName NOTIFICATION_SERVICE
static final QName DOCUMENT_LINK_SERVICE
static final QName MESSAGE_SERVICE
static final QName CMIS_SERVICE
static final QName CMIS_DICTIONARY_SERVICE
static final QName CMIS_QUERY_SERVICE
static final QName IMAP_SERVICE
static final QName PUBLIC_SERVICE_ACCESS_SERVICE
static final QName WEBDAV_SERVICE
static final QName MODULE_SERVICE
static final QName POLICY_COMPONENT
@NotAuditable Collection<QName> getServices()
@NotAuditable boolean isServiceProvided(QName service)
service - name of service to test provision of@NotAuditable Object getService(QName service)
service - name of service to retrieve@NotAuditable DescriptorService getDescriptorService()
@NotAuditable TransactionService getTransactionService()
@NotAuditable RetryingTransactionHelper getRetryingTransactionHelper()
RetryingTransactionHelper@NotAuditable NamespaceService getNamespaceService()
@NotAuditable MutableAuthenticationService getAuthenticationService()
@NotAuditable NodeService getNodeService()
@NotAuditable ContentService getContentService()
@NotAuditable MimetypeService getMimetypeService()
@NotAuditable ContentFilterLanguagesService getContentFilterLanguagesService()
@NotAuditable SearchService getSearchService()
@NotAuditable VersionService getVersionService()
@NotAuditable LockService getLockService()
@NotAuditable JobLockService getJobLockService()
@NotAuditable DictionaryService getDictionaryService()
@NotAuditable CopyService getCopyService()
@NotAuditable CheckOutCheckInService getCheckOutCheckInService()
@NotAuditable CategoryService getCategoryService()
@NotAuditable ImporterService getImporterService()
@NotAuditable ExporterService getExporterService()
@NotAuditable RuleService getRuleService()
@NotAuditable ActionService getActionService()
@NotAuditable PermissionService getPermissionService()
@NotAuditable AuthorityService getAuthorityService()
@NotAuditable TemplateService getTemplateService()
@NotAuditable FileFolderService getFileFolderService()
@NotAuditable ScriptService getScriptService()
@NotAuditable WorkflowService getWorkflowService()
@NotAuditable NotificationService getNotificationService()
@NotAuditable AuditService getAuditService()
@NotAuditable OwnableService getOwnableService()
@NotAuditable PersonService getPersonService()
@NotAuditable SiteService getSiteService()
@NotAuditable AttributeService getAttributeService()
@NotAuditable MultilingualContentService getMultilingualContentService()
@NotAuditable EditionService getEditionService()
@NotAuditable ThumbnailService getThumbnailService()
@NotAuditable TaggingService getTaggingService()
@NotAuditable FormService getFormService()
@NotAuditable RenditionService getRenditionService()
@NotAuditable RatingService getRatingService()
@NotAuditable NodeLocatorService getNodeLocatorService()
@NotAuditable BlogService getBlogService()
@NotAuditable CalendarService getCalendarService()
@NotAuditable InvitationService getInvitationService()
@NotAuditable CMISDictionaryService getCMISDictionaryService()
@NotAuditable CMISQueryService getCMISQueryService()
@NotAuditable ImapService getImapService()
@NotAuditable PublicServiceAccessService getPublicServiceAccessService()
@NotAuditable RepoAdminService getRepoAdminService()
@NotAuditable SysAdminParams getSysAdminParams()
@NotAuditable WebDavService getWebDavService()
@NotAuditable ModuleService getModuleService()
@NotAuditable SolrFacetHelper getSolrFacetHelper()
@NotAuditable FacetLabelDisplayHandlerRegistry getFacetLabelDisplayHandlerRegistry()
@NotAuditable MessageService getMessageService()
@NotAuditable DocumentLinkService getDocumentLinkService()
@NotAuditable PolicyComponent getPolicyComponent()
Copyright © 2005–2020 Alfresco Software. All rights reserved.