Interface FlowableCaseStageEndedEvent

  • 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 FlowableCaseStageEndedEvent
    extends org.flowable.common.engine.api.delegate.event.FlowableEngineEntityEvent
    An event representing a CMMN case stage being ended either manually through termination or with an exit sentry or by completing it.
    Author:
    Micha Kiener
    • Method Detail

      • getCaseInstance

        CaseInstance getCaseInstance()
        Returns the case instance the stage belongs to.
        Returns:
        the case instance
      • getEntity

        PlanItemInstance getEntity()
        Overwritten in order to return the stage plan item instance.
        Specified by:
        getEntity in interface org.flowable.common.engine.api.delegate.event.FlowableEntityEvent
        Returns:
        the stage plan item instance