Uses of Interface
com.flowable.engage.rest.service.mapper.message.MessageMapper
Package | Description |
---|---|
com.flowable.engage.rest.service.api.message | |
com.flowable.engage.rest.service.api.notification | |
com.flowable.engage.rest.service.mapper.message |
-
Uses of MessageMapper in com.flowable.engage.rest.service.api.message
Fields in com.flowable.engage.rest.service.api.message declared as MessageMapper Modifier and Type Field Description protected MessageMapper
MediaMessageResourceService. messageMapper
protected MessageMapper
MessageResource. messageMapper
protected MessageMapper
MessageResourceService. messageMapper
Constructors in com.flowable.engage.rest.service.api.message with parameters of type MessageMapper Constructor Description MediaMessageResourceService(ConversationService conversationService, ConversationPermissionService conversationPermissionService, SendMessageRequestMapper sendMessageRequestMapper, MessageQueryRequestMapper queryRequestMapper, MessageService messageService, MessageMapper messageMapper)
MessageResource(MessageService messageService, SendMessageRequestMapper sendMessageRequestMapper, MessageMapper messageMapper, ConversationPermissionService conversationPermissionService, MessageResourceService messageResourceService)
MessageResourceService(ConversationService conversationService, ConversationPermissionService conversationPermissionService, SendMessageRequestMapper sendMessageRequestMapper, MessageQueryRequestMapper queryRequestMapper, MessageService messageService, MessageMapper messageMapper, com.flowable.core.idm.api.UserDefinitionService userDefinitionService)
-
Uses of MessageMapper in com.flowable.engage.rest.service.api.notification
Fields in com.flowable.engage.rest.service.api.notification declared as MessageMapper Modifier and Type Field Description protected MessageMapper
SendNotificationEventListener. messageMapper
Constructors in com.flowable.engage.rest.service.api.notification with parameters of type MessageMapper Constructor Description SendNotificationEventListener(MessageMapper messageMapper, com.flowable.platform.notification.api.NotificationService notificationService, ConversationFilterService conversationFilterService)
-
Uses of MessageMapper in com.flowable.engage.rest.service.mapper.message
Classes in com.flowable.engage.rest.service.mapper.message that implement MessageMapper Modifier and Type Class Description class
MessageMapperImpl