Uses of Interface
org.alfresco.repo.i18n.MessageService
-
Packages that use MessageService Package Description org.alfresco.repo.admin org.alfresco.repo.dictionary org.alfresco.repo.i18n org.alfresco.repo.invitation The implementation of the Invitation Service.org.alfresco.repo.invitation.site The implementation of the Invitation Service for Web Site resources.org.alfresco.repo.service org.alfresco.repo.workflow org.alfresco.repo.workflow.activiti org.alfresco.repo.workflow.activiti.properties org.alfresco.service 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 MessageService Modifier and Type Method Description voidRepoAdminServiceImpl. setMessageService(MessageService messageService) -
Uses of MessageService in org.alfresco.repo.dictionary
Methods in org.alfresco.repo.dictionary with parameters of type MessageService Modifier and Type Method Description voidDictionaryRepositoryBootstrap. setMessageService(MessageService messageService)Set the message service -
Uses of MessageService in org.alfresco.repo.i18n
Classes in org.alfresco.repo.i18n that implement MessageService Modifier and Type Class Description classMessageServiceImplMessage 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 MessageService Modifier and Type Method Description voidInvitationServiceImpl. setMessageService(MessageService messageService) -
Uses of MessageService in org.alfresco.repo.invitation.site
Fields in org.alfresco.repo.invitation.site declared as MessageService Modifier and Type Field Description protected MessageServiceInviteSender. messageServiceConstructors in org.alfresco.repo.invitation.site with parameters of type MessageService Constructor Description InviteModeratedSender(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 Modifier and Type Method Description MessageServiceServiceDescriptorRegistry. getMessageService() -
Uses of MessageService in org.alfresco.repo.workflow
Fields in org.alfresco.repo.workflow declared as MessageService Modifier and Type Field Description protected MessageServiceAbstractWorkflowPropertyHandler. messageServiceprotected MessageServiceAlfrescoBpmEngine. messageServiceMethods in org.alfresco.repo.workflow with parameters of type MessageService Modifier and Type Method Description voidAbstractWorkflowPropertyHandler. setMessageService(MessageService messageService)voidAlfrescoBpmEngine. setMessageService(MessageService messageService)Sets the Message ServicevoidWorkflowPackageImpl. setMessageService(MessageService messageService)Constructors in org.alfresco.repo.workflow with parameters of type MessageService Constructor Description WorkflowObjectFactory(WorkflowQNameConverter qNameConverter, org.alfresco.repo.tenant.TenantService tenantService, MessageService messageService, org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService, java.lang.String engineId, org.alfresco.service.namespace.QName defaultStartTaskType) -
Uses of MessageService in org.alfresco.repo.workflow.activiti
Methods in org.alfresco.repo.workflow.activiti with parameters of type MessageService Modifier and Type Method Description voidActivitiWorkflowEngine. 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 MessageService Constructor Description ActivitiPropertyConverter(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 MessageService Modifier and Type Method Description MessageServiceServiceRegistry. getMessageService()Get the Message service bean.
-