@AlfrescoPublicApi
public interface ServiceRegistry
Modifier and Type | Field and Description |
---|---|
static org.alfresco.service.namespace.QName |
ACTION_SERVICE |
static org.alfresco.service.namespace.QName |
ATTRIBUTE_SERVICE |
static org.alfresco.service.namespace.QName |
AUDIT_SERVICE |
static org.alfresco.service.namespace.QName |
AUTHENTICATION_SERVICE |
static org.alfresco.service.namespace.QName |
AUTHORITY_SERVICE |
static org.alfresco.service.namespace.QName |
BLOG_SERVICE |
static org.alfresco.service.namespace.QName |
CALENDAR_SERVICE |
static org.alfresco.service.namespace.QName |
CATEGORY_SERVICE |
static org.alfresco.service.namespace.QName |
CMIS_DICTIONARY_SERVICE |
static org.alfresco.service.namespace.QName |
CMIS_QUERY_SERVICE |
static org.alfresco.service.namespace.QName |
CMIS_SERVICE |
static org.alfresco.service.namespace.QName |
COCI_SERVICE |
static org.alfresco.service.namespace.QName |
CONTENT_FILTER_LANGUAGES_SERVICE |
static org.alfresco.service.namespace.QName |
CONTENT_SERVICE |
static org.alfresco.service.namespace.QName |
COPY_SERVICE |
static org.alfresco.service.namespace.QName |
DESCRIPTOR_SERVICE |
static org.alfresco.service.namespace.QName |
DICTIONARY_SERVICE |
static org.alfresco.service.namespace.QName |
DOCUMENT_LINK_SERVICE |
static org.alfresco.service.namespace.QName |
EDITION_SERVICE |
static org.alfresco.service.namespace.QName |
EXPORTER_SERVICE |
static org.alfresco.service.namespace.QName |
FILE_FOLDER_SERVICE |
static org.alfresco.service.namespace.QName |
FORM_SERVICE |
static org.alfresco.service.namespace.QName |
IMAP_SERVICE |
static org.alfresco.service.namespace.QName |
IMPORTER_SERVICE |
static org.alfresco.service.namespace.QName |
INVITATION_SERVICE |
static org.alfresco.service.namespace.QName |
JOB_LOCK_SERVICE |
static org.alfresco.service.namespace.QName |
LOCK_SERVICE |
static org.alfresco.service.namespace.QName |
MESSAGE_SERVICE |
static org.alfresco.service.namespace.QName |
MIMETYPE_SERVICE |
static org.alfresco.service.namespace.QName |
MODULE_SERVICE |
static org.alfresco.service.namespace.QName |
MULTILINGUAL_CONTENT_SERVICE |
static org.alfresco.service.namespace.QName |
NAMESPACE_SERVICE |
static org.alfresco.service.namespace.QName |
NODE_LOCATOR_SERVICE |
static org.alfresco.service.namespace.QName |
NODE_SERVICE |
static org.alfresco.service.namespace.QName |
NOTIFICATION_SERVICE |
static org.alfresco.service.namespace.QName |
OWNABLE_SERVICE |
static org.alfresco.service.namespace.QName |
PERMISSIONS_SERVICE |
static org.alfresco.service.namespace.QName |
PERSON_SERVICE |
static org.alfresco.service.namespace.QName |
POLICY_COMPONENT |
static org.alfresco.service.namespace.QName |
PREFERENCE_SERVICE |
static org.alfresco.service.namespace.QName |
PUBLIC_SERVICE_ACCESS_SERVICE |
static org.alfresco.service.namespace.QName |
RATING_SERVICE |
static org.alfresco.service.namespace.QName |
REGISTRY_SERVICE |
static org.alfresco.service.namespace.QName |
RENDITION_SERVICE |
static org.alfresco.service.namespace.QName |
REPO_ADMIN_SERVICE |
static org.alfresco.service.namespace.QName |
RETRYING_TRANSACTION_HELPER |
static org.alfresco.service.namespace.QName |
RULE_SERVICE |
static org.alfresco.service.namespace.QName |
SCRIPT_SERVICE |
static org.alfresco.service.namespace.QName |
SEARCH_SERVICE |
static String |
SERVICE_REGISTRY |
static org.alfresco.service.namespace.QName |
SITE_SERVICE |
static org.alfresco.service.namespace.QName |
TAGGING_SERVICE |
static org.alfresco.service.namespace.QName |
TEMPLATE_SERVICE |
static org.alfresco.service.namespace.QName |
THUMBNAIL_SERVICE |
static org.alfresco.service.namespace.QName |
TRANSACTION_SERVICE |
static org.alfresco.service.namespace.QName |
VERSION_SERVICE |
static org.alfresco.service.namespace.QName |
WEBDAV_SERVICE |
static org.alfresco.service.namespace.QName |
WORKFLOW_SERVICE |
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() |
org.alfresco.opencmis.dictionary.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.
|
org.alfresco.service.cmr.dictionary.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.
|
org.alfresco.service.cmr.repository.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.
|
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()
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.
|
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()
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.
|
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()
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(org.alfresco.service.namespace.QName service)
Is the specified service provided by the Repository?
|
static final String SERVICE_REGISTRY
static final org.alfresco.service.namespace.QName REGISTRY_SERVICE
static final org.alfresco.service.namespace.QName DESCRIPTOR_SERVICE
static final org.alfresco.service.namespace.QName TRANSACTION_SERVICE
static final org.alfresco.service.namespace.QName RETRYING_TRANSACTION_HELPER
static final org.alfresco.service.namespace.QName AUTHENTICATION_SERVICE
static final org.alfresco.service.namespace.QName NAMESPACE_SERVICE
static final org.alfresco.service.namespace.QName DICTIONARY_SERVICE
static final org.alfresco.service.namespace.QName NODE_SERVICE
static final org.alfresco.service.namespace.QName CONTENT_SERVICE
static final org.alfresco.service.namespace.QName MIMETYPE_SERVICE
static final org.alfresco.service.namespace.QName CONTENT_FILTER_LANGUAGES_SERVICE
static final org.alfresco.service.namespace.QName MULTILINGUAL_CONTENT_SERVICE
static final org.alfresco.service.namespace.QName EDITION_SERVICE
static final org.alfresco.service.namespace.QName SEARCH_SERVICE
static final org.alfresco.service.namespace.QName CATEGORY_SERVICE
static final org.alfresco.service.namespace.QName COPY_SERVICE
static final org.alfresco.service.namespace.QName LOCK_SERVICE
static final org.alfresco.service.namespace.QName JOB_LOCK_SERVICE
static final org.alfresco.service.namespace.QName VERSION_SERVICE
static final org.alfresco.service.namespace.QName COCI_SERVICE
static final org.alfresco.service.namespace.QName RULE_SERVICE
static final org.alfresco.service.namespace.QName IMPORTER_SERVICE
static final org.alfresco.service.namespace.QName EXPORTER_SERVICE
static final org.alfresco.service.namespace.QName ACTION_SERVICE
static final org.alfresco.service.namespace.QName PERMISSIONS_SERVICE
static final org.alfresco.service.namespace.QName AUTHORITY_SERVICE
static final org.alfresco.service.namespace.QName TEMPLATE_SERVICE
static final org.alfresco.service.namespace.QName FILE_FOLDER_SERVICE
static final org.alfresco.service.namespace.QName SCRIPT_SERVICE
static final org.alfresco.service.namespace.QName WORKFLOW_SERVICE
static final org.alfresco.service.namespace.QName AUDIT_SERVICE
static final org.alfresco.service.namespace.QName OWNABLE_SERVICE
static final org.alfresco.service.namespace.QName PERSON_SERVICE
static final org.alfresco.service.namespace.QName SITE_SERVICE
static final org.alfresco.service.namespace.QName ATTRIBUTE_SERVICE
static final org.alfresco.service.namespace.QName THUMBNAIL_SERVICE
static final org.alfresco.service.namespace.QName TAGGING_SERVICE
static final org.alfresco.service.namespace.QName FORM_SERVICE
static final org.alfresco.service.namespace.QName INVITATION_SERVICE
static final org.alfresco.service.namespace.QName PREFERENCE_SERVICE
static final org.alfresco.service.namespace.QName RENDITION_SERVICE
static final org.alfresco.service.namespace.QName RATING_SERVICE
static final org.alfresco.service.namespace.QName REPO_ADMIN_SERVICE
static final org.alfresco.service.namespace.QName NODE_LOCATOR_SERVICE
static final org.alfresco.service.namespace.QName BLOG_SERVICE
static final org.alfresco.service.namespace.QName CALENDAR_SERVICE
static final org.alfresco.service.namespace.QName NOTIFICATION_SERVICE
static final org.alfresco.service.namespace.QName DOCUMENT_LINK_SERVICE
static final org.alfresco.service.namespace.QName MESSAGE_SERVICE
static final org.alfresco.service.namespace.QName CMIS_SERVICE
static final org.alfresco.service.namespace.QName CMIS_DICTIONARY_SERVICE
static final org.alfresco.service.namespace.QName CMIS_QUERY_SERVICE
static final org.alfresco.service.namespace.QName IMAP_SERVICE
static final org.alfresco.service.namespace.QName PUBLIC_SERVICE_ACCESS_SERVICE
static final org.alfresco.service.namespace.QName WEBDAV_SERVICE
static final org.alfresco.service.namespace.QName MODULE_SERVICE
static final org.alfresco.service.namespace.QName POLICY_COMPONENT
@NotAuditable Collection<org.alfresco.service.namespace.QName> getServices()
@NotAuditable boolean isServiceProvided(org.alfresco.service.namespace.QName service)
service
- name of service to test provision of@NotAuditable Object getService(org.alfresco.service.namespace.QName service)
service
- name of service to retrieve@NotAuditable DescriptorService getDescriptorService()
@NotAuditable TransactionService getTransactionService()
@NotAuditable RetryingTransactionHelper getRetryingTransactionHelper()
RetryingTransactionHelper
@NotAuditable org.alfresco.service.namespace.NamespaceService getNamespaceService()
@NotAuditable MutableAuthenticationService getAuthenticationService()
@NotAuditable org.alfresco.service.cmr.repository.NodeService getNodeService()
@NotAuditable ContentService getContentService()
@NotAuditable org.alfresco.service.cmr.repository.MimetypeService getMimetypeService()
@NotAuditable ContentFilterLanguagesService getContentFilterLanguagesService()
@NotAuditable org.alfresco.service.cmr.search.SearchService getSearchService()
@NotAuditable VersionService getVersionService()
@NotAuditable LockService getLockService()
@NotAuditable JobLockService getJobLockService()
@NotAuditable org.alfresco.service.cmr.dictionary.DictionaryService getDictionaryService()
@NotAuditable CopyService getCopyService()
@NotAuditable CheckOutCheckInService getCheckOutCheckInService()
@NotAuditable CategoryService getCategoryService()
@NotAuditable ImporterService getImporterService()
@NotAuditable ExporterService getExporterService()
@NotAuditable RuleService getRuleService()
@NotAuditable ActionService getActionService()
@NotAuditable org.alfresco.service.cmr.security.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 org.alfresco.opencmis.dictionary.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–2017 Alfresco Software. All rights reserved.