Uses of Class
com.flowable.engage.engine.impl.dto.ConversationParticipant
Packages that use ConversationParticipant
-
Uses of ConversationParticipant in com.flowable.engage.engine.impl.dto
Fields in com.flowable.engage.engine.impl.dto with type parameters of type ConversationParticipantModifier and TypeFieldDescriptionprotected Map<String,
ConversationParticipant> ConversationDTO.participants
Methods in com.flowable.engage.engine.impl.dto that return types with arguments of type ConversationParticipantMethod parameters in com.flowable.engage.engine.impl.dto with type arguments of type ConversationParticipantModifier and TypeMethodDescriptionvoid
ConversationDTO.setParticipants
(Map<String, ConversationParticipant> participants) Constructor parameters in com.flowable.engage.engine.impl.dto with type arguments of type ConversationParticipantModifierConstructorDescriptionConversationDTO
(String id, String name, String fallbackName, String conversationDefinitionId, List<MessageDTO> messages, List<ActionDTO> actions, Map<String, ConversationParticipant> participants, String assigneeId, long unreadCount, long totalCount, Date createdAt, Date updatedAt, Date lastMessageTime, List<String> tags, Integer priority, String avatarUrl, Boolean archived) ConversationDTO
(String id, String name, String fallbackName, String conversationDefinitionId, List<MessageDTO> messages, List<ActionDTO> actions, Map<String, ConversationParticipant> participants, String assigneeId, long unreadCount, long totalCount, Date createdAt, Date updatedAt, Date lastMessageTime, List<String> tags, Integer priority, String avatarUrl, Boolean archived, List<ConversationFilterDTO> filters)