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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Map getVariables()  
      boolean isLocalScope()  
      • 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 Detail

      • getVariables

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

        boolean isLocalScope()