Class FlowableConversationOwnerChangedEventImpl
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.FlowableConversationOwnerChangedEventImpl
- All Implemented Interfaces:
FlowableConversationOwnerChangedEvent
,FlowableEngageEvent
,org.flowable.common.engine.api.delegate.event.FlowableEvent
public class FlowableConversationOwnerChangedEventImpl extends FlowableEngageEventImpl implements FlowableConversationOwnerChangedEvent
- Author:
- Anatolii Balakiriev
-
Field Summary
Fields Modifier and Type Field Description protected Conversation
conversation
protected java.lang.String
oldOwner
-
Constructor Summary
Constructors Constructor Description FlowableConversationOwnerChangedEventImpl(Conversation conversation, java.lang.String oldOwner)
-
Method Summary
Modifier and Type Method Description Conversation
getConversation()
java.lang.String
getOldOwner()
Methods inherited from class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventImpl
getType
-
Field Details
-
conversation
-
oldOwner
protected final java.lang.String oldOwner
-
-
Constructor Details
-
FlowableConversationOwnerChangedEventImpl
public FlowableConversationOwnerChangedEventImpl(Conversation conversation, java.lang.String oldOwner)
-
-
Method Details
-
getConversation
- Specified by:
getConversation
in interfaceFlowableConversationOwnerChangedEvent
-
getOldOwner
public java.lang.String getOldOwner()- Specified by:
getOldOwner
in interfaceFlowableConversationOwnerChangedEvent
-