Class FlowableMessageUpdateEventImpl
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.FlowableMessageUpdateEventImpl
- All Implemented Interfaces:
FlowableEngageEvent,FlowableMessageUpdatedEvent,FlowableEvent
public class FlowableMessageUpdateEventImpl
extends FlowableEngageEventImpl
implements FlowableMessageUpdatedEvent
- Author:
- Luis Belloch
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe message that was updatedThe id of the user that is doing the update actionMethods inherited from class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventImpl
getTypeMethods inherited from class org.flowable.common.engine.impl.event.FlowableEventImpl
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
Constructor Details
-
FlowableMessageUpdateEventImpl
-
-
Method Details
-
getUserId
Description copied from interface:FlowableMessageUpdatedEventThe id of the user that is doing the update action- Specified by:
getUserIdin interfaceFlowableMessageUpdatedEvent- Returns:
- the id of the user that is doing the update action
-
getMessage
Description copied from interface:FlowableMessageUpdatedEventThe message that was updated- Specified by:
getMessagein interfaceFlowableMessageUpdatedEvent- Returns:
- the message that was updated
-