Class FlowableConversationReferenceUpdatedEventImpl
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.FlowableConversationReferenceUpdatedEventImpl
- All Implemented Interfaces:
FlowableConversationReferenceUpdatedEvent
,FlowableEngageEvent
,FlowableEvent
public class FlowableConversationReferenceUpdatedEventImpl
extends FlowableEngageEventImpl
implements FlowableConversationReferenceUpdatedEvent
Simple implementation for the reference update event of a conversation.
- Author:
- Micha Kiener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Conversation
protected final String
protected final String
protected final String
Fields inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
type
-
Constructor Summary
ConstructorsConstructorDescriptionFlowableConversationReferenceUpdatedEventImpl
(Conversation conversation, String oldReferenceId, String oldReferenceType, String oldReferenceDefinitionId) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventImpl
getType
Methods inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
Field Details
-
conversation
-
oldReferenceId
-
oldReferenceType
-
oldReferenceDefinitionId
-
-
Constructor Details
-
FlowableConversationReferenceUpdatedEventImpl
public FlowableConversationReferenceUpdatedEventImpl(Conversation conversation, String oldReferenceId, String oldReferenceType, String oldReferenceDefinitionId)
-
-
Method Details
-
getConversation
- Specified by:
getConversation
in interfaceFlowableConversationReferenceUpdatedEvent
-
getOldReferenceId
- Specified by:
getOldReferenceId
in interfaceFlowableConversationReferenceUpdatedEvent
-
getOldReferenceType
- Specified by:
getOldReferenceType
in interfaceFlowableConversationReferenceUpdatedEvent
-
getOldReferenceDefinitionId
- Specified by:
getOldReferenceDefinitionId
in interfaceFlowableConversationReferenceUpdatedEvent
-