Interface FlowableEntityWithVariablesEvent

All Superinterfaces:
org.flowable.common.engine.api.delegate.event.FlowableEntityEvent, org.flowable.common.engine.api.delegate.event.FlowableEvent
All Known Subinterfaces:
FlowableProcessStartedEvent
All Known Implementing Classes:
FlowableEntityWithVariablesEventImpl, FlowableProcessStartedEventImpl

public interface FlowableEntityWithVariablesEvent extends org.flowable.common.engine.api.delegate.event.FlowableEntityEvent
An FlowableEntityEvent related to a single entity.
Author:
Tijs Rademakers
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     

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

    getEntity

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

    getType
  • Method Details

    • getVariables

      Map getVariables()
      Returns:
      the variables created together with the entity.
    • isLocalScope

      boolean isLocalScope()