Class BpmnTypeHierarchy


  • public class BpmnTypeHierarchy
    extends Object
    • Constructor Detail

      • BpmnTypeHierarchy

        public BpmnTypeHierarchy()
    • Method Detail

      • 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.