Uses of Interface
com.flowable.engage.api.delegate.event.FlowableConversationReferenceUpdatedEvent
-
Packages that use FlowableConversationReferenceUpdatedEvent Package Description com.flowable.engage.engine.delegate.event.impl -
-
Uses of FlowableConversationReferenceUpdatedEvent in com.flowable.engage.engine.delegate.event.impl
Classes in com.flowable.engage.engine.delegate.event.impl that implement FlowableConversationReferenceUpdatedEvent Modifier and Type Class Description class
FlowableConversationReferenceUpdatedEventImpl
Simple implementation for the reference update event of a conversation.Methods in com.flowable.engage.engine.delegate.event.impl that return FlowableConversationReferenceUpdatedEvent Modifier and Type Method Description static FlowableConversationReferenceUpdatedEvent
FlowableEngageEventBuilder. createConversationReferenceUpdatedEvent(Conversation conversation, String oldReferenceId, String oldReferenceType, String oldReferenceDefinitionId)
-