Uses of Interface
com.flowable.engage.api.delegate.event.FlowableRemovedParticipantsEvent
-
Packages that use FlowableRemovedParticipantsEvent Package Description com.flowable.engage.engine.delegate.event.impl com.flowable.engage.engine.impl.notification -
-
Uses of FlowableRemovedParticipantsEvent in com.flowable.engage.engine.delegate.event.impl
Classes in com.flowable.engage.engine.delegate.event.impl that implement FlowableRemovedParticipantsEvent Modifier and Type Class Description classFlowableRemovedParticipantsEventImplMethods in com.flowable.engage.engine.delegate.event.impl that return FlowableRemovedParticipantsEvent Modifier and Type Method Description static FlowableRemovedParticipantsEventFlowableEngageEventBuilder. createRemovedParticipantsEvent(Conversation conversation, Collection<String> removedParticipants, String userId)Methods in com.flowable.engage.engine.delegate.event.impl with parameters of type FlowableRemovedParticipantsEvent Modifier and Type Method Description protected voidAbstractFlowableEngageEngineEventListener. onRemovedParticipants(FlowableRemovedParticipantsEvent event) -
Uses of FlowableRemovedParticipantsEvent in com.flowable.engage.engine.impl.notification
Methods in com.flowable.engage.engine.impl.notification with parameters of type FlowableRemovedParticipantsEvent Modifier and Type Method Description protected voidConversationNotificationEventListener. onRemovedParticipants(FlowableRemovedParticipantsEvent event)
-