Interface FlowableConversationReferenceUpdatedEvent
-
- All Superinterfaces:
FlowableEngageEvent
,FlowableEvent
- All Known Implementing Classes:
FlowableConversationReferenceUpdatedEventImpl
public interface FlowableConversationReferenceUpdatedEvent extends FlowableEngageEvent
Event thrown if the reference of a conversation was set or updated.- Author:
- Micha Kiener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Conversation
getConversation()
String
getOldReferenceDefinitionId()
String
getOldReferenceId()
String
getOldReferenceType()
-
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
-
-
-
Method Detail
-
getConversation
Conversation getConversation()
-
getOldReferenceId
String getOldReferenceId()
-
getOldReferenceType
String getOldReferenceType()
-
getOldReferenceDefinitionId
String getOldReferenceDefinitionId()
-
-