Class FlowableRemovedParticipantsEventImpl
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.FlowableRemovedParticipantsEventImpl
- All Implemented Interfaces:
FlowableEngageEvent,FlowableRemovedParticipantsEvent,FlowableEvent
public class FlowableRemovedParticipantsEventImpl
extends FlowableEngageEventImpl
implements FlowableRemovedParticipantsEvent
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Conversationprotected final Collection<String>protected final StringFields inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
type -
Constructor Summary
ConstructorsConstructorDescriptionFlowableRemovedParticipantsEventImpl(Conversation conversation, Collection<String> removedParticipants, String userId) -
Method Summary
Modifier and TypeMethodDescriptionThe conversation with the removed participants.The ids of the participants that were removed from the conversation.The id of the user that is doing the removing 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
-
removedParticipants
-
userId
-
-
Constructor Details
-
FlowableRemovedParticipantsEventImpl
public FlowableRemovedParticipantsEventImpl(Conversation conversation, Collection<String> removedParticipants, String userId)
-
-
Method Details
-
getConversation
Description copied from interface:FlowableRemovedParticipantsEventThe conversation with the removed participants.- Specified by:
getConversationin interfaceFlowableRemovedParticipantsEvent- Returns:
- the conversation that was updated
-
getRemovedParticipants
Description copied from interface:FlowableRemovedParticipantsEventThe ids of the participants that were removed from the conversation. Nevernullor empty.- Specified by:
getRemovedParticipantsin interfaceFlowableRemovedParticipantsEvent- Returns:
- the ids of the removed participants
-
getUserId
Description copied from interface:FlowableRemovedParticipantsEventThe id of the user that is doing the removing of the participants- Specified by:
getUserIdin interfaceFlowableRemovedParticipantsEvent- Returns:
- the id of the user that is doing the removing of the participants
-