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, org.flowable.engine.TaskService taskService, MessageService messageService, ConversationPermissionService conversationPermissionService, com.flowable.core.idm.api.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, com.flowable.core.idm.api.PlatformIdentityService identityService, com.flowable.core.idm.api.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(org.flowable.common.engine.impl.interceptor.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(org.flowable.common.engine.impl.interceptor.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)
-
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(com.flowable.template.api.TemplateService templateService, ConversationService conversationService, ConversationPermissionService conversationPermissionService, MessageService messageService, com.flowable.core.idm.api.PlatformIdentityService platformIdentityService, org.springframework.jms.core.JmsMessageOperations jmsMessageOperations, WeChatProperties weChatProperties, com.flowable.core.idm.api.UserAccountService userAccountService)
-
Uses of ConversationService in com.flowable.engage.rest.service.api.conversation
Fields in com.flowable.engage.rest.service.api.conversation declared as ConversationService Modifier and Type Field Description protected ConversationService
AbstractEngageResource. conversationService
protected ConversationService
InstanceConversationResourceService. conversationService
Constructors in com.flowable.engage.rest.service.api.conversation with parameters of type ConversationService Constructor Description ConversationResourceService(ConversationService conversationService, ConversationPermissionService conversationPermissionService, StartConversationMapper startConversationMapper, ConversationMapper conversationMapper, ConversationStatusMapper conversationStatusMapper, ConversationQueryRequestMapper conversationQueryRequestMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
InstanceConversationResourceService(ConversationService conversationService, ConversationPermissionService conversationPermissionService, StartConversationMapper startConversationMapper, ConversationMapper conversationMapper, ConversationQueryRequestMapper conversationQueryRequestMapper)
-
Uses of ConversationService in com.flowable.engage.rest.service.api.conversation.anonymous
Fields in com.flowable.engage.rest.service.api.conversation.anonymous declared as ConversationService Modifier and Type Field Description protected ConversationService
AnonymousConversationResource. conversationService
Constructors in com.flowable.engage.rest.service.api.conversation.anonymous with parameters of type ConversationService Constructor Description AnonymousConversationResource(ConversationService conversationService, ConversationMapper conversationMapper, AnonymousConversationServices anonymousConversationServices, com.flowable.license.LicenseCheckService licenseCheckService)
-
Uses of ConversationService in com.flowable.engage.rest.service.api.conversation.anonymous.security
Fields in com.flowable.engage.rest.service.api.conversation.anonymous.security declared as ConversationService Modifier and Type Field Description protected ConversationService
DefaultAnonymousConversationServices. conversationService
Constructors in com.flowable.engage.rest.service.api.conversation.anonymous.security with parameters of type ConversationService Constructor Description DefaultAnonymousConversationServices(ConversationService conversationService, java.lang.String key, AnonymousConversationProvider anonymousConversationProvider)
-
Uses of ConversationService in com.flowable.engage.rest.service.api.conversation.participant
Constructors in com.flowable.engage.rest.service.api.conversation.participant with parameters of type ConversationService Constructor Description ConversationParticipantResourceService(ConversationService conversationService, ConversationPermissionService conversationPermissionService, ConversationParticipantResponseMapper conversationParticipantResponseMapper, com.flowable.core.idm.api.PlatformIdentityService platformIdentityService)
-
Uses of ConversationService in com.flowable.engage.rest.service.api.conversation.search
Constructors in com.flowable.engage.rest.service.api.conversation.search with parameters of type ConversationService Constructor Description ConversationSearchResourceService(ConversationFilterService conversationFilterService, ConversationService conversationService)
-
Uses of ConversationService in com.flowable.engage.rest.service.api.conversation.tag
Constructors in com.flowable.engage.rest.service.api.conversation.tag with parameters of type ConversationService Constructor Description ConversationTagResourceService(ConversationService conversationService)
-
Uses of ConversationService in com.flowable.engage.rest.service.api.mapper.conversation
Methods in com.flowable.engage.rest.service.api.mapper.conversation with parameters of type ConversationService Modifier and Type Method Description static ConversationBuilder
StartConversationMapper. createConversationBuilder(ConversationService conversationService)
static ConversationQuery
ConversationQueryRequestMapper. createConversationQuery(ConversationService conversationService)
ConversationBuilder
StartConversationMapper. mapToBuilder(StartConversationRequest request, ConversationService conversationService)
ConversationBuilder
StartConversationMapperImpl. mapToBuilder(StartConversationRequest request, ConversationService conversationService)
ConversationQuery
ConversationQueryRequestMapper. mapToQuery(ConversationQueryRequest request, ConversationService conversationService)
ConversationQuery
ConversationQueryRequestMapperImpl. mapToQuery(ConversationQueryRequest request, ConversationService conversationService)
-
Uses of ConversationService in com.flowable.engage.rest.service.api.message
Constructors in com.flowable.engage.rest.service.api.message with parameters of type ConversationService Constructor Description MediaMessageResource(MediaMessageResourceService mediaMessageResourceService, ConversationService conversationService, MessageService messageService, com.flowable.core.common.rest.response.ResponseEntityHelper responseEntityHelper)
MediaMessageResourceService(ConversationService conversationService, ConversationPermissionService conversationPermissionService, SendMessageRequestMapper sendMessageRequestMapper, MessageQueryRequestMapper queryRequestMapper, MessageService messageService, MessageMapper messageMapper)
MessageResourceService(ConversationService conversationService, ConversationPermissionService conversationPermissionService, SendMessageRequestMapper sendMessageRequestMapper, MessageQueryRequestMapper queryRequestMapper, MessageService messageService, MessageMapper messageMapper, com.flowable.core.idm.api.UserDefinitionService userDefinitionService)
-
Uses of ConversationService in com.flowable.engage.rest.service.api.notification
Fields in com.flowable.engage.rest.service.api.notification declared as ConversationService Modifier and Type Field Description protected ConversationService
AddedParticipantsEventListener. conversationService
protected ConversationService
ArchiveConversationEventListener. conversationService
protected ConversationService
MessageDeletedEventListener. conversationService
protected ConversationService
MessageReadEventListener. conversationService
protected ConversationService
MessageUpdatedEventListener. conversationService
protected ConversationService
RemovedParticipantsEventListener. conversationService
protected ConversationService
StartConversationEventListener. conversationService
Constructors in com.flowable.engage.rest.service.api.notification with parameters of type ConversationService Constructor Description AddedParticipantsEventListener(com.flowable.platform.notification.api.NotificationService notificationService, ConversationService conversationService)
ArchiveConversationEventListener(com.flowable.platform.notification.api.NotificationService notificationService, ConversationService conversationService)
MessageDeletedEventListener(com.flowable.platform.notification.api.NotificationService notificationService, ConversationService conversationService, com.flowable.core.idm.api.PlatformIdentityService platformIdentityService)
MessageReadEventListener(ConversationService conversationService, com.flowable.platform.notification.api.NotificationService notificationService)
MessageUpdatedEventListener(com.flowable.platform.notification.api.NotificationService notificationService, ConversationService conversationService, com.flowable.core.idm.api.PlatformIdentityService platformIdentityService)
RemovedParticipantsEventListener(com.flowable.platform.notification.api.NotificationService notificationService, ConversationService conversationService)
StartConversationEventListener(com.flowable.platform.notification.api.NotificationService notificationService, ConversationService conversationService)
-
Uses of ConversationService in com.flowable.engage.task
Fields in com.flowable.engage.task declared as ConversationService Modifier and Type Field Description protected ConversationService
EngageConversationService. conversationService
protected ConversationService
EngageMessageService. conversationService
Constructors in com.flowable.engage.task with parameters of type ConversationService Constructor Description EngageConversationService(ConversationService conversationService, CreateConversationExtension createConversationExtension)
EngageMessageService(MessageService messageService, SendMessageExtension sendMessageExtension, com.flowable.core.idm.api.PlatformIdentityService identityService, ConversationService conversationService, com.flowable.core.idm.api.UserAccountService userAccountService, org.flowable.content.api.ContentService contentService)
-
Uses of ConversationService in com.flowable.example
Methods in com.flowable.example with parameters of type ConversationService Modifier and Type Method Description VacationRequestBot
ExampleAppsAutoConfiguration.ExampleAppsConfiguration.VactionRequestLogicConfiguration. vacationRequestBot(org.flowable.engine.RuntimeService processService, org.flowable.engine.HistoryService processHistoryService, org.flowable.cmmn.api.CmmnRuntimeService caseService, org.flowable.engine.TaskService taskService, com.flowable.core.idm.api.PlatformIdentityService identityService, ConversationService conversationService, MessageService messageService)
Create and expose the vacation request handling bot used for some action definitions to be executed.VacationRequestFunctions
ExampleAppsAutoConfiguration.ExampleAppsConfiguration.VactionRequestLogicConfiguration. vacationRequestFunctions(org.flowable.engine.RuntimeService processService, org.flowable.cmmn.api.CmmnRuntimeService caseService, com.flowable.core.idm.api.PlatformIdentityService identityService, ConversationService conversationService)
Create and expose the bean supporting the necessary functions for the vacation request sample app. -
Uses of ConversationService in com.flowable.example.hr.bot
Fields in com.flowable.example.hr.bot declared as ConversationService Modifier and Type Field Description protected ConversationService
VacationRequestBot. conversationService
Constructors in com.flowable.example.hr.bot with parameters of type ConversationService Constructor Description VacationRequestBot(org.flowable.engine.RuntimeService processService, org.flowable.engine.HistoryService processHistoryService, org.flowable.cmmn.api.CmmnRuntimeService caseService, org.flowable.engine.TaskService taskService, com.flowable.core.idm.api.PlatformIdentityService identityService, ConversationService conversationService, MessageService messageService)
-
Uses of ConversationService in com.flowable.example.hr.service
Fields in com.flowable.example.hr.service declared as ConversationService Modifier and Type Field Description protected ConversationService
VacationRequestFunctions. conversationService
Constructors in com.flowable.example.hr.service with parameters of type ConversationService Constructor Description VacationRequestFunctions(org.flowable.engine.RuntimeService processService, org.flowable.cmmn.api.CmmnRuntimeService caseService, com.flowable.core.idm.api.PlatformIdentityService identityService, ConversationService conversationService)