Uses of Class
org.flowable.cmmn.engine.impl.agenda.operation.PlanItemCreationType
-
Packages that use PlanItemCreationType Package Description org.flowable.cmmn.engine.impl.agenda.operation -
-
Uses of PlanItemCreationType in org.flowable.cmmn.engine.impl.agenda.operation
Methods in org.flowable.cmmn.engine.impl.agenda.operation that return PlanItemCreationType Modifier and Type Method Description protected PlanItemCreationTypeCmmnOperation. evaluateReactivationRule(org.flowable.cmmn.model.ReactivationRule reactivationRule, CaseInstanceEntity caseInstanceEntity, VariableContainer parentPlanItemInstance)Evaluates the provided reactivation rule for a matching rule and returns its creation type, if at least one was matching.protected PlanItemCreationTypeCmmnOperation. getPlanItemCreationOrReactivationType(CaseInstanceEntity caseInstanceEntity, org.flowable.cmmn.model.Case caseModel, org.flowable.cmmn.model.PlanItem planItem, VariableContainer parentPlanItemInstance)Evaluates the reactivation rule for the provided plan item, if the case is a reactivated one, otherwise the creation type will always be default.static PlanItemCreationTypePlanItemCreationType. typeActivate()static PlanItemCreationTypePlanItemCreationType. typeDefault()static PlanItemCreationTypePlanItemCreationType. typeIgnore()
-