Uses of Class
com.flowable.engage.engine.impl.conversation.JoinParticipantsData
Packages that use JoinParticipantsData
Package
Description
-
Uses of JoinParticipantsData in com.flowable.engage.engine.impl.cmd
Fields in com.flowable.engage.engine.impl.cmd with type parameters of type JoinParticipantsDataModifier and TypeFieldDescriptionprotected final List<JoinParticipantsData>
AddParticipantsToConversationCmd.joinParticipantsData
Methods in com.flowable.engage.engine.impl.cmd with parameters of type JoinParticipantsDataModifier and TypeMethodDescriptionprotected 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 JoinParticipantsDataModifierConstructorDescriptionAddParticipantsToConversationCmd
(String conversationId, JoinParticipantsData data) Constructor parameters in com.flowable.engage.engine.impl.cmd with type arguments of type JoinParticipantsDataModifierConstructorDescriptionAddParticipantsToConversationCmd
(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 JoinParticipantsDataModifier and TypeFieldDescriptionprotected final JoinParticipantsData
ParticipantJoiningBuilderImpl.joinParticipantsData
Fields in com.flowable.engage.engine.impl.conversation with type parameters of type JoinParticipantsDataModifier and TypeFieldDescriptionprotected List<JoinParticipantsData>
ConversationParticipantBuilderImpl.participantsToJoin
Methods in com.flowable.engage.engine.impl.conversation that return JoinParticipantsDataMethods in com.flowable.engage.engine.impl.conversation that return types with arguments of type JoinParticipantsDataConstructors in com.flowable.engage.engine.impl.conversation with parameters of type JoinParticipantsDataModifierConstructorDescriptionParticipantJoiningBuilderImpl
(ConversationParticipantBuilder rootBuilder, JoinParticipantsData joinParticipantsData)