Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.service
Interface ServiceRegistry

public interface ServiceRegistry
This interface represents the registry of public Repository Services. The registry provides meta-data about each service and provides access to the service interface.
Author:
David Caruana

Field Summary
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
EDITION_SERVICE
EXPORTER_SERVICE
FILE_FOLDER_SERVICE
FORM_SERVICE
IMAP_SERVICE
IMPORTER_SERVICE
INVITATION_SERVICE
JOB_LOCK_SERVICE
LOCK_SERVICE
MIMETYPE_SERVICE
MODULE_SERVICE
MULTILINGUAL_CONTENT_SERVICE
NAMESPACE_SERVICE
NODE_LOCATOR_SERVICE
NODE_SERVICE
NOTIFICATION_SERVICE
OWNABLE_SERVICE
PERMISSIONS_SERVICE
PERSON_SERVICE
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
Method Summary
getActionService()
getAttributeService()
          Get the attribute service (or null if one is not provided)
org.alfresco.service.cmr.audit.AuditService
getAuditService()
getAuthenticationService()
getAuthorityService()
org.alfresco.service.cmr.blog.BlogService
getBlogService()
          Get the blog service (or null if one is not provided)
org.alfresco.service.cmr.calendar.CalendarService
getCalendarService()
          Get the calendar service (or null if one is not provided)
getCategoryService()
getCheckOutCheckInService()
org.alfresco.opencmis.dictionary.CMISDictionaryService
getCMISDictionaryService()
          Get the CMIS Dictionary service (or null if one is not provided)
org.alfresco.opencmis.search.CMISQueryService
getCMISQueryService()
          Get the CMIS Query service (or null if one is not provided)
org.alfresco.service.cmr.ml.ContentFilterLanguagesService
getContentFilterLanguagesService()
getContentService()
getCopyService()
org.alfresco.service.descriptor.DescriptorService
getDescriptorService()
getDictionaryService()
org.alfresco.service.cmr.ml.EditionService
getEditionService()
          Get the Edition Service
org.alfresco.service.cmr.view.ExporterService
getExporterService()
org.alfresco.repo.search.impl.solr.facet.handler.FacetLabelDisplayHandlerRegistry
getFacetLabelDisplayHandlerRegistry()
          Get the facet label display handler registry bean
getFileFolderService()
org.alfresco.repo.forms.FormService
getFormService()
          Get the form service (or null if one is not provided)
org.alfresco.repo.imap.ImapService
getImapService()
          Get the IMAP service (or null if one is not provided)
org.alfresco.service.cmr.view.ImporterService
getImporterService()
org.alfresco.service.cmr.invitation.InvitationService
getInvitationService()
          Get the invitation service (or null if one is not provided)
getJobLockService()
getLockService()
getMimetypeService()
getModuleService()
          Get the module service bean.
org.alfresco.service.cmr.ml.MultilingualContentService
getMultilingualContentService()
          Get the Multilingual Content Service
getNamespaceService()
getNodeLocatorService()
          Get the node locator service (or null if one is not provided)
getNodeService()
org.alfresco.service.cmr.notification.NotificationService
getNotificationService()
org.alfresco.service.cmr.security.OwnableService
getOwnableService()
          Get the ownable service (or null if one is not provided)
getPermissionService()
getPersonService()
          Get the person service (or null if one is not provided)
org.alfresco.service.cmr.security.PublicServiceAccessService
getPublicServiceAccessService()
          Get the Public Service Access service (or null if one is not provided)
org.alfresco.service.cmr.rating.RatingService
getRatingService()
          Get the rating service (or null if one is not provided)
getRenditionService()
          Get the rendition service (or null if one is not provided)
org.alfresco.service.cmr.admin.RepoAdminService
getRepoAdminService()
          Get the repo admin service (or null if one is not provided)
getRetryingTransactionHelper()
org.alfresco.service.cmr.rule.RuleService
getRuleService()
org.alfresco.service.cmr.repository.ScriptService
getScriptService()
getSearchService()
getService(QName service)
          Get the specified service.
getServices()
          Get the list of services provided by the Repository
getSiteService()
          Get the site service (or null if one is not provided)
org.alfresco.repo.search.impl.solr.facet.SolrFacetHelper
getSolrFacetHelper()
          Get the Solr facet helper bean
org.alfresco.repo.admin.SysAdminParams
getSysAdminParams()
          Get the sys admin params helper bean.
getTaggingService()
          Get the Tagging Service
getTemplateService()
org.alfresco.service.cmr.thumbnail.ThumbnailService
getThumbnailService()
          Get the Thumbnail Service
org.alfresco.service.transaction.TransactionService
getTransactionService()
getVersionService()
org.alfresco.service.cmr.webdav.WebDavService
getWebDavService()
          Get the webdav service / helper bean.
getWorkflowService()
boolean
isServiceProvided(QName service)
          Is the specified service provided by the Repository?
Field Detail
ACTION_SERVICE
public static final QName ACTION_SERVICE

ATTRIBUTE_SERVICE
public static final QName ATTRIBUTE_SERVICE

AUDIT_SERVICE
public static final QName AUDIT_SERVICE

AUTHENTICATION_SERVICE
public static final QName AUTHENTICATION_SERVICE

AUTHORITY_SERVICE
public static final QName AUTHORITY_SERVICE

BLOG_SERVICE
public static final QName BLOG_SERVICE

CALENDAR_SERVICE
public static final QName CALENDAR_SERVICE

CATEGORY_SERVICE
public static final QName CATEGORY_SERVICE

CMIS_DICTIONARY_SERVICE
public static final QName CMIS_DICTIONARY_SERVICE

CMIS_QUERY_SERVICE
public static final QName CMIS_QUERY_SERVICE

CMIS_SERVICE
public static final QName CMIS_SERVICE

COCI_SERVICE
public static final QName COCI_SERVICE

CONTENT_FILTER_LANGUAGES_SERVICE
public static final QName CONTENT_FILTER_LANGUAGES_SERVICE

CONTENT_SERVICE
public static final QName CONTENT_SERVICE

COPY_SERVICE
public static final QName COPY_SERVICE

DESCRIPTOR_SERVICE
public static final QName DESCRIPTOR_SERVICE

DICTIONARY_SERVICE
public static final QName DICTIONARY_SERVICE

EDITION_SERVICE
public static final QName EDITION_SERVICE

EXPORTER_SERVICE
public static final QName EXPORTER_SERVICE

FILE_FOLDER_SERVICE
public static final QName FILE_FOLDER_SERVICE

FORM_SERVICE
public static final QName FORM_SERVICE

IMAP_SERVICE
public static final QName IMAP_SERVICE

IMPORTER_SERVICE
public static final QName IMPORTER_SERVICE

INVITATION_SERVICE
public static final QName INVITATION_SERVICE

JOB_LOCK_SERVICE
public static final QName JOB_LOCK_SERVICE

LOCK_SERVICE
public static final QName LOCK_SERVICE

MIMETYPE_SERVICE
public static final QName MIMETYPE_SERVICE

MODULE_SERVICE
public static final QName MODULE_SERVICE

MULTILINGUAL_CONTENT_SERVICE
public static final QName MULTILINGUAL_CONTENT_SERVICE

NAMESPACE_SERVICE
public static final QName NAMESPACE_SERVICE

NODE_LOCATOR_SERVICE
public static final QName NODE_LOCATOR_SERVICE

NODE_SERVICE
public static final QName NODE_SERVICE

NOTIFICATION_SERVICE
public static final QName NOTIFICATION_SERVICE

OWNABLE_SERVICE
public static final QName OWNABLE_SERVICE

PERMISSIONS_SERVICE
public static final QName PERMISSIONS_SERVICE

PERSON_SERVICE
public static final QName PERSON_SERVICE

PREFERENCE_SERVICE
public static final QName PREFERENCE_SERVICE

PUBLIC_SERVICE_ACCESS_SERVICE
public static final QName PUBLIC_SERVICE_ACCESS_SERVICE

RATING_SERVICE
public static final QName RATING_SERVICE

REGISTRY_SERVICE
public static final QName REGISTRY_SERVICE

RENDITION_SERVICE
public static final QName RENDITION_SERVICE

REPO_ADMIN_SERVICE
public static final QName REPO_ADMIN_SERVICE

RETRYING_TRANSACTION_HELPER
public static final QName RETRYING_TRANSACTION_HELPER

RULE_SERVICE
public static final QName RULE_SERVICE

SCRIPT_SERVICE
public static final QName SCRIPT_SERVICE

SEARCH_SERVICE
public static final QName SEARCH_SERVICE

SERVICE_REGISTRY
public static final String SERVICE_REGISTRY
See Also:
Constant Field Values

SITE_SERVICE
public static final QName SITE_SERVICE

TAGGING_SERVICE
public static final QName TAGGING_SERVICE

TEMPLATE_SERVICE
public static final QName TEMPLATE_SERVICE

THUMBNAIL_SERVICE
public static final QName THUMBNAIL_SERVICE

TRANSACTION_SERVICE
public static final QName TRANSACTION_SERVICE

VERSION_SERVICE
public static final QName VERSION_SERVICE

WEBDAV_SERVICE
public static final QName WEBDAV_SERVICE

WORKFLOW_SERVICE
public static final QName WORKFLOW_SERVICE
Method Detail
getServices
@NotAuditable
Collection<QNamegetServices()
Get the list of services provided by the Repository
Returns:
list of provided Services

isServiceProvided
@NotAuditable
boolean isServiceProvided(QName service)
Is the specified service provided by the Repository?
Parameters:
service - name of service to test provision of
Returns:
true => provided, false => not provided

getService
@NotAuditable
Object getService(QName service)
Get the specified service.
Parameters:
service - name of service to retrieve
Returns:
the service interface (must cast to interface as described in service meta-data)

getDescriptorService
@NotAuditable
org.alfresco.service.descriptor.DescriptorService getDescriptorService()
Returns:
the descriptor service

getTransactionService
@NotAuditable
org.alfresco.service.transaction.TransactionService getTransactionService()
Returns:
the transaction service

getRetryingTransactionHelper
@NotAuditable
RetryingTransactionHelper getRetryingTransactionHelper()
Returns:
a new instance of the RetryingTransactionHelper

getNamespaceService
@NotAuditable
NamespaceService getNamespaceService()
Returns:
the namespace service (or null, if one is not provided)

getAuthenticationService
@NotAuditable
MutableAuthenticationService getAuthenticationService()
Returns:
the authentication service (or null, if one is not provided)

getNodeService
@NotAuditable
NodeService getNodeService()
Returns:
the node service (or null, if one is not provided)

getContentService
@NotAuditable
ContentService getContentService()
Returns:
the content service (or null, if one is not provided)

getMimetypeService
@NotAuditable
MimetypeService getMimetypeService()
Returns:
the mimetype service (or null, if one is not provided)

getContentFilterLanguagesService
@NotAuditable
org.alfresco.service.cmr.ml.ContentFilterLanguagesService getContentFilterLanguagesService()
Returns:
the content filter languages service (or null, if one is not provided)

getSearchService
@NotAuditable
SearchService getSearchService()
Returns:
the search service (or null, if one is not provided)

getVersionService
@NotAuditable
VersionService getVersionService()
Returns:
the version service (or null, if one is not provided)

getLockService
@NotAuditable
LockService getLockService()
Returns:
the lock service (or null, if one is not provided)

getJobLockService
@NotAuditable
JobLockService getJobLockService()
Returns:
the job lock service (or null, if one is not provided)

getDictionaryService
@NotAuditable
DictionaryService getDictionaryService()
Returns:
the dictionary service (or null, if one is not provided)

getCopyService
@NotAuditable
CopyService getCopyService()
Returns:
the copy service (or null, if one is not provided)

getCheckOutCheckInService
@NotAuditable
CheckOutCheckInService getCheckOutCheckInService()
Returns:
the checkout / checkin service (or null, if one is not provided)

getCategoryService
@NotAuditable
CategoryService getCategoryService()
Returns:
the category service (or null, if one is not provided)

getImporterService
@NotAuditable
org.alfresco.service.cmr.view.ImporterService getImporterService()
Returns:
the importer service or null if not present

getExporterService
@NotAuditable
org.alfresco.service.cmr.view.ExporterService getExporterService()
Returns:
the exporter service or null if not present

getRuleService
@NotAuditable
org.alfresco.service.cmr.rule.RuleService getRuleService()
Returns:
the rule service (or null, if one is not provided)

getActionService
@NotAuditable
ActionService getActionService()
Returns:
the action service (or null if one is not provided)

getPermissionService
@NotAuditable
PermissionService getPermissionService()
Returns:
the permission service (or null if one is not provided)

getAuthorityService
@NotAuditable
AuthorityService getAuthorityService()
Returns:
the authority service (or null if one is not provided)

getTemplateService
@NotAuditable
TemplateService getTemplateService()
Returns:
the template service (or null if one is not provided)

getFileFolderService
@NotAuditable
FileFolderService getFileFolderService()
Returns:
the file-folder manipulation service (or null if one is not provided)

getScriptService
@NotAuditable
org.alfresco.service.cmr.repository.ScriptService getScriptService()
Returns:
the script execution service (or null if one is not provided)

getWorkflowService
@NotAuditable
WorkflowService getWorkflowService()
Returns:
the workflow service (or null if one is not provided)

getNotificationService
@NotAuditable
org.alfresco.service.cmr.notification.NotificationService getNotificationService()
Returns:
the notification service (or null if on is not provided)

getAuditService
@NotAuditable
org.alfresco.service.cmr.audit.AuditService getAuditService()
Returns:
the audit service (or null if one is not provided)

getOwnableService
@NotAuditable
org.alfresco.service.cmr.security.OwnableService getOwnableService()
Get the ownable service (or null if one is not provided)
Returns:
OwnableService

getPersonService
@NotAuditable
PersonService getPersonService()
Get the person service (or null if one is not provided)

getSiteService
@NotAuditable
SiteService getSiteService()
Get the site service (or null if one is not provided)

getAttributeService
@NotAuditable
AttributeService getAttributeService()
Get the attribute service (or null if one is not provided)

getMultilingualContentService
@NotAuditable
org.alfresco.service.cmr.ml.MultilingualContentService getMultilingualContentService()
Get the Multilingual Content Service

getEditionService
@NotAuditable
org.alfresco.service.cmr.ml.EditionService getEditionService()
Get the Edition Service

getThumbnailService
@NotAuditable
org.alfresco.service.cmr.thumbnail.ThumbnailService getThumbnailService()
Get the Thumbnail Service

getTaggingService
@NotAuditable
TaggingService getTaggingService()
Get the Tagging Service

getFormService
@NotAuditable
org.alfresco.repo.forms.FormService getFormService()
Get the form service (or null if one is not provided)

getRenditionService
@NotAuditable
RenditionService getRenditionService()
Get the rendition service (or null if one is not provided)

getRatingService
@NotAuditable
org.alfresco.service.cmr.rating.RatingService getRatingService()
Get the rating service (or null if one is not provided)

getNodeLocatorService
@NotAuditable
NodeLocatorService getNodeLocatorService()
Get the node locator service (or null if one is not provided)

getBlogService
@NotAuditable
org.alfresco.service.cmr.blog.BlogService getBlogService()
Get the blog service (or null if one is not provided)
Since:
4.0

getCalendarService
@NotAuditable
org.alfresco.service.cmr.calendar.CalendarService getCalendarService()
Get the calendar service (or null if one is not provided)
Since:
4.0

getInvitationService
@NotAuditable
org.alfresco.service.cmr.invitation.InvitationService getInvitationService()
Get the invitation service (or null if one is not provided)
Returns:
the invitation service

getCMISDictionaryService
@NotAuditable
org.alfresco.opencmis.dictionary.CMISDictionaryService getCMISDictionaryService()
Get the CMIS Dictionary service (or null if one is not provided)
Returns:
the CMIS Dictionary service

getCMISQueryService
@NotAuditable
org.alfresco.opencmis.search.CMISQueryService getCMISQueryService()
Get the CMIS Query service (or null if one is not provided)
Returns:
the CMIS Query service

getImapService
@NotAuditable
org.alfresco.repo.imap.ImapService getImapService()
Get the IMAP service (or null if one is not provided)
Returns:
the IMAP service

getPublicServiceAccessService
@NotAuditable
org.alfresco.service.cmr.security.PublicServiceAccessService getPublicServiceAccessService()
Get the Public Service Access service (or null if one is not provided)
Returns:
the Public Service Access service

getRepoAdminService
@NotAuditable
org.alfresco.service.cmr.admin.RepoAdminService getRepoAdminService()
Get the repo admin service (or null if one is not provided)
Returns:
the repo admin service

getSysAdminParams
@NotAuditable
org.alfresco.repo.admin.SysAdminParams getSysAdminParams()
Get the sys admin params helper bean.
Returns:
the sys admin params bean.

getWebDavService
@NotAuditable
org.alfresco.service.cmr.webdav.WebDavService getWebDavService()
Get the webdav service / helper bean.
Returns:
the webdav service / helper bean

getModuleService
@NotAuditable
ModuleService getModuleService()
Get the module service bean.
Returns:
the module service bean

getSolrFacetHelper
@NotAuditable
org.alfresco.repo.search.impl.solr.facet.SolrFacetHelper getSolrFacetHelper()
Get the Solr facet helper bean
Returns:
the Solr facet helper bean

getFacetLabelDisplayHandlerRegistry
@NotAuditable
org.alfresco.repo.search.impl.solr.facet.handler.FacetLabelDisplayHandlerRegistry getFacetLabelDisplayHandlerRegistry()
Get the facet label display handler registry bean
Returns:
the Facet label display handler registry bean

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2016 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.