Class FlowableAddedParticipantsEventImpl
java.lang.Object
org.flowable.common.engine.impl.event.FlowableEventImpl
com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventImpl
com.flowable.engage.engine.delegate.event.impl.FlowableAddedParticipantsEventImpl
- All Implemented Interfaces:
FlowableAddedParticipantsEvent,FlowableEngageEvent,FlowableEvent
public class FlowableAddedParticipantsEventImpl
extends FlowableEngageEventImpl
implements FlowableAddedParticipantsEvent
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Collection<String>protected final Conversationprotected final StringFields inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
type -
Constructor Summary
ConstructorsConstructorDescriptionFlowableAddedParticipantsEventImpl(Conversation conversation, Collection<String> addedParticipants, String userId) -
Method Summary
Modifier and TypeMethodDescriptionThe ids of the participants that were added to the conversation.The conversation with the updated participants.The id of the user that is doing the adding of the participantsMethods inherited from class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventImpl
getTypeMethods inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
Field Details
-
conversation
-
addedParticipants
-
userId
-
-
Constructor Details
-
FlowableAddedParticipantsEventImpl
public FlowableAddedParticipantsEventImpl(Conversation conversation, Collection<String> addedParticipants, String userId)
-
-
Method Details
-
getConversation
Description copied from interface:FlowableAddedParticipantsEventThe conversation with the updated participants.- Specified by:
getConversationin interfaceFlowableAddedParticipantsEvent- Returns:
- the conversation that was updated
-
getAddedParticipants
Description copied from interface:FlowableAddedParticipantsEventThe ids of the participants that were added to the conversation.- Specified by:
getAddedParticipantsin interfaceFlowableAddedParticipantsEvent- Returns:
- the ids of the participants that were added
-
getUserId
Description copied from interface:FlowableAddedParticipantsEventThe id of the user that is doing the adding of the participants- Specified by:
getUserIdin interfaceFlowableAddedParticipantsEvent- Returns:
- the id of the user that is doing the adding of the participants
-