Uses of Class
com.flowable.engage.engine.impl.dto.ConversationParticipant
-
Packages that use ConversationParticipant Package Description com.flowable.engage.engine.impl.dto -
-
Uses of ConversationParticipant in com.flowable.engage.engine.impl.dto
Fields in com.flowable.engage.engine.impl.dto with type parameters of type ConversationParticipant Modifier and Type Field Description protected Map<String,ConversationParticipant>
ConversationDTO. participants
Methods in com.flowable.engage.engine.impl.dto that return types with arguments of type ConversationParticipant Modifier and Type Method Description Map<String,ConversationParticipant>
ConversationDTO. getParticipants()
Method parameters in com.flowable.engage.engine.impl.dto with type arguments of type ConversationParticipant Modifier and Type Method Description void
ConversationDTO. setParticipants(Map<String,ConversationParticipant> participants)
Constructor parameters in com.flowable.engage.engine.impl.dto with type arguments of type ConversationParticipant Constructor Description 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)
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)
-