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 ConversationServiceEngageEngineConfigurationApi. getConversationService() -
Uses of ConversationService in com.flowable.engage.engine
Fields in com.flowable.engage.engine declared as ConversationService Modifier and Type Field Description protected ConversationServiceEngageEngineConfiguration. conversationServiceMethods in com.flowable.engage.engine that return ConversationService Modifier and Type Method Description ConversationServiceEngageEngine. getConversationService()ConversationServiceEngageEngineConfiguration. getConversationService()Methods in com.flowable.engage.engine with parameters of type ConversationService Modifier and Type Method Description voidEngageEngineConfiguration. 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 ConversationServiceEngageEngineImpl. conversationServiceMethods in com.flowable.engage.engine.impl that return ConversationService Modifier and Type Method Description ConversationServiceEngageEngineImpl. 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 ConversationServiceConversationActionFilter. conversationServiceprotected ConversationServiceConversationScopedObjectProvider. conversationServiceConstructors 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 ConversationServiceConversationManagementBot. conversationServiceConstructors 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 classConversationServiceImplThe 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 ConversationServiceDeskConversationListener. conversationServiceConstructors 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 ConversationServiceDeskManagementBot. conversationServiceConstructors 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 ConversationServiceAbstractDeskCmd. 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 ConversationServiceCommandContextUtil. 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 ConversationServiceInboundMessageRoutingServiceImpl. conversationServiceConstructors 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 ConversationServiceWeChatTemplateMessageBot. conversationServiceConstructors 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)
-