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 ParticipantJoiningBuilderConversationParticipantBuilder. joinParticipant(String userId)Joins a single participant.ParticipantJoiningBuilderConversationParticipantBuilder. joinParticipants(String... userIds)Joins one or more participants.ParticipantJoiningBuilderConversationParticipantBuilder. 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 classParticipantJoiningBuilderImplDefault 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 ParticipantJoiningBuilderConversationParticipantBuilderImpl. joinParticipant(String userId)ParticipantJoiningBuilderConversationParticipantBuilderImpl. joinParticipants(String... userIds)ParticipantJoiningBuilderConversationParticipantBuilderImpl. joinParticipants(Collection<String> userIds)
-