Class RequiredRuleImpl

java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
All Implemented Interfaces:
CmmnElement, CmmnModelElementInstance, RequiredRule, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class RequiredRuleImpl extends CmmnElementImpl implements RequiredRule
Author:
Roman Smirnov
  • Field Details

    • nameAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
    • contextRefAttribute

      protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CaseFileItem> contextRefAttribute
    • conditionChild

      protected static org.camunda.bpm.model.xml.type.child.ChildElement<ConditionExpression> conditionChild
  • Constructor Details

    • RequiredRuleImpl

      public RequiredRuleImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
  • Method Details