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

public class CaseImpl extends CmmnElementImpl implements Case
Author:
Roman Smirnov
  • Field Details

    • nameAttribute

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

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaHistoryTimeToLive
    • caseFileModelChild

      protected static org.camunda.bpm.model.xml.type.child.ChildElement<CaseFileModel> caseFileModelChild
    • casePlanModelChild

      protected static org.camunda.bpm.model.xml.type.child.ChildElement<CasePlanModel> casePlanModelChild
    • inputCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<InputCaseParameter> inputCollection
    • outputCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<OutputCaseParameter> outputCollection
    • caseRolesCollection

      @Deprecated protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CaseRole> caseRolesCollection
      Deprecated.
    • caseRolesChild

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

    • CaseImpl

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