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
,org.flowable.common.engine.api.delegate.event.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 java.lang.String
oldReferenceDefinitionId
protected java.lang.String
oldReferenceId
protected java.lang.String
oldReferenceType
-
Constructor Summary
Constructors Constructor Description FlowableConversationReferenceUpdatedEventImpl(Conversation conversation, java.lang.String oldReferenceId, java.lang.String oldReferenceType, java.lang.String oldReferenceDefinitionId)
-
Method Summary
Modifier and Type Method Description Conversation
getConversation()
java.lang.String
getOldReferenceDefinitionId()
java.lang.String
getOldReferenceId()
java.lang.String
getOldReferenceType()
Methods inherited from class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventImpl
getType
-
Field Details
-
conversation
-
oldReferenceId
protected final java.lang.String oldReferenceId -
oldReferenceType
protected final java.lang.String oldReferenceType -
oldReferenceDefinitionId
protected final java.lang.String oldReferenceDefinitionId
-
-
Constructor Details
-
FlowableConversationReferenceUpdatedEventImpl
public FlowableConversationReferenceUpdatedEventImpl(Conversation conversation, java.lang.String oldReferenceId, java.lang.String oldReferenceType, java.lang.String oldReferenceDefinitionId)
-
-
Method Details
-
getConversation
- Specified by:
getConversation
in interfaceFlowableConversationReferenceUpdatedEvent
-
getOldReferenceId
public java.lang.String getOldReferenceId()- Specified by:
getOldReferenceId
in interfaceFlowableConversationReferenceUpdatedEvent
-
getOldReferenceType
public java.lang.String getOldReferenceType()- Specified by:
getOldReferenceType
in interfaceFlowableConversationReferenceUpdatedEvent
-
getOldReferenceDefinitionId
public java.lang.String getOldReferenceDefinitionId()- Specified by:
getOldReferenceDefinitionId
in interfaceFlowableConversationReferenceUpdatedEvent
-