Uses of Interface
com.flowable.engage.conversation.api.ConversationService
Packages that use ConversationService
Package
Description
-
Uses of ConversationService in com.flowable.engage.api
Methods in com.flowable.engage.api that return ConversationService -
Uses of ConversationService in com.flowable.engage.engine
Fields in com.flowable.engage.engine declared as ConversationServiceModifier and TypeFieldDescriptionprotected ConversationService
EngageEngineConfiguration.conversationService
Methods in com.flowable.engage.engine that return ConversationServiceModifier and TypeMethodDescriptionEngageEngine.getConversationService()
EngageEngineConfiguration.getConversationService()
Methods in com.flowable.engage.engine with parameters of type ConversationServiceModifier and TypeMethodDescriptionvoid
EngageEngineConfiguration.setConversationService
(ConversationService conversationService) -
Uses of ConversationService in com.flowable.engage.engine.impl
Fields in com.flowable.engage.engine.impl declared as ConversationServiceModifier and TypeFieldDescriptionprotected ConversationService
EngageEngineImpl.conversationService
Methods in com.flowable.engage.engine.impl that return ConversationService -
Uses of ConversationService in com.flowable.engage.engine.impl.action
Fields in com.flowable.engage.engine.impl.action declared as ConversationServiceModifier and TypeFieldDescriptionprotected final ConversationService
ConversationActionFilter.conversationService
protected final ConversationService
ConversationScopedObjectProvider.conversationService
Constructors in com.flowable.engage.engine.impl.action with parameters of type ConversationServiceModifierConstructorDescriptionConversationActionFilter
(ConversationService conversationService) ConversationScopedObjectProvider
(ConversationService conversationService) -
Uses of ConversationService in com.flowable.engage.engine.impl.bot
Fields in com.flowable.engage.engine.impl.bot declared as ConversationServiceModifier and TypeFieldDescriptionprotected final ConversationService
ConversationManagementBot.conversationService
Constructors in com.flowable.engage.engine.impl.bot with parameters of type ConversationServiceModifierConstructorDescriptionConversationManagementBot
(ConversationService conversationService, TaskService taskService, MessageService messageService, ConversationPermissionService conversationPermissionService, PlatformIdentityService identityService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of ConversationService in com.flowable.engage.engine.impl.conversation
Classes in com.flowable.engage.engine.impl.conversation that implement ConversationServiceModifier and TypeClassDescriptionclass
The default conversation service implementation using commands to provide the necessary functionality. -
Uses of ConversationService in com.flowable.engage.engine.impl.desk
Fields in com.flowable.engage.engine.impl.desk declared as ConversationServiceModifier and TypeFieldDescriptionprotected final ConversationService
DeskConversationListener.conversationService
Constructors in com.flowable.engage.engine.impl.desk with parameters of type ConversationServiceModifierConstructorDescriptionDeskConversationListener
(ConversationService conversationService, MessageService messageService, DeskService deskService) -
Uses of ConversationService in com.flowable.engage.engine.impl.desk.bot
Fields in com.flowable.engage.engine.impl.desk.bot declared as ConversationServiceModifier and TypeFieldDescriptionprotected final ConversationService
DeskManagementBot.conversationService
Constructors in com.flowable.engage.engine.impl.desk.bot with parameters of type ConversationServiceModifierConstructorDescriptionDeskManagementBot
(ConversationService conversationService, ConversationPermissionService conversationPermissionService, MessageService messageService, PlatformIdentityService identityService, UserDefinitionService userDefinitionService, DeskService deskService) -
Uses of ConversationService in com.flowable.engage.engine.impl.desk.cmd
Methods in com.flowable.engage.engine.impl.desk.cmd that return ConversationServiceModifier and TypeMethodDescriptionprotected ConversationService
AbstractDeskCmd.getConversationService
(CommandContext commandContext) -
Uses of ConversationService in com.flowable.engage.engine.impl.util
Methods in com.flowable.engage.engine.impl.util that return ConversationServiceModifier and TypeMethodDescriptionstatic ConversationService
CommandContextUtil.getConversationService
(CommandContext commandContext) -
Uses of ConversationService in com.flowable.engage.external.system.service
Fields in com.flowable.engage.external.system.service declared as ConversationServiceModifier and TypeFieldDescriptionprotected final ConversationService
InboundMessageRoutingServiceImpl.conversationService
Constructors in com.flowable.engage.external.system.service with parameters of type ConversationServiceModifierConstructorDescriptionInboundMessageRoutingServiceImpl
(MessageService messageService, ConversationService conversationService, ExternalSystemContentService externalSystemContentService, EventRegistry eventRegistry, InboundMessageEventPayloadExtractor inboundMessageEventPayloadExtractor) -
Uses of ConversationService in com.flowable.engage.external.system.wechat
Fields in com.flowable.engage.external.system.wechat declared as ConversationServiceModifier and TypeFieldDescriptionprotected final ConversationService
WeChatTemplateMessageBot.conversationService
Constructors in com.flowable.engage.external.system.wechat with parameters of type ConversationServiceModifierConstructorDescriptionWeChatTemplateMessageBot
(TemplateService templateService, ConversationService conversationService, ConversationPermissionService conversationPermissionService, MessageService messageService, PlatformIdentityService platformIdentityService, JmsMessageOperations jmsMessageOperations, WeChatProperties weChatProperties, UserAccountService userAccountService)