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 ConversationServiceEngageEngineConfiguration.conversationServiceMethods 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 TypeMethodDescriptionvoidEngageEngineConfiguration.setConversationService(ConversationService conversationService) -
Uses of ConversationService in com.flowable.engage.engine.impl
Fields in com.flowable.engage.engine.impl declared as ConversationServiceModifier and TypeFieldDescriptionprotected ConversationServiceEngageEngineImpl.conversationServiceMethods 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 ConversationServiceConversationActionFilter.conversationServiceprotected final ConversationServiceConversationScopedObjectProvider.conversationServiceConstructors 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 ConversationServiceConversationManagementBot.conversationServiceConstructors 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 TypeClassDescriptionclassThe 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 ConversationServiceDeskConversationListener.conversationServiceConstructors 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 ConversationServiceDeskManagementBot.conversationServiceConstructors 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 ConversationServiceAbstractDeskCmd.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 ConversationServiceCommandContextUtil.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 ConversationServiceInboundMessageRoutingServiceImpl.conversationServiceConstructors 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 ConversationServiceWeChatTemplateMessageBot.conversationServiceConstructors 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)