Interface FlowableCaseStartedEvent

  • All Superinterfaces:
    org.flowable.common.engine.api.delegate.event.FlowableEngineEntityEvent, org.flowable.common.engine.api.delegate.event.FlowableEngineEvent, org.flowable.common.engine.api.delegate.event.FlowableEntityEvent, org.flowable.common.engine.api.delegate.event.FlowableEvent

    public interface FlowableCaseStartedEvent
    extends org.flowable.common.engine.api.delegate.event.FlowableEngineEntityEvent
    Author:
    Filip Hrisafov
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CaseInstance getEntity()  
      • Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEngineEvent

        getExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId
      • Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent

        getType
    • Method Detail

      • getEntity

        CaseInstance getEntity()
        Specified by:
        getEntity in interface org.flowable.common.engine.api.delegate.event.FlowableEntityEvent