Uses of Interface
com.flowable.engage.conversation.api.ConversationService
-
-
Uses of ConversationService in com.flowable.engage.api
Methods in com.flowable.engage.api that return ConversationService Modifier and Type Method Description ConversationService
EngageEngineConfigurationApi. getConversationService()
-
Uses of ConversationService in com.flowable.engage.engine
Fields in com.flowable.engage.engine declared as ConversationService Modifier and Type Field Description protected ConversationService
EngageEngineConfiguration. conversationService
Methods in com.flowable.engage.engine that return ConversationService Modifier and Type Method Description ConversationService
EngageEngine. getConversationService()
ConversationService
EngageEngineConfiguration. getConversationService()
Methods in com.flowable.engage.engine with parameters of type ConversationService Modifier and Type Method Description void
EngageEngineConfiguration. setConversationService(ConversationService conversationService)
-
Uses of ConversationService in com.flowable.engage.engine.impl
Fields in com.flowable.engage.engine.impl declared as ConversationService Modifier and Type Field Description protected ConversationService
EngageEngineImpl. conversationService
Methods in com.flowable.engage.engine.impl that return ConversationService Modifier and Type Method Description ConversationService
EngageEngineImpl. getConversationService()
-
Uses of ConversationService in com.flowable.engage.engine.impl.action
Fields in com.flowable.engage.engine.impl.action declared as ConversationService Modifier and Type Field Description protected ConversationService
ConversationActionFilter. conversationService
protected ConversationService
ConversationScopedObjectProvider. conversationService
Constructors in com.flowable.engage.engine.impl.action with parameters of type ConversationService Constructor Description ConversationActionFilter(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 ConversationService Modifier and Type Field Description protected ConversationService
ConversationManagementBot. conversationService
Constructors in com.flowable.engage.engine.impl.bot with parameters of type ConversationService Constructor Description ConversationManagementBot(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 ConversationService Modifier and Type Class Description class
ConversationServiceImpl
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 ConversationService Modifier and Type Field Description protected ConversationService
DeskConversationListener. conversationService
Constructors in com.flowable.engage.engine.impl.desk with parameters of type ConversationService Constructor Description DeskConversationListener(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 ConversationService Modifier and Type Field Description protected ConversationService
DeskManagementBot. conversationService
Constructors in com.flowable.engage.engine.impl.desk.bot with parameters of type ConversationService Constructor Description DeskManagementBot(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 ConversationService Modifier and Type Method Description protected 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 ConversationService Modifier and Type Method Description static 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 ConversationService Modifier and Type Field Description protected ConversationService
InboundMessageRoutingServiceImpl. conversationService
Constructors in com.flowable.engage.external.system.service with parameters of type ConversationService Constructor Description InboundMessageRoutingServiceImpl(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 ConversationService Modifier and Type Field Description protected ConversationService
WeChatTemplateMessageBot. conversationService
Constructors in com.flowable.engage.external.system.wechat with parameters of type ConversationService Constructor Description WeChatTemplateMessageBot(TemplateService templateService, ConversationService conversationService, ConversationPermissionService conversationPermissionService, MessageService messageService, PlatformIdentityService platformIdentityService, JmsMessageOperations jmsMessageOperations, WeChatProperties weChatProperties, UserAccountService userAccountService)
-