Interface FlowableEntityEvent

All Superinterfaces:
FlowableEvent
All Known Subinterfaces:
FlowableCaseBusinessStatusUpdatedEvent, FlowableCaseEndedEvent, FlowableCaseStageEndedEvent, FlowableCaseStageStartedEvent, FlowableCaseStartedEvent, FlowableEngineEntityEvent, FlowableEntityWithVariablesEvent, FlowableJobRescheduledEvent, FlowableProcessBusinessStatusUpdatedEvent, FlowableProcessStartedEvent, FlowableProcessTerminatedEvent
All Known Implementing Classes:
FlowableCaseBusinessStatusUpdatedEventImpl, FlowableCaseEndedEventImpl, FlowableCaseStageEndedEventImpl, FlowableCaseStageStartedEventImpl, FlowableCaseStartedEventImpl, FlowableEntityEventImpl, FlowableEntityEventImpl, FlowableEntityExceptionEventImpl, FlowableEntityExceptionEventImpl, FlowableEntityWithVariablesEventImpl, FlowableIdmEntityEventImpl, FlowableJobRescheduledEventImpl, FlowableProcessBusinessStatusUpdatedEventImpl, FlowableProcessStartedEventImpl, FlowableProcessTerminatedEventImpl

public interface FlowableEntityEvent extends FlowableEvent
An FlowableEvent related to a single entity.
Author:
Frederik Heremans
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface FlowableEvent

    getType
  • Method Details

    • getEntity

      Object getEntity()
      Returns:
      the entity that is targeted by this event.