|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.service.ServiceDescriptorRegistry
public class ServiceDescriptorRegistry
Implementation of a Service Registry based on the definition of Services contained within a Spring Bean Factory.
Field Summary |
---|
Constructor Summary | |
---|---|
ServiceDescriptorRegistry()
|
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 AVMService. |
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? |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceDescriptorRegistry()
Method Detail |
---|
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 java.util.Collection getServices()
ServiceRegistry
getServices
in interface ServiceRegistry
public boolean isServiceProvided(org.alfresco.service.namespace.QName service)
ServiceRegistry
isServiceProvided
in interface ServiceRegistry
service
- name of service to test provision of
public java.lang.Object getService(org.alfresco.service.namespace.QName service)
ServiceRegistry
getService
in interface ServiceRegistry
service
- name of service to retrieve
public 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
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 AVMService getAVMService()
getAVMService
in interface ServiceRegistry
public AVMService getAVMLockingAwareService()
getAVMLockingAwareService
in interface ServiceRegistry
public AVMSyncService getAVMSyncService()
getAVMSyncService
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 CrossRepositoryCopyService getCrossRepositoryCopyService()
ServiceRegistry
getCrossRepositoryCopyService
in interface ServiceRegistry
public AttributeService getAttributeService()
ServiceRegistry
getAttributeService
in interface ServiceRegistry
public ContentFilterLanguagesService getContentFilterLanguagesService()
getContentFilterLanguagesService
in interface ServiceRegistry
public AVMLockingService getAVMLockingService()
ServiceRegistry
getAVMLockingService
in interface ServiceRegistry
public org.alfresco.mbeans.VirtServerRegistry getVirtServerRegistry()
ServiceRegistry
getVirtServerRegistry
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
ServiceRegistry.getThumbnailService()
public TaggingService getTaggingService()
ServiceRegistry
getTaggingService
in interface ServiceRegistry
ServiceRegistry.getTaggingService()
public DeploymentService getDeploymentService()
ServiceRegistry
getDeploymentService
in interface ServiceRegistry
public WebProjectService getWebProjectService()
ServiceRegistry
getWebProjectService
in interface ServiceRegistry
public SandboxService getSandboxService()
ServiceRegistry
getSandboxService
in interface ServiceRegistry
public AssetService getAssetService()
ServiceRegistry
getAssetService
in interface ServiceRegistry
public PreviewURIService getPreviewURIService()
ServiceRegistry
getPreviewURIService
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 CMISServices getCMISService()
ServiceRegistry
getCMISService
in interface ServiceRegistry
public 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |