Uses of Interface
com.flowable.engage.message.api.MessageService
Packages that use MessageService
Package
Description
-
Uses of MessageService in com.flowable.engage.api
Methods in com.flowable.engage.api that return MessageService -
Uses of MessageService in com.flowable.engage.engine
Fields in com.flowable.engage.engine declared as MessageServiceModifier and TypeFieldDescriptionprotected MessageService
EngageEngineConfiguration.messageService
Methods in com.flowable.engage.engine that return MessageServiceModifier and TypeMethodDescriptionEngageEngine.getMessageService()
EngageEngineConfiguration.getMessageService()
Methods in com.flowable.engage.engine with parameters of type MessageServiceModifier and TypeMethodDescriptionvoid
EngageEngineConfiguration.setMessageService
(MessageService messageService) -
Uses of MessageService in com.flowable.engage.engine.impl
Fields in com.flowable.engage.engine.impl declared as MessageServiceMethods in com.flowable.engage.engine.impl that return MessageService -
Uses of MessageService in com.flowable.engage.engine.impl.bot
Fields in com.flowable.engage.engine.impl.bot declared as MessageServiceModifier and TypeFieldDescriptionprotected final MessageService
ConversationManagementBot.messageService
Constructors in com.flowable.engage.engine.impl.bot with parameters of type MessageServiceModifierConstructorDescriptionConversationManagementBot
(ConversationService conversationService, TaskService taskService, MessageService messageService, ConversationPermissionService conversationPermissionService, PlatformIdentityService identityService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of MessageService in com.flowable.engage.engine.impl.cmd
Fields in com.flowable.engage.engine.impl.cmd declared as MessageServiceModifier and TypeFieldDescriptionprotected MessageService
AddParticipantsToConversationCmd.messageService
-
Uses of MessageService in com.flowable.engage.engine.impl.desk
Fields in com.flowable.engage.engine.impl.desk declared as MessageServiceModifier and TypeFieldDescriptionprotected final MessageService
DeskConversationListener.messageService
Methods in com.flowable.engage.engine.impl.desk that return MessageServiceModifier and TypeMethodDescriptionprotected MessageService
DeskConversationListener.getMessageService()
Constructors in com.flowable.engage.engine.impl.desk with parameters of type MessageServiceModifierConstructorDescriptionDeskConversationListener
(ConversationService conversationService, MessageService messageService, DeskService deskService) -
Uses of MessageService in com.flowable.engage.engine.impl.desk.bot
Fields in com.flowable.engage.engine.impl.desk.bot declared as MessageServiceConstructors in com.flowable.engage.engine.impl.desk.bot with parameters of type MessageServiceModifierConstructorDescriptionDeskManagementBot
(ConversationService conversationService, ConversationPermissionService conversationPermissionService, MessageService messageService, PlatformIdentityService identityService, UserDefinitionService userDefinitionService, DeskService deskService) -
Uses of MessageService in com.flowable.engage.engine.impl.desk.cmd
Methods in com.flowable.engage.engine.impl.desk.cmd that return MessageServiceModifier and TypeMethodDescriptionprotected MessageService
AbstractDeskCmd.getMessageService
(CommandContext commandContext) -
Uses of MessageService in com.flowable.engage.engine.impl.message
Classes in com.flowable.engage.engine.impl.message that implement MessageService -
Uses of MessageService in com.flowable.engage.engine.impl.notification
Fields in com.flowable.engage.engine.impl.notification declared as MessageServiceModifier and TypeFieldDescriptionprotected final MessageService
ConversationNotificationEventListener.messageService
Constructors in com.flowable.engage.engine.impl.notification with parameters of type MessageServiceModifierConstructorDescriptionConversationNotificationEventListener
(MessageService messageService, PlatformIdentityService identityService, String technicalUserId) -
Uses of MessageService in com.flowable.engage.engine.impl.util
Methods in com.flowable.engage.engine.impl.util that return MessageServiceModifier and TypeMethodDescriptionstatic MessageService
CommandContextUtil.getMessageService
(CommandContext commandContext) -
Uses of MessageService in com.flowable.engage.external.system.line
Fields in com.flowable.engage.external.system.line declared as MessageServiceModifier and TypeFieldDescriptionprotected final MessageService
LineInboundStatusHandler.messageService
Constructors in com.flowable.engage.external.system.line with parameters of type MessageServiceModifierConstructorDescriptionLineInboundStatusHandler
(MessageService messageService, UserAccountService userAccountService) -
Uses of MessageService in com.flowable.engage.external.system.service
Fields in com.flowable.engage.external.system.service declared as MessageServiceModifier and TypeFieldDescriptionprotected final MessageService
InboundMessageRoutingServiceImpl.messageService
protected final MessageService
InboundUnsupportedMessageServiceImpl.messageService
Constructors in com.flowable.engage.external.system.service with parameters of type MessageServiceModifierConstructorDescriptionInboundMessageRoutingServiceImpl
(MessageService messageService, ConversationService conversationService, ExternalSystemContentService externalSystemContentService, EventRegistry eventRegistry, InboundMessageEventPayloadExtractor inboundMessageEventPayloadExtractor) InboundUnsupportedMessageServiceImpl
(InboundMessageRoutingService inboundMessageRoutingService, MessageService messageService, ExternalConversationService externalConversationService, TemplateService templateService, PlatformIdentityService identityService) -
Uses of MessageService in com.flowable.engage.external.system.wechat
Fields in com.flowable.engage.external.system.wechat declared as MessageServiceModifier and TypeFieldDescriptionprotected final MessageService
WeChatInboundStatusHandler.messageService
protected final MessageService
WeChatTemplateMessageBot.messageService
Constructors in com.flowable.engage.external.system.wechat with parameters of type MessageServiceModifierConstructorDescriptionWeChatInboundStatusHandler
(MessageService messageService) WeChatTemplateMessageBot
(TemplateService templateService, ConversationService conversationService, ConversationPermissionService conversationPermissionService, MessageService messageService, PlatformIdentityService platformIdentityService, JmsMessageOperations jmsMessageOperations, WeChatProperties weChatProperties, UserAccountService userAccountService) -
Uses of MessageService in com.flowable.engage.external.system.whatsapp
Fields in com.flowable.engage.external.system.whatsapp declared as MessageServiceModifier and TypeFieldDescriptionprotected final MessageService
WhatsAppInboundStatusHandler.messageService
protected final MessageService
WhatsAppMessageReadEventListener.messageService
Constructors in com.flowable.engage.external.system.whatsapp with parameters of type MessageServiceModifierConstructorDescriptionWhatsAppInboundStatusHandler
(MessageService messageService, UserAccountService userAccountService, boolean enableMessageDeletion) WhatsAppMessageReadEventListener
(MessageService messageService, ManagementService managementService)