Uses of Class
com.flowable.engage.dto.conversation.participant.ConversationParticipantResponse
-
Uses of ConversationParticipantResponse in com.flowable.engage.dto.conversation.search
Fields in com.flowable.engage.dto.conversation.search with type parameters of type ConversationParticipantResponse Modifier and Type Field Description protected java.util.Map<java.lang.String,ConversationParticipantResponse>
ConversationSearchResponse. participantsInfo
Methods in com.flowable.engage.dto.conversation.search that return types with arguments of type ConversationParticipantResponse Modifier and Type Method Description java.util.Map<java.lang.String,ConversationParticipantResponse>
ConversationSearchResponse. getParticipantsInfo()
Method parameters in com.flowable.engage.dto.conversation.search with type arguments of type ConversationParticipantResponse Modifier and Type Method Description void
ConversationSearchResponse. setParticipantsInfo(java.util.Map<java.lang.String,ConversationParticipantResponse> participantsInfo)
-
Uses of ConversationParticipantResponse in com.flowable.engage.rest.service.api.conversation.participant
Methods in com.flowable.engage.rest.service.api.conversation.participant that return ConversationParticipantResponse Modifier and Type Method Description ConversationParticipantResponse
ConversationParticipantResourceService. findParticipant(java.lang.String conversationId, java.lang.String participantId, java.security.Principal principal)
Methods in com.flowable.engage.rest.service.api.conversation.participant that return types with arguments of type ConversationParticipantResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<ConversationParticipantResponse>
ConversationParticipantResource. findConversationParticipant(java.lang.String conversationId, java.lang.String participantId, java.security.Principal principal)
org.springframework.http.ResponseEntity<org.flowable.common.rest.api.DataResponse<ConversationParticipantResponse>>
ConversationParticipantResource. queryNonParticipants(java.lang.String conversationId, ConversationNonParticipantsQueryRequest request, java.security.Principal principal)
org.flowable.common.rest.api.DataResponse<ConversationParticipantResponse>
ConversationParticipantResourceService. queryNonParticipants(java.lang.String conversationId, ConversationNonParticipantsQueryRequest request, java.security.Principal principal)
org.springframework.http.ResponseEntity<org.flowable.common.rest.api.DataResponse<ConversationParticipantResponse>>
ConversationParticipantResource. queryParticipants(java.lang.String conversationId, ConversationParticipantsQueryRequest request, java.security.Principal principal)
org.flowable.common.rest.api.DataResponse<ConversationParticipantResponse>
ConversationParticipantResourceService. queryParticipants(java.lang.String conversationId, ConversationParticipantsQueryRequest request, java.security.Principal principal)
-
Uses of ConversationParticipantResponse in com.flowable.engage.rest.service.api.mapper.conversation.participant
Methods in com.flowable.engage.rest.service.api.mapper.conversation.participant that return ConversationParticipantResponse Modifier and Type Method Description ConversationParticipantResponse
ConversationParticipantResponseMapper. map(com.flowable.core.idm.api.PlatformUser user)
ConversationParticipantResponse
ConversationParticipantResponseMapperImpl. map(com.flowable.core.idm.api.PlatformUser user)
Methods in com.flowable.engage.rest.service.api.mapper.conversation.participant that return types with arguments of type ConversationParticipantResponse Modifier and Type Method Description java.util.List<ConversationParticipantResponse>
ConversationParticipantResponseMapper. map(java.util.List<com.flowable.core.idm.api.PlatformUser> users, com.flowable.core.idm.api.PlatformIdentityService identityService)
java.util.List<ConversationParticipantResponse>
ConversationParticipantResponseMapperImpl. map(java.util.List<com.flowable.core.idm.api.PlatformUser> users, com.flowable.core.idm.api.PlatformIdentityService identityService)