| Package | Description |
|---|---|
| org.flowable.cmmn.engine.impl.agenda.operation |
| Modifier and Type | Method and Description |
|---|---|
protected PlanItemCreationType |
CmmnOperation.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 PlanItemCreationType |
CmmnOperation.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 PlanItemCreationType |
PlanItemCreationType.typeActivate() |
static PlanItemCreationType |
PlanItemCreationType.typeDefault() |
static PlanItemCreationType |
PlanItemCreationType.typeIgnore() |
Copyright © 2021 Flowable. All rights reserved.