Interface FlowableMessageDeletedEvent

All Superinterfaces:
FlowableEngageEvent, FlowableEvent
All Known Implementing Classes:
FlowableMessageDeletedEventImpl

public interface FlowableMessageDeletedEvent extends FlowableEngageEvent
Author:
Tijs Rademakers
  • Method Summary

    Modifier and Type
    Method
    Description
    The message that was deleted
    The id of the user that is doing the delete action

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

    getType
  • Method Details

    • getUserId

      String getUserId()
      The id of the user that is doing the delete action
      Returns:
      the id of the user that is doing the delete action
    • getMessage

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