Uses of Class
org.flowable.cmmn.engine.impl.criteria.PlanItemLifeCycleEvent
-
Packages that use PlanItemLifeCycleEvent Package Description org.flowable.cmmn.engine.impl.agenda org.flowable.cmmn.engine.impl.agenda.operation -
-
Uses of PlanItemLifeCycleEvent in org.flowable.cmmn.engine.impl.agenda
Methods in org.flowable.cmmn.engine.impl.agenda with parameters of type PlanItemLifeCycleEvent Modifier and Type Method Description protected voidDefaultCmmnEngineAgenda. internalPlanEvaluateCriteria(String caseInstanceEntityId, PlanItemLifeCycleEvent planItemLifeCycleEvent, boolean evaluateCaseInstanceCompleted)voidCmmnEngineAgenda. planEvaluateCriteriaOperation(String caseInstanceEntityId, PlanItemLifeCycleEvent lifeCycleEvent)voidDefaultCmmnEngineAgenda. planEvaluateCriteriaOperation(String caseInstanceEntityId, PlanItemLifeCycleEvent lifeCycleEvent) -
Uses of PlanItemLifeCycleEvent in org.flowable.cmmn.engine.impl.agenda.operation
Fields in org.flowable.cmmn.engine.impl.agenda.operation declared as PlanItemLifeCycleEvent Modifier and Type Field Description protected PlanItemLifeCycleEventAbstractEvaluationCriteriaOperation. planItemLifeCycleEventMethods in org.flowable.cmmn.engine.impl.agenda.operation that return PlanItemLifeCycleEvent Modifier and Type Method Description protected PlanItemLifeCycleEventAbstractChangePlanItemInstanceStateOperation. createPlanItemLifeCycleEvent()PlanItemLifeCycleEventAbstractEvaluationCriteriaOperation. getPlanItemLifeCycleEvent()Methods in org.flowable.cmmn.engine.impl.agenda.operation with parameters of type PlanItemLifeCycleEvent Modifier and Type Method Description voidAbstractEvaluationCriteriaOperation. setPlanItemLifeCycleEvent(PlanItemLifeCycleEvent planItemLifeCycleEvent)Constructors in org.flowable.cmmn.engine.impl.agenda.operation with parameters of type PlanItemLifeCycleEvent Constructor Description AbstractEvaluationCriteriaOperation(CommandContext commandContext, String caseInstanceId, CaseInstanceEntity caseInstanceEntity, PlanItemLifeCycleEvent planItemLifeCycleEvent)EvaluateCriteriaOperation(CommandContext commandContext, String caseInstanceEntityId, PlanItemLifeCycleEvent planItemLifeCycleEvent)
-