Class DefinitionsImpl

java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
org.camunda.bpm.model.cmmn.impl.instance.CmmnModelElementInstanceImpl
org.camunda.bpm.model.cmmn.impl.instance.DefinitionsImpl
All Implemented Interfaces:
CmmnModelElementInstance, Definitions, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class DefinitionsImpl extends CmmnModelElementInstanceImpl implements Definitions
Author:
Roman Smirnov
  • Field Details

    • idAttribute

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

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

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> targetNamespaceAttribute
    • expressionLanguageAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> expressionLanguageAttribute
    • exporterAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> exporterAttribute
    • exporterVersionAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> exporterVersionAttribute
    • authorAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> authorAttribute
    • importCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Import> importCollection
    • caseFileItemDefinitionCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<CaseFileItemDefinition> caseFileItemDefinitionCollection
    • caseCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Case> caseCollection
    • processCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Process> processCollection
    • relationshipCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Relationship> relationshipCollection
    • extensionElementsChild

      protected static org.camunda.bpm.model.xml.type.child.ChildElement<ExtensionElements> extensionElementsChild
    • decisionCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Decision> decisionCollection
    • artifactCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Artifact> artifactCollection
  • Constructor Details

    • DefinitionsImpl

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