Uses of Class
com.flowable.engage.engine.impl.conversation.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 java.util.List<JoinParticipantsData>
AddParticipantsToConversationCmd. joinParticipantsData
Methods in com.flowable.engage.engine.impl.cmd with parameters of type JoinParticipantsData Modifier and Type Method Description protected java.util.Date
AddParticipantsToConversationCmd. calculateJoiningTime(JoinParticipantsData data, ConversationEntity conversation)
protected java.util.Collection<java.lang.String>
AddParticipantsToConversationCmd. handleJoiningParticipantData(JoinParticipantsData data, ConversationEntity conversation, java.util.Set<java.lang.String> currentParticipants, java.lang.String authenticatedUserId, org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
Constructors in com.flowable.engage.engine.impl.cmd with parameters of type JoinParticipantsData Constructor Description AddParticipantsToConversationCmd(java.lang.String conversationId, JoinParticipantsData data)
Constructor parameters in com.flowable.engage.engine.impl.cmd with type arguments of type JoinParticipantsData Constructor Description AddParticipantsToConversationCmd(java.lang.String conversationId, java.util.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 java.util.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 java.util.List<JoinParticipantsData>
ConversationParticipantBuilderImpl. getParticipantsToJoin()
Constructors in com.flowable.engage.engine.impl.conversation with parameters of type JoinParticipantsData Constructor Description ParticipantJoiningBuilderImpl(ConversationParticipantBuilder rootBuilder, JoinParticipantsData joinParticipantsData)