Uses of Class
org.flowable.cmmn.model.RepetitionRule
Packages that use RepetitionRule
Package
Description
-
Uses of RepetitionRule in org.flowable.cmmn.converter.export
Methods in org.flowable.cmmn.converter.export with parameters of type RepetitionRuleModifier and TypeMethodDescriptionstatic void
PlanItemControlExport.writeRepetitionRule
(CmmnModel model, RepetitionRule repetitionRule, XMLStreamWriter xtw) -
Uses of RepetitionRule in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return RepetitionRuleModifier and TypeMethodDescriptionstatic RepetitionRule
ExpressionUtil.getRepetitionRule
(PlanItemInstanceEntity planItemInstanceEntity) Returns the repetition rule, if the given plan item instance has one, null otherwise.Methods in org.flowable.cmmn.engine.impl.util with parameters of type RepetitionRuleModifier and TypeMethodDescriptionprotected static PlanItemInstanceEntity
PlanItemInstanceUtil.createPlanItemInstanceDuplicateForCollectionRepetition
(RepetitionRule repetitionRule, PlanItemInstanceEntity planItemInstanceEntity, String entryCriterionId, Object item, int index, CommandContext commandContext) -
Uses of RepetitionRule in org.flowable.cmmn.engine.impl.variable
Methods in org.flowable.cmmn.engine.impl.variable with parameters of type RepetitionRuleModifier and TypeMethodDescriptionstatic Object
CmmnAggregation.aggregateOverviewForRepetition
(PlanItemInstanceEntity planItemInstance, RepetitionRule repetitionRule, String targetVarName, CmmnEngineConfiguration cmmnEngineConfiguration) Create an overview value for a repetition plan item -
Uses of RepetitionRule in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model declared as RepetitionRuleMethods in org.flowable.cmmn.model that return RepetitionRuleMethods in org.flowable.cmmn.model with parameters of type RepetitionRuleModifier and TypeMethodDescriptionvoid
PlanItemControl.setRepetitionRule
(RepetitionRule repetitionRule)