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
,FlowableEvent
public class FlowableConversationOwnerChangedEventImpl extends FlowableEngageEventImpl implements FlowableConversationOwnerChangedEvent
- Author:
- Anatolii Balakiriev
-
-
Field Summary
Fields Modifier and Type Field Description protected Conversation
conversation
protected String
oldOwner
-
Fields inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
type
-
-
Constructor Summary
Constructors Constructor Description FlowableConversationOwnerChangedEventImpl(Conversation conversation, String oldOwner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Conversation
getConversation()
String
getOldOwner()
-
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
-
oldOwner
protected final String oldOwner
-
-
Constructor Detail
-
FlowableConversationOwnerChangedEventImpl
public FlowableConversationOwnerChangedEventImpl(Conversation conversation, String oldOwner)
-
-
Method Detail
-
getConversation
public Conversation getConversation()
- Specified by:
getConversation
in interfaceFlowableConversationOwnerChangedEvent
-
getOldOwner
public String getOldOwner()
- Specified by:
getOldOwner
in interfaceFlowableConversationOwnerChangedEvent
-
-