Interface FlowableEntityEvent
- All Superinterfaces:
FlowableEvent
- All Known Subinterfaces:
FlowableCaseEndedEvent,FlowableCaseStageEndedEvent,FlowableCaseStageStartedEvent,FlowableCaseStartedEvent,FlowableEngineEntityEvent,FlowableEntityWithVariablesEvent,FlowableJobRescheduledEvent,FlowableProcessStartedEvent,FlowableProcessTerminatedEvent
- All Known Implementing Classes:
FlowableCaseEndedEventImpl,FlowableCaseStageEndedEventImpl,FlowableCaseStageStartedEventImpl,FlowableCaseStartedEventImpl,FlowableEntityEventImpl,FlowableEntityEventImpl,FlowableEntityExceptionEventImpl,FlowableEntityExceptionEventImpl,FlowableEntityWithVariablesEventImpl,FlowableIdmEntityEventImpl,FlowableJobRescheduledEventImpl,FlowableProcessStartedEventImpl,FlowableProcessTerminatedEventImpl
An
FlowableEvent related to a single entity.- Author:
- Frederik Heremans
-
Method Summary
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
Method Details
-
getEntity
Object getEntity()- Returns:
- the entity that is targeted by this event.
-