org.alfresco.service
Interface ServiceRegistry

All Known Implementing Classes:
MockedTestServiceRegistry, ServiceDescriptorRegistry

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.


Field Summary
static org.alfresco.service.namespace.QName ACTION_SERVICE
           
static org.alfresco.service.namespace.QName ASSET_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 AVM_LOCKING_AWARE_SERVICE
           
static org.alfresco.service.namespace.QName AVM_LOCKING_SERVICE
           
static org.alfresco.service.namespace.QName AVM_SERVICE
           
static org.alfresco.service.namespace.QName AVM_SYNC_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 CROSS_REPO_COPY_SERVICE
           
static org.alfresco.service.namespace.QName DEPLOYMENT_SERVICE
           
static org.alfresco.service.namespace.QName DESCRIPTOR_SERVICE
           
static org.alfresco.service.namespace.QName DICTIONARY_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 MIMETYPE_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 PREFERENCE_SERVICE
           
static org.alfresco.service.namespace.QName PREVIEW_URI_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 SANDBOX_SERVICE
           
static org.alfresco.service.namespace.QName SCRIPT_SERVICE
           
static org.alfresco.service.namespace.QName SEARCH_SERVICE
           
static java.lang.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 VIRT_SERVER_REGISTRY
           
static org.alfresco.service.namespace.QName WEBPROJECT_SERVICE
           
static org.alfresco.service.namespace.QName WORKFLOW_SERVICE
           
 
Method Summary
 ActionService getActionService()
           
 AssetService getAssetService()
          Get the WCM Asset Service
 AttributeService getAttributeService()
          Get the attribute service (or null if one is not provided)
 AuditService getAuditService()
           
 MutableAuthenticationService getAuthenticationService()
           
 AuthorityService getAuthorityService()
           
 AVMService getAVMLockingAwareService()
          Get the AVMLockingAwareService.
 AVMLockingService getAVMLockingService()
          Get the AVM locking service (or null if one is not provided)
 AVMService getAVMService()
          Get the AVMService.
 AVMSyncService getAVMSyncService()
          Get the AVM Sync Service.
 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()
           
 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)
 CMISServices getCMISService()
          Get the CMIS service (or null if one is not provided)
 ContentFilterLanguagesService getContentFilterLanguagesService()
           
 ContentService getContentService()
           
 CopyService getCopyService()
           
 CrossRepositoryCopyService getCrossRepositoryCopyService()
          Get the cross repository copy service (or null if one is not provided)
 DeploymentService getDeploymentService()
          Get the WCM Deployment Service
 DescriptorService getDescriptorService()
           
 org.alfresco.service.cmr.dictionary.DictionaryService getDictionaryService()
           
 EditionService getEditionService()
          Get the Edition Service
 ExporterService getExporterService()
           
 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()
           
 org.alfresco.service.cmr.repository.MimetypeService getMimetypeService()
           
 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)
 PreviewURIService getPreviewURIService()
          Get the WCM Preview URI Service
 PublicServiceAccessService getPublicServiceAccessService()
          Get the IMAP 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()
           
 SandboxService getSandboxService()
          Get the WCM Sandbox Service
 ScriptService getScriptService()
           
 org.alfresco.service.cmr.search.SearchService getSearchService()
           
 java.lang.Object getService(org.alfresco.service.namespace.QName service)
          Get the specified service.
 java.util.Collection getServices()
          Get the list of services provided by the Repository
 SiteService getSiteService()
          Get the site service (or null if one is not provided)
 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()
           
 org.alfresco.mbeans.VirtServerRegistry getVirtServerRegistry()
          Get the Virtualisation Server registry service bean
 WebProjectService getWebProjectService()
          Get the WCM WebProject Service
 WorkflowService getWorkflowService()
           
 boolean isServiceProvided(org.alfresco.service.namespace.QName service)
          Is the specified service provided by the Repository?
 

Field Detail

SERVICE_REGISTRY

static final java.lang.String SERVICE_REGISTRY
See Also:
Constant Field Values

REGISTRY_SERVICE

static final org.alfresco.service.namespace.QName REGISTRY_SERVICE

DESCRIPTOR_SERVICE

static final org.alfresco.service.namespace.QName DESCRIPTOR_SERVICE

TRANSACTION_SERVICE

static final org.alfresco.service.namespace.QName TRANSACTION_SERVICE

RETRYING_TRANSACTION_HELPER

static final org.alfresco.service.namespace.QName RETRYING_TRANSACTION_HELPER

AUTHENTICATION_SERVICE

static final org.alfresco.service.namespace.QName AUTHENTICATION_SERVICE

NAMESPACE_SERVICE

static final org.alfresco.service.namespace.QName NAMESPACE_SERVICE

DICTIONARY_SERVICE

static final org.alfresco.service.namespace.QName DICTIONARY_SERVICE

NODE_SERVICE

static final org.alfresco.service.namespace.QName NODE_SERVICE

CONTENT_SERVICE

static final org.alfresco.service.namespace.QName CONTENT_SERVICE

MIMETYPE_SERVICE

static final org.alfresco.service.namespace.QName MIMETYPE_SERVICE

CONTENT_FILTER_LANGUAGES_SERVICE

static final org.alfresco.service.namespace.QName CONTENT_FILTER_LANGUAGES_SERVICE

MULTILINGUAL_CONTENT_SERVICE

static final org.alfresco.service.namespace.QName MULTILINGUAL_CONTENT_SERVICE

EDITION_SERVICE

static final org.alfresco.service.namespace.QName EDITION_SERVICE

SEARCH_SERVICE

static final org.alfresco.service.namespace.QName SEARCH_SERVICE

CATEGORY_SERVICE

static final org.alfresco.service.namespace.QName CATEGORY_SERVICE

COPY_SERVICE

static final org.alfresco.service.namespace.QName COPY_SERVICE

LOCK_SERVICE

static final org.alfresco.service.namespace.QName LOCK_SERVICE

JOB_LOCK_SERVICE

static final org.alfresco.service.namespace.QName JOB_LOCK_SERVICE

VERSION_SERVICE

static final org.alfresco.service.namespace.QName VERSION_SERVICE

COCI_SERVICE

static final org.alfresco.service.namespace.QName COCI_SERVICE

RULE_SERVICE

static final org.alfresco.service.namespace.QName RULE_SERVICE

IMPORTER_SERVICE

static final org.alfresco.service.namespace.QName IMPORTER_SERVICE

EXPORTER_SERVICE

static final org.alfresco.service.namespace.QName EXPORTER_SERVICE

ACTION_SERVICE

static final org.alfresco.service.namespace.QName ACTION_SERVICE

PERMISSIONS_SERVICE

static final org.alfresco.service.namespace.QName PERMISSIONS_SERVICE

AUTHORITY_SERVICE

static final org.alfresco.service.namespace.QName AUTHORITY_SERVICE

TEMPLATE_SERVICE

static final org.alfresco.service.namespace.QName TEMPLATE_SERVICE

FILE_FOLDER_SERVICE

static final org.alfresco.service.namespace.QName FILE_FOLDER_SERVICE

SCRIPT_SERVICE

static final org.alfresco.service.namespace.QName SCRIPT_SERVICE

WORKFLOW_SERVICE

static final org.alfresco.service.namespace.QName WORKFLOW_SERVICE

AUDIT_SERVICE

static final org.alfresco.service.namespace.QName AUDIT_SERVICE

OWNABLE_SERVICE

static final org.alfresco.service.namespace.QName OWNABLE_SERVICE

PERSON_SERVICE

static final org.alfresco.service.namespace.QName PERSON_SERVICE

SITE_SERVICE

static final org.alfresco.service.namespace.QName SITE_SERVICE

ATTRIBUTE_SERVICE

static final org.alfresco.service.namespace.QName ATTRIBUTE_SERVICE

THUMBNAIL_SERVICE

static final org.alfresco.service.namespace.QName THUMBNAIL_SERVICE

TAGGING_SERVICE

static final org.alfresco.service.namespace.QName TAGGING_SERVICE

FORM_SERVICE

static final org.alfresco.service.namespace.QName FORM_SERVICE

INVITATION_SERVICE

static final org.alfresco.service.namespace.QName INVITATION_SERVICE

PREFERENCE_SERVICE

static final org.alfresco.service.namespace.QName PREFERENCE_SERVICE

RENDITION_SERVICE

static final org.alfresco.service.namespace.QName RENDITION_SERVICE

RATING_SERVICE

static final org.alfresco.service.namespace.QName RATING_SERVICE

REPO_ADMIN_SERVICE

static final org.alfresco.service.namespace.QName REPO_ADMIN_SERVICE

NODE_LOCATOR_SERVICE

static final org.alfresco.service.namespace.QName NODE_LOCATOR_SERVICE

BLOG_SERVICE

static final org.alfresco.service.namespace.QName BLOG_SERVICE

CALENDAR_SERVICE

static final org.alfresco.service.namespace.QName CALENDAR_SERVICE

NOTIFICATION_SERVICE

static final org.alfresco.service.namespace.QName NOTIFICATION_SERVICE

AVM_SERVICE

static final org.alfresco.service.namespace.QName AVM_SERVICE

AVM_LOCKING_AWARE_SERVICE

static final org.alfresco.service.namespace.QName AVM_LOCKING_AWARE_SERVICE

AVM_SYNC_SERVICE

static final org.alfresco.service.namespace.QName AVM_SYNC_SERVICE

CROSS_REPO_COPY_SERVICE

static final org.alfresco.service.namespace.QName CROSS_REPO_COPY_SERVICE

AVM_LOCKING_SERVICE

static final org.alfresco.service.namespace.QName AVM_LOCKING_SERVICE

VIRT_SERVER_REGISTRY

static final org.alfresco.service.namespace.QName VIRT_SERVER_REGISTRY

DEPLOYMENT_SERVICE

static final org.alfresco.service.namespace.QName DEPLOYMENT_SERVICE

WEBPROJECT_SERVICE

static final org.alfresco.service.namespace.QName WEBPROJECT_SERVICE

SANDBOX_SERVICE

static final org.alfresco.service.namespace.QName SANDBOX_SERVICE

ASSET_SERVICE

static final org.alfresco.service.namespace.QName ASSET_SERVICE

PREVIEW_URI_SERVICE

static final org.alfresco.service.namespace.QName PREVIEW_URI_SERVICE

CMIS_SERVICE

static final org.alfresco.service.namespace.QName CMIS_SERVICE

CMIS_DICTIONARY_SERVICE

static final org.alfresco.service.namespace.QName CMIS_DICTIONARY_SERVICE

CMIS_QUERY_SERVICE

static final org.alfresco.service.namespace.QName CMIS_QUERY_SERVICE

IMAP_SERVICE

static final org.alfresco.service.namespace.QName IMAP_SERVICE

PUBLIC_SERVICE_ACCESS_SERVICE

static final org.alfresco.service.namespace.QName PUBLIC_SERVICE_ACCESS_SERVICE
Method Detail

getServices

@NotAuditable
java.util.Collection getServices()
Get the list of services provided by the Repository

Returns:
list of provided Services

isServiceProvided

@NotAuditable
boolean isServiceProvided(org.alfresco.service.namespace.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
java.lang.Object getService(org.alfresco.service.namespace.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
DescriptorService getDescriptorService()
Returns:
the descriptor service

getTransactionService

@NotAuditable
TransactionService getTransactionService()
Returns:
the transaction service

getRetryingTransactionHelper

@NotAuditable
RetryingTransactionHelper getRetryingTransactionHelper()
Returns:
the transaction service

getNamespaceService

@NotAuditable
org.alfresco.service.namespace.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
org.alfresco.service.cmr.repository.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
org.alfresco.service.cmr.repository.MimetypeService getMimetypeService()
Returns:
the mimetype service (or null, if one is not provided)

getContentFilterLanguagesService

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

getSearchService

@NotAuditable
org.alfresco.service.cmr.search.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
org.alfresco.service.cmr.dictionary.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
ImporterService getImporterService()
Returns:
the importer service or null if not present

getExporterService

@NotAuditable
ExporterService getExporterService()
Returns:
the exporter service or null if not present

getRuleService

@NotAuditable
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
org.alfresco.service.cmr.security.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
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
NotificationService getNotificationService()
Returns:
the notification service (or null if on is not provided)

getAuditService

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

getAVMService

@NotAuditable
AVMService getAVMService()
Get the AVMService.

Returns:
The AVM service (or null if one is not provided);

getAVMLockingAwareService

@NotAuditable
AVMService getAVMLockingAwareService()
Get the AVMLockingAwareService.

Returns:
The AVM locking aware service (or null if one is not provided);

getAVMSyncService

@NotAuditable
AVMSyncService getAVMSyncService()
Get the AVM Sync Service.

Returns:
The AVM Sync Service.

getOwnableService

@NotAuditable
OwnableService getOwnableService()
Get the ownable service (or null if one is not provided)

Returns:

getPersonService

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

Returns:

getSiteService

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

Returns:

getCrossRepositoryCopyService

@NotAuditable
CrossRepositoryCopyService getCrossRepositoryCopyService()
Get the cross repository copy service (or null if one is not provided)

Returns:

getAttributeService

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

Returns:

getAVMLockingService

@NotAuditable
AVMLockingService getAVMLockingService()
Get the AVM locking service (or null if one is not provided)

Returns:

getVirtServerRegistry

@NotAuditable
org.alfresco.mbeans.VirtServerRegistry getVirtServerRegistry()
Get the Virtualisation Server registry service bean

Returns:

getMultilingualContentService

@NotAuditable
MultilingualContentService getMultilingualContentService()
Get the Multilingual Content Service

Returns:

getEditionService

@NotAuditable
EditionService getEditionService()
Get the Edition Service

Returns:

getThumbnailService

@NotAuditable
ThumbnailService getThumbnailService()
Get the Thumbnail Service

Returns:

getTaggingService

@NotAuditable
TaggingService getTaggingService()
Get the Tagging Service

Returns:

getDeploymentService

@NotAuditable
DeploymentService getDeploymentService()
Get the WCM Deployment Service

Returns:
the deployment service (or null, if one is not provided)

getWebProjectService

@NotAuditable
WebProjectService getWebProjectService()
Get the WCM WebProject Service

Returns:

getSandboxService

@NotAuditable
SandboxService getSandboxService()
Get the WCM Sandbox Service

Returns:

getAssetService

@NotAuditable
AssetService getAssetService()
Get the WCM Asset Service

Returns:

getPreviewURIService

@NotAuditable
PreviewURIService getPreviewURIService()
Get the WCM Preview URI Service

Returns:

getFormService

@NotAuditable
FormService getFormService()
Get the form service (or null if one is not provided)

Returns:

getRenditionService

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

Returns:

getRatingService

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

Returns:

getNodeLocatorService

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

Returns:

getBlogService

@NotAuditable
BlogService getBlogService()
Get the blog service (or null if one is not provided)

Returns:
Since:
4.0

getCalendarService

@NotAuditable
CalendarService getCalendarService()
Get the calendar service (or null if one is not provided)

Returns:
Since:
4.0

getInvitationService

@NotAuditable
InvitationService getInvitationService()
Get the invitation service (or null if one is not provided)

Returns:
the invitation service

getCMISService

@NotAuditable
CMISServices getCMISService()
Get the CMIS service (or null if one is not provided)

Returns:
the CMIS service

getCMISDictionaryService

@NotAuditable
CMISDictionaryService getCMISDictionaryService()
Get the CMIS Dictionary service (or null if one is not provided)

Returns:
the CMIS Dictionary service

getCMISQueryService

@NotAuditable
CMISQueryService getCMISQueryService()
Get the CMIS Query service (or null if one is not provided)

Returns:
the CMIS Query service

getImapService

@NotAuditable
ImapService getImapService()
Get the IMAP service (or null if one is not provided)

Returns:
the IMAP service

getPublicServiceAccessService

@NotAuditable
PublicServiceAccessService getPublicServiceAccessService()
Get the IMAP service (or null if one is not provided)

Returns:
the IMAP service

getRepoAdminService

@NotAuditable
RepoAdminService getRepoAdminService()
Get the repo admin service (or null if one is not provided)

Returns:
the invitation service

getSysAdminParams

@NotAuditable
SysAdminParams getSysAdminParams()
Get the sys admin params helper bean.

Returns:
the sys admin params bean.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.