Uses of Interface
com.flowable.engage.rest.service.api.mapper.conversation.ConversationStatusMapper
Package | Description |
---|---|
com.flowable.engage.rest.service.api.conversation | |
com.flowable.engage.rest.service.api.mapper.conversation |
-
Uses of ConversationStatusMapper in com.flowable.engage.rest.service.api.conversation
Fields in com.flowable.engage.rest.service.api.conversation declared as ConversationStatusMapper Modifier and Type Field Description protected ConversationStatusMapper
ConversationResourceService. conversationStatusMapper
Constructors in com.flowable.engage.rest.service.api.conversation with parameters of type ConversationStatusMapper Constructor Description ConversationResourceService(ConversationService conversationService, ConversationPermissionService conversationPermissionService, StartConversationMapper startConversationMapper, ConversationMapper conversationMapper, ConversationStatusMapper conversationStatusMapper, ConversationQueryRequestMapper conversationQueryRequestMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Uses of ConversationStatusMapper in com.flowable.engage.rest.service.api.mapper.conversation
Classes in com.flowable.engage.rest.service.api.mapper.conversation that implement ConversationStatusMapper Modifier and Type Class Description class
ConversationStatusMapperImpl