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
Fields Modifier and Type Field Description protected Conversation
conversation
protected String
oldReferenceDefinitionId
protected String
oldReferenceId
protected String
oldReferenceType
-
Fields inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
type
-
-
Constructor Summary
Constructors Constructor Description FlowableConversationReferenceUpdatedEventImpl(Conversation conversation, String oldReferenceId, String oldReferenceType, String oldReferenceDefinitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Conversation
getConversation()
String
getOldReferenceDefinitionId()
String
getOldReferenceId()
String
getOldReferenceType()
-
Methods 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 Detail
-
conversation
protected final Conversation conversation
-
oldReferenceId
protected final String oldReferenceId
-
oldReferenceType
protected final String oldReferenceType
-
oldReferenceDefinitionId
protected final String oldReferenceDefinitionId
-
-
Constructor Detail
-
FlowableConversationReferenceUpdatedEventImpl
public FlowableConversationReferenceUpdatedEventImpl(Conversation conversation, String oldReferenceId, String oldReferenceType, String oldReferenceDefinitionId)
-
-
Method Detail
-
getConversation
public Conversation getConversation()
- Specified by:
getConversation
in interfaceFlowableConversationReferenceUpdatedEvent
-
getOldReferenceId
public String getOldReferenceId()
- Specified by:
getOldReferenceId
in interfaceFlowableConversationReferenceUpdatedEvent
-
getOldReferenceType
public String getOldReferenceType()
- Specified by:
getOldReferenceType
in interfaceFlowableConversationReferenceUpdatedEvent
-
getOldReferenceDefinitionId
public String getOldReferenceDefinitionId()
- Specified by:
getOldReferenceDefinitionId
in interfaceFlowableConversationReferenceUpdatedEvent
-
-