Uses of Class
org.flowable.dmn.model.DmnExtensionElement
-
-
Uses of DmnExtensionElement in org.flowable.dmn.model
Fields in org.flowable.dmn.model with type parameters of type DmnExtensionElement Modifier and Type Field Description protected Map<String,List<DmnExtensionElement>>DmnExtensionElement. childElementsprotected Map<String,List<DmnExtensionElement>>DmnElement. extensionElementsMethods in org.flowable.dmn.model that return DmnExtensionElement Modifier and Type Method Description DmnExtensionElementDmnExtensionElement. clone()Methods in org.flowable.dmn.model that return types with arguments of type DmnExtensionElement Modifier and Type Method Description Map<String,List<DmnExtensionElement>>DmnExtensionElement. getChildElements()Map<String,List<DmnExtensionElement>>DmnElement. getExtensionElements()Methods in org.flowable.dmn.model with parameters of type DmnExtensionElement Modifier and Type Method Description voidDmnExtensionElement. addChildElement(DmnExtensionElement childElement)voidDmnElement. addExtensionElement(DmnExtensionElement extensionElement)voidDmnExtensionElement. setValues(DmnExtensionElement otherElement)Method parameters in org.flowable.dmn.model with type arguments of type DmnExtensionElement Modifier and Type Method Description voidDmnExtensionElement. setChildElements(Map<String,List<DmnExtensionElement>> childElements)voidDmnElement. setExtensionElements(Map<String,List<DmnExtensionElement>> extensionElements)
-