Class FlowableEngineEventImpl

java.lang.Object
org.flowable.common.engine.impl.event.FlowableEventImpl
org.flowable.common.engine.impl.event.FlowableEngineEventImpl
All Implemented Interfaces:
FlowableEngineEvent, FlowableEvent
Direct Known Subclasses:
FlowableCaseEndedEventImpl, FlowableCaseStageEndedEventImpl, FlowableCaseStageStartedEventImpl, FlowableCaseStartedEventImpl, FlowableEntityEventImpl, FlowableEntityExceptionEventImpl, FlowableProcessEventImpl, FlowableVariableEventImpl

public class FlowableEngineEventImpl extends FlowableEventImpl implements FlowableEngineEvent
Base class for all FlowableEngineEvent implementations.
Author:
Frederik Heremans
  • Field Details

    • scopeType

      protected String scopeType
    • scopeId

      protected String scopeId
    • subScopeId

      protected String subScopeId
    • scopeDefinitionId

      protected String scopeDefinitionId
  • Constructor Details

    • FlowableEngineEventImpl

      public FlowableEngineEventImpl(FlowableEngineEventType type)
      Creates a new event implementation, not part of an execution context.
    • FlowableEngineEventImpl

      public FlowableEngineEventImpl(FlowableEngineEventType type, String executionId, String processInstanceId, String processDefinitionId)
      Creates a new event implementation, part of an execution context.
    • FlowableEngineEventImpl

      public FlowableEngineEventImpl(FlowableEngineEventType type, String scopeType, String scopeId, String subScopeId, String scopeDefinitionId)
      Creates a new event implementation, part of an execution context.
  • Method Details