Uses of Interface
com.flowable.engage.conversation.api.ParticipantJoiningBuilder
-
Packages that use ParticipantJoiningBuilder Package Description com.flowable.engage.conversation.api com.flowable.engage.engine.impl.conversation -
-
Uses of ParticipantJoiningBuilder in com.flowable.engage.conversation.api
Methods in com.flowable.engage.conversation.api that return ParticipantJoiningBuilder Modifier and Type Method Description ParticipantJoiningBuilder
ConversationParticipantBuilder. joinParticipant(String userId)
Joins a single participant.ParticipantJoiningBuilder
ConversationParticipantBuilder. joinParticipants(String... userIds)
Joins one or more participants.ParticipantJoiningBuilder
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 ParticipantJoiningBuilder Modifier and Type Class Description class
ParticipantJoiningBuilderImpl
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 ParticipantJoiningBuilder Modifier and Type Method Description ParticipantJoiningBuilder
ConversationParticipantBuilderImpl. joinParticipant(String userId)
ParticipantJoiningBuilder
ConversationParticipantBuilderImpl. joinParticipants(String... userIds)
ParticipantJoiningBuilder
ConversationParticipantBuilderImpl. joinParticipants(Collection<String> userIds)
-