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 MessageServiceEngageEngineConfigurationApi. getMessageService() -
Uses of MessageService in com.flowable.engage.engine
Fields in com.flowable.engage.engine declared as MessageService Modifier and Type Field Description protected MessageServiceEngageEngineConfiguration. messageServiceMethods in com.flowable.engage.engine that return MessageService Modifier and Type Method Description MessageServiceEngageEngine. getMessageService()MessageServiceEngageEngineConfiguration. getMessageService()Methods in com.flowable.engage.engine with parameters of type MessageService Modifier and Type Method Description voidEngageEngineConfiguration. 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 MessageServiceEngageEngineImpl. messageServiceMethods in com.flowable.engage.engine.impl that return MessageService Modifier and Type Method Description MessageServiceEngageEngineImpl. 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 MessageServiceConversationManagementBot. messageServiceConstructors 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 MessageServiceAddParticipantsToConversationCmd. 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 MessageServiceDeskConversationListener. messageServiceMethods in com.flowable.engage.engine.impl.desk that return MessageService Modifier and Type Method Description protected MessageServiceDeskConversationListener. 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 MessageServiceDeskManagementBot. messageServiceConstructors 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 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 Modifier and Type Class Description classMessageServiceImpl -
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 MessageServiceConversationNotificationEventListener. messageServiceConstructors 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 MessageServiceCommandContextUtil. 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 MessageServiceLineInboundStatusHandler. messageServiceConstructors 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 MessageServiceInboundMessageRoutingServiceImpl. messageServiceprotected MessageServiceInboundUnsupportedMessageServiceImpl. messageServiceConstructors 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 MessageServiceWeChatInboundStatusHandler. messageServiceprotected MessageServiceWeChatTemplateMessageBot. messageServiceConstructors 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 MessageServiceWhatsAppInboundStatusHandler. messageServiceprotected MessageServiceWhatsAppMessageReadEventListener. messageServiceConstructors 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)
-