Uses of Class
com.flowable.engage.engine.impl.conversation.JoinParticipantsData
-
Packages that use JoinParticipantsData Package Description com.flowable.engage.engine.impl.cmd com.flowable.engage.engine.impl.conversation -
-
Uses of JoinParticipantsData in com.flowable.engage.engine.impl.cmd
Fields in com.flowable.engage.engine.impl.cmd with type parameters of type JoinParticipantsData Modifier and Type Field Description protected List<JoinParticipantsData>
AddParticipantsToConversationCmd. joinParticipantsData
Methods in com.flowable.engage.engine.impl.cmd with parameters of type JoinParticipantsData Modifier and Type Method Description protected Date
AddParticipantsToConversationCmd. calculateJoiningTime(JoinParticipantsData data, ConversationEntity conversation)
protected Collection<String>
AddParticipantsToConversationCmd. handleJoiningParticipantData(JoinParticipantsData data, ConversationEntity conversation, Set<String> currentParticipants, String authenticatedUserId, CommandContext commandContext)
Constructors in com.flowable.engage.engine.impl.cmd with parameters of type JoinParticipantsData Constructor Description AddParticipantsToConversationCmd(String conversationId, JoinParticipantsData data)
Constructor parameters in com.flowable.engage.engine.impl.cmd with type arguments of type JoinParticipantsData Constructor Description AddParticipantsToConversationCmd(String conversationId, List<JoinParticipantsData> data)
-
Uses of JoinParticipantsData in com.flowable.engage.engine.impl.conversation
Fields in com.flowable.engage.engine.impl.conversation declared as JoinParticipantsData Modifier and Type Field Description protected JoinParticipantsData
ParticipantJoiningBuilderImpl. joinParticipantsData
Fields in com.flowable.engage.engine.impl.conversation with type parameters of type JoinParticipantsData Modifier and Type Field Description protected List<JoinParticipantsData>
ConversationParticipantBuilderImpl. participantsToJoin
Methods in com.flowable.engage.engine.impl.conversation that return JoinParticipantsData Modifier and Type Method Description JoinParticipantsData
ParticipantJoiningBuilderImpl. getJoinParticipantsData()
Methods in com.flowable.engage.engine.impl.conversation that return types with arguments of type JoinParticipantsData Modifier and Type Method Description List<JoinParticipantsData>
ConversationParticipantBuilderImpl. getParticipantsToJoin()
Constructors in com.flowable.engage.engine.impl.conversation with parameters of type JoinParticipantsData Constructor Description ParticipantJoiningBuilderImpl(ConversationParticipantBuilder rootBuilder, JoinParticipantsData joinParticipantsData)
-