Uses of Interface
com.flowable.engage.conversation.api.ParticipantJoiningBuilder
Packages that use ParticipantJoiningBuilder
Package
Description
-
Uses of ParticipantJoiningBuilder in com.flowable.engage.conversation.api
Methods in com.flowable.engage.conversation.api that return ParticipantJoiningBuilderModifier and TypeMethodDescriptionConversationParticipantBuilder.joinParticipant
(String userId) Joins a single participant.ConversationParticipantBuilder.joinParticipants
(String... userIds) Joins one or more participants.ConversationParticipantBuilder.joinParticipants
(Collection<String> userIds) Joins a collection of participants. -
Uses of ParticipantJoiningBuilder in com.flowable.engage.engine.impl.conversation
Classes in com.flowable.engage.engine.impl.conversation that implement ParticipantJoiningBuilderModifier and TypeClassDescriptionclass
Default implementation of the joining builder to define the exact time of when to join a set of participants.Methods in com.flowable.engage.engine.impl.conversation that return ParticipantJoiningBuilderModifier and TypeMethodDescriptionConversationParticipantBuilderImpl.joinParticipant
(String userId) ConversationParticipantBuilderImpl.joinParticipants
(String... userIds) ConversationParticipantBuilderImpl.joinParticipants
(Collection<String> userIds)