Uses of Interface
org.alfresco.repo.i18n.MessageService
Packages that use MessageService
Package
Description
The implementation of the Invitation Service.
The implementation of the Invitation Service for Web Site resources.
Provides the public facing interfaces of the Services of the Alfresco Repository.
-
Uses of MessageService in org.alfresco.repo.admin
Methods in org.alfresco.repo.admin with parameters of type MessageServiceModifier and TypeMethodDescriptionvoidRepoAdminServiceImpl.setMessageService(MessageService messageService) -
Uses of MessageService in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary with parameters of type MessageServiceModifier and TypeMethodDescriptionvoidDictionaryRepositoryBootstrap.setMessageService(MessageService messageService) Set the message service -
Uses of MessageService in org.alfresco.repo.i18n
Classes in org.alfresco.repo.i18n that implement MessageServiceModifier and TypeClassDescriptionclassMessage Service to get localised messages/strings which have been loaded from resource bundles either dynamically deployed in the Repository and/or statically loaded from the Classpath. -
Uses of MessageService in org.alfresco.repo.invitation
Methods in org.alfresco.repo.invitation with parameters of type MessageServiceModifier and TypeMethodDescriptionvoidInvitationServiceImpl.setMessageService(MessageService messageService) -
Uses of MessageService in org.alfresco.repo.invitation.site
Fields in org.alfresco.repo.invitation.site declared as MessageServiceConstructors in org.alfresco.repo.invitation.site with parameters of type MessageServiceModifierConstructorDescriptionInviteModeratedSender(ServiceRegistry services, Repository repository, MessageService messageService) InviteNominatedSender(ServiceRegistry services, Repository repository, MessageService messageService) InviteSender(ServiceRegistry services, Repository repository, MessageService messageService) -
Uses of MessageService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return MessageService -
Uses of MessageService in org.alfresco.repo.workflow
Fields in org.alfresco.repo.workflow declared as MessageServiceModifier and TypeFieldDescriptionprotected MessageServiceAbstractWorkflowPropertyHandler.messageServiceprotected MessageServiceAlfrescoBpmEngine.messageServiceMethods in org.alfresco.repo.workflow with parameters of type MessageServiceModifier and TypeMethodDescriptionvoidAbstractWorkflowPropertyHandler.setMessageService(MessageService messageService) voidAlfrescoBpmEngine.setMessageService(MessageService messageService) Sets the Message ServicevoidWorkflowPackageImpl.setMessageService(MessageService messageService) Constructors in org.alfresco.repo.workflow with parameters of type MessageServiceModifierConstructorDescriptionWorkflowObjectFactory(WorkflowQNameConverter qNameConverter, TenantService tenantService, MessageService messageService, DictionaryService dictionaryService, String engineId, QName defaultStartTaskType) -
Uses of MessageService in org.alfresco.repo.workflow.activiti
Methods in org.alfresco.repo.workflow.activiti with parameters of type MessageServiceModifier and TypeMethodDescriptionvoidActivitiWorkflowEngine.setMessageService(MessageService messageService) voidActivitiWorkflowManagerFactory.setMessageService(MessageService messageService) -
Uses of MessageService in org.alfresco.repo.workflow.activiti.properties
Constructors in org.alfresco.repo.workflow.activiti.properties with parameters of type MessageServiceModifierConstructorDescriptionActivitiPropertyConverter(ActivitiUtil activitiUtil, WorkflowObjectFactory factory, WorkflowPropertyHandlerRegistry handlerRegistry, WorkflowAuthorityManager authorityManager, MessageService messageService, WorkflowNodeConverter nodeConverter) -
Uses of MessageService in org.alfresco.service
Methods in org.alfresco.service that return MessageServiceModifier and TypeMethodDescriptionServiceRegistry.getMessageService()Get the Message service bean.