Uses of Interface
com.flowable.engage.message.api.MessageService
-
-
Uses of MessageService in com.flowable.engage.api
Methods in com.flowable.engage.api that return MessageService Modifier and Type Method Description MessageService
EngageEngineConfigurationApi. getMessageService()
-
Uses of MessageService in com.flowable.engage.engine
Fields in com.flowable.engage.engine declared as MessageService Modifier and Type Field Description protected MessageService
EngageEngineConfiguration. messageService
Methods in com.flowable.engage.engine that return MessageService Modifier and Type Method Description MessageService
EngageEngine. getMessageService()
MessageService
EngageEngineConfiguration. getMessageService()
Methods in com.flowable.engage.engine with parameters of type MessageService Modifier and Type Method Description void
EngageEngineConfiguration. setMessageService(MessageService messageService)
-
Uses of MessageService in com.flowable.engage.engine.impl
Fields in com.flowable.engage.engine.impl declared as MessageService Modifier and Type Field Description protected MessageService
EngageEngineImpl. messageService
Methods in com.flowable.engage.engine.impl that return MessageService Modifier and Type Method Description MessageService
EngageEngineImpl. getMessageService()
-
Uses of MessageService in com.flowable.engage.engine.impl.bot
Fields in com.flowable.engage.engine.impl.bot declared as MessageService Modifier and Type Field Description protected MessageService
ConversationManagementBot. messageService
Constructors in com.flowable.engage.engine.impl.bot with parameters of type MessageService Constructor Description ConversationManagementBot(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 MessageService Modifier and Type Field Description protected MessageService
AddParticipantsToConversationCmd. messageService
-
Uses of MessageService in com.flowable.engage.engine.impl.desk
Fields in com.flowable.engage.engine.impl.desk declared as MessageService Modifier and Type Field Description protected MessageService
DeskConversationListener. messageService
Methods in com.flowable.engage.engine.impl.desk that return MessageService Modifier and Type Method Description protected MessageService
DeskConversationListener. getMessageService()
Constructors in com.flowable.engage.engine.impl.desk with parameters of type MessageService Constructor Description DeskConversationListener(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 MessageService Modifier and Type Field Description protected MessageService
DeskManagementBot. messageService
Constructors in com.flowable.engage.engine.impl.desk.bot with parameters of type MessageService Constructor Description DeskManagementBot(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 MessageService Modifier and Type Method Description protected 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 Modifier and Type Class Description class
MessageServiceImpl
-
Uses of MessageService in com.flowable.engage.engine.impl.notification
Fields in com.flowable.engage.engine.impl.notification declared as MessageService Modifier and Type Field Description protected MessageService
ConversationNotificationEventListener. messageService
Constructors in com.flowable.engage.engine.impl.notification with parameters of type MessageService Constructor Description ConversationNotificationEventListener(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 MessageService Modifier and Type Method Description static 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 MessageService Modifier and Type Field Description protected MessageService
LineInboundStatusHandler. messageService
Constructors in com.flowable.engage.external.system.line with parameters of type MessageService Constructor Description LineInboundStatusHandler(MessageService messageService, UserAccountService userAccountService)
-
Uses of MessageService in com.flowable.engage.external.system.service
Fields in com.flowable.engage.external.system.service declared as MessageService Modifier and Type Field Description protected MessageService
InboundMessageRoutingServiceImpl. messageService
protected MessageService
InboundUnsupportedMessageServiceImpl. messageService
Constructors in com.flowable.engage.external.system.service with parameters of type MessageService Constructor Description InboundMessageRoutingServiceImpl(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 MessageService Modifier and Type Field Description protected MessageService
WeChatInboundStatusHandler. messageService
protected MessageService
WeChatTemplateMessageBot. messageService
Constructors in com.flowable.engage.external.system.wechat with parameters of type MessageService Constructor Description WeChatInboundStatusHandler(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 MessageService Modifier and Type Field Description protected MessageService
WhatsAppInboundStatusHandler. messageService
protected MessageService
WhatsAppMessageReadEventListener. messageService
Constructors in com.flowable.engage.external.system.whatsapp with parameters of type MessageService Constructor Description WhatsAppInboundStatusHandler(MessageService messageService, UserAccountService userAccountService, boolean enableMessageDeletion)
WhatsAppMessageReadEventListener(MessageService messageService, ManagementService managementService)
-