Class BpmnTypeHierarchy

java.lang.Object
io.camunda.zeebe.model.bpmn.BpmnTypeHierarchy

public class BpmnTypeHierarchy extends Object
  • Constructor Details

    • BpmnTypeHierarchy

      public BpmnTypeHierarchy()
  • Method Details

    • registerType

      public void registerType(org.camunda.bpm.model.xml.type.ModelElementType type)
    • getHierarchy

      public List<org.camunda.bpm.model.xml.type.ModelElementType> getHierarchy(org.camunda.bpm.model.xml.type.ModelElementType type)
      Returns:
      the argument type and all its the types it extends. Ordering is top-down, i.e. most high-level type is first element in list.