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 class
FlowableRemovedParticipantsEventImpl
Methods in com.flowable.engage.engine.delegate.event.impl that return FlowableRemovedParticipantsEvent Modifier and Type Method Description static FlowableRemovedParticipantsEvent
FlowableEngageEventBuilder. 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 void
AbstractFlowableEngageEngineEventListener. 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 void
ConversationNotificationEventListener. onRemovedParticipants(FlowableRemovedParticipantsEvent event)
-