Package io.camunda.zeebe.model.bpmn
Class BpmnTypeHierarchy
java.lang.Object
io.camunda.zeebe.model.bpmn.BpmnTypeHierarchy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.camunda.bpm.model.xml.type.ModelElementType> getHierarchy(org.camunda.bpm.model.xml.type.ModelElementType type) voidregisterType(org.camunda.bpm.model.xml.type.ModelElementType type)
-
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.
-