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.rest.workflow.api.impl | |
org.alfresco.service |
Provides the public facing interfaces of the Services of the Alfresco Repository.
|
Modifier and Type | Method and Description |
---|---|
void |
RepoAdminServiceImpl.setMessageService(MessageService messageService) |
Modifier and Type | Method and Description |
---|---|
void |
DictionaryRepositoryBootstrap.setMessageService(MessageService messageService)
Set the message service
|
Modifier and Type | Class and Description |
---|---|
class |
MessageServiceImpl
Message 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.
|
Modifier and Type | Method and Description |
---|---|
void |
InvitationServiceImpl.setMessageService(MessageService messageService) |
Modifier and Type | Field and Description |
---|---|
protected MessageService |
InviteSender.messageService |
Constructor and Description |
---|
InviteModeratedSender(ServiceRegistry services,
Repository repository,
MessageService messageService) |
InviteNominatedSender(ServiceRegistry services,
Repository repository,
MessageService messageService) |
InviteSender(ServiceRegistry services,
Repository repository,
MessageService messageService) |
Modifier and Type | Method and Description |
---|---|
MessageService |
ServiceDescriptorRegistry.getMessageService() |
Modifier and Type | Field and Description |
---|---|
protected MessageService |
AbstractWorkflowPropertyHandler.messageService |
protected MessageService |
AlfrescoBpmEngine.messageService |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowPackageImpl.setMessageService(MessageService messageService) |
void |
AbstractWorkflowPropertyHandler.setMessageService(MessageService messageService) |
void |
AlfrescoBpmEngine.setMessageService(MessageService messageService)
Sets the Message Service
|
Constructor and Description |
---|
WorkflowObjectFactory(WorkflowQNameConverter qNameConverter,
org.alfresco.repo.tenant.TenantService tenantService,
MessageService messageService,
org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
String engineId,
org.alfresco.service.namespace.QName defaultStartTaskType) |
Modifier and Type | Method and Description |
---|---|
void |
ActivitiWorkflowManagerFactory.setMessageService(MessageService messageService) |
void |
ActivitiWorkflowEngine.setMessageService(MessageService messageService) |
Constructor and Description |
---|
ActivitiPropertyConverter(ActivitiUtil activitiUtil,
WorkflowObjectFactory factory,
WorkflowPropertyHandlerRegistry handlerRegistry,
WorkflowAuthorityManager authorityManager,
MessageService messageService,
WorkflowNodeConverter nodeConverter) |
Modifier and Type | Field and Description |
---|---|
protected MessageService |
ProcessesImpl.messageService |
Modifier and Type | Method and Description |
---|---|
void |
ProcessesImpl.setMessageService(MessageService messageService) |
void |
ProcessDefinitionsImpl.setMessageService(MessageService messageService) |
void |
TasksImpl.setMessageService(MessageService messageService) |
Modifier and Type | Method and Description |
---|---|
MessageService |
ServiceRegistry.getMessageService()
Get the Message service bean.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.