Interface RepetitionRule

All Superinterfaces:
CmmnElement, CmmnModelElementInstance, ModelElementInstance
All Known Implementing Classes:
RepetitionRuleImpl

public interface RepetitionRule extends CmmnElement
Author:
Roman Smirnov
  • Method Details

    • getName

      String getName()
    • setName

      void setName(String name)
    • getContext

      CaseFileItem getContext()
    • setContext

      void setContext(CaseFileItem caseFileItem)
    • getCondition

      ConditionExpression getCondition()
    • setCondition

      void setCondition(ConditionExpression condition)
    • getCamundaRepeatOnStandardEvent

      String getCamundaRepeatOnStandardEvent()
      Camunda extensions
    • setCamundaRepeatOnStandardEvent

      void setCamundaRepeatOnStandardEvent(String standardEvent)