Class FlowableConversationArchivedEventImpl
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.FlowableConversationArchivedEventImpl
- All Implemented Interfaces:
FlowableConversationArchivedEvent
,FlowableEngageEvent
,org.flowable.common.engine.api.delegate.event.FlowableEvent
public class FlowableConversationArchivedEventImpl extends FlowableEngageEventImpl implements FlowableConversationArchivedEvent
-
Field Summary
Fields Modifier and Type Field Description protected Conversation
conversation
-
Constructor Summary
Constructors Constructor Description FlowableConversationArchivedEventImpl(Conversation conversation)
-
Method Summary
Modifier and Type Method Description Conversation
getConversation()
Methods inherited from class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventImpl
getType
-
Field Details
-
Constructor Details
-
Method Details
-
getConversation
- Specified by:
getConversation
in interfaceFlowableConversationArchivedEvent
-