Interface FlowableMessageUpdatedEvent

All Superinterfaces:
FlowableEngageEvent, org.flowable.common.engine.api.delegate.event.FlowableEvent
All Known Implementing Classes:
FlowableMessageUpdateEventImpl

public interface FlowableMessageUpdatedEvent
extends FlowableEngageEvent
Author:
Luis Belloch
  • Method Summary

    Modifier and Type Method Description
    Message getMessage()
    The message that was updated
    java.lang.String getUserId()
    The id of the user that is doing the update action

    Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent

    getType
  • Method Details

    • getUserId

      java.lang.String getUserId()
      The id of the user that is doing the update action
      Returns:
      the id of the user that is doing the update action
    • getMessage

      Message getMessage()
      The message that was updated
      Returns:
      the message that was updated