Uses of Interface
com.flowable.engage.api.delegate.event.FlowableAddedParticipantsEvent
-
Packages that use FlowableAddedParticipantsEvent Package Description com.flowable.engage.engine.delegate.event.impl com.flowable.engage.engine.impl.notification -
-
Uses of FlowableAddedParticipantsEvent in com.flowable.engage.engine.delegate.event.impl
Classes in com.flowable.engage.engine.delegate.event.impl that implement FlowableAddedParticipantsEvent Modifier and Type Class Description classFlowableAddedParticipantsEventImplMethods in com.flowable.engage.engine.delegate.event.impl that return FlowableAddedParticipantsEvent Modifier and Type Method Description static FlowableAddedParticipantsEventFlowableEngageEventBuilder. createAddedParticipantsEvent(Conversation conversation, Collection<String> addedParticipants, String userId)Methods in com.flowable.engage.engine.delegate.event.impl with parameters of type FlowableAddedParticipantsEvent Modifier and Type Method Description protected voidAbstractFlowableEngageEngineEventListener. onAddedParticipants(FlowableAddedParticipantsEvent event) -
Uses of FlowableAddedParticipantsEvent in com.flowable.engage.engine.impl.notification
Methods in com.flowable.engage.engine.impl.notification with parameters of type FlowableAddedParticipantsEvent Modifier and Type Method Description protected voidConversationNotificationEventListener. onAddedParticipants(FlowableAddedParticipantsEvent event)
-