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 Conversationprotected final Stringprotected final Stringprotected final StringFields 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
getTypeMethods inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
getConversationin interfaceFlowableConversationReferenceUpdatedEvent
-
getOldReferenceId
- Specified by:
getOldReferenceIdin interfaceFlowableConversationReferenceUpdatedEvent
-
getOldReferenceType
- Specified by:
getOldReferenceTypein interfaceFlowableConversationReferenceUpdatedEvent
-
getOldReferenceDefinitionId
- Specified by:
getOldReferenceDefinitionIdin interfaceFlowableConversationReferenceUpdatedEvent
-