Uses of Class
org.flowable.cmmn.model.ReactivationRule
-
-
Uses of ReactivationRule in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model declared as ReactivationRule Modifier and Type Field Description protected ReactivationRuleReactivateEventListener. defaultReactivationRuleThe optional, default reactivation rule to be considered, if a plan item does not specify an explicit one, if this one is not provided either, such a plan item will be ignored for reactivation.protected ReactivationRulePlanItemControl. reactivationRuleMethods in org.flowable.cmmn.model that return ReactivationRule Modifier and Type Method Description ReactivationRuleReactivateEventListener. getDefaultReactivationRule()ReactivationRulePlanItemControl. getReactivationRule()Methods in org.flowable.cmmn.model with parameters of type ReactivationRule Modifier and Type Method Description voidReactivateEventListener. setDefaultReactivationRule(ReactivationRule defaultReactivationRule)voidPlanItemControl. setReactivationRule(ReactivationRule reactivationRule)
-