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 MessageServiceEngageEngineConfiguration.messageServiceMethods 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 TypeMethodDescriptionvoidEngageEngineConfiguration.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 MessageServiceConversationManagementBot.messageServiceConstructors 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 MessageServiceAddParticipantsToConversationCmd.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 MessageServiceDeskConversationListener.messageServiceMethods in com.flowable.engage.engine.impl.desk that return MessageServiceModifier and TypeMethodDescriptionprotected MessageServiceDeskConversationListener.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 MessageServiceAbstractDeskCmd.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 MessageServiceConversationNotificationEventListener.messageServiceConstructors 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 MessageServiceCommandContextUtil.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 MessageServiceLineInboundStatusHandler.messageServiceConstructors 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 MessageServiceInboundMessageRoutingServiceImpl.messageServiceprotected final MessageServiceInboundUnsupportedMessageServiceImpl.messageServiceConstructors 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 MessageServiceWeChatInboundStatusHandler.messageServiceprotected final MessageServiceWeChatTemplateMessageBot.messageServiceConstructors 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 MessageServiceWhatsAppInboundStatusHandler.messageServiceprotected final MessageServiceWhatsAppMessageReadEventListener.messageServiceConstructors in com.flowable.engage.external.system.whatsapp with parameters of type MessageServiceModifierConstructorDescriptionWhatsAppInboundStatusHandler(MessageService messageService, UserAccountService userAccountService, boolean enableMessageDeletion) WhatsAppMessageReadEventListener(MessageService messageService, ManagementService managementService)