| Package | Description |
|---|---|
| com.flowable.engage.engine.impl.cmd | |
| com.flowable.engage.engine.impl.conversation |
| Modifier and Type | Field and Description |
|---|---|
protected List<JoinParticipantsData> |
AddParticipantsToConversationCmd.joinParticipantsData |
| Modifier and Type | Method and Description |
|---|---|
protected Date |
AddParticipantsToConversationCmd.calculateJoiningTime(JoinParticipantsData data,
ConversationEntity conversation) |
protected Collection<String> |
AddParticipantsToConversationCmd.handleJoiningParticipantData(JoinParticipantsData data,
ConversationEntity conversation,
Set<String> currentParticipants,
String authenticatedUserId,
CommandContext commandContext) |
| Constructor and Description |
|---|
AddParticipantsToConversationCmd(String conversationId,
JoinParticipantsData data) |
| Constructor and Description |
|---|
AddParticipantsToConversationCmd(String conversationId,
List<JoinParticipantsData> data) |
| Modifier and Type | Field and Description |
|---|---|
protected JoinParticipantsData |
ParticipantJoiningBuilderImpl.joinParticipantsData |
| Modifier and Type | Field and Description |
|---|---|
protected List<JoinParticipantsData> |
ConversationParticipantBuilderImpl.participantsToJoin |
| Modifier and Type | Method and Description |
|---|---|
JoinParticipantsData |
ParticipantJoiningBuilderImpl.getJoinParticipantsData() |
| Modifier and Type | Method and Description |
|---|---|
List<JoinParticipantsData> |
ConversationParticipantBuilderImpl.getParticipantsToJoin() |
| Constructor and Description |
|---|
ParticipantJoiningBuilderImpl(ConversationParticipantBuilder rootBuilder,
JoinParticipantsData joinParticipantsData) |