Interface FlowableMessageDeletedEvent

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

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

    Modifier and Type Method Description
    Message getMessage()
    The message that was deleted
    java.lang.String getUserId()
    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

      java.lang.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