Package | Description |
---|---|
com.flowable.engage.conversation.api | |
com.flowable.engage.engine.impl.conversation |
Modifier and Type | Method and Description |
---|---|
ParticipantJoiningBuilder |
ConversationParticipantBuilder.joinParticipant(String userId)
Joins a single participant.
|
ParticipantJoiningBuilder |
ConversationParticipantBuilder.joinParticipants(Collection<String> userIds)
Joins a collection of participants.
|
ParticipantJoiningBuilder |
ConversationParticipantBuilder.joinParticipants(String... userIds)
Joins one or more participants.
|
Modifier and Type | Class and Description |
---|---|
class |
ParticipantJoiningBuilderImpl
Default implementation of the joining builder to define the exact time of when to join a set of participants.
|
Modifier and Type | Method and Description |
---|---|
ParticipantJoiningBuilder |
ConversationParticipantBuilderImpl.joinParticipant(String userId) |
ParticipantJoiningBuilder |
ConversationParticipantBuilderImpl.joinParticipants(Collection<String> userIds) |
ParticipantJoiningBuilder |
ConversationParticipantBuilderImpl.joinParticipants(String... userIds) |