Interface ActivitiEntityEvent

All Superinterfaces:
ActivitiEvent
All Known Subinterfaces:
ActivitiEntityWithVariablesEvent, ActivitiProcessCancelledEvent, ActivitiProcessStartedEvent
All Known Implementing Classes:
ActivitiEntityEventImpl, ActivitiEntityExceptionEventImpl, ActivitiEntityWithVariablesEventImpl, ActivitiProcessCancelledEventImpl, ActivitiProcessStartedEventImpl

public interface ActivitiEntityEvent extends ActivitiEvent
An ActivitiEvent related to a single entity.
  • Method Details

    • getEntity

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

      default String getReason()
    • getActor

      default String getActor()