Uses of Class
org.flowable.dmn.model.ItemDefinition
Packages that use ItemDefinition
-
Uses of ItemDefinition in org.flowable.dmn.model
Fields in org.flowable.dmn.model with type parameters of type ItemDefinitionModifier and TypeFieldDescriptionprotected List<ItemDefinition>ItemDefinition.itemComponentsprotected List<ItemDefinition>DmnDefinition.itemDefinitionsMethods in org.flowable.dmn.model that return types with arguments of type ItemDefinitionModifier and TypeMethodDescriptionItemDefinition.getItemComponents()DmnDefinition.getItemDefinitions()Methods in org.flowable.dmn.model with parameters of type ItemDefinitionModifier and TypeMethodDescriptionvoidItemDefinition.addItemComponent(ItemDefinition itemComponent) voidDmnDefinition.addItemDefinition(ItemDefinition itemDefinition) Method parameters in org.flowable.dmn.model with type arguments of type ItemDefinitionModifier and TypeMethodDescriptionvoidItemDefinition.setItemComponents(List<ItemDefinition> itemComponents) voidDmnDefinition.setItemDefinitions(List<ItemDefinition> itemDefinitions) -
Uses of ItemDefinition in org.flowable.dmn.xml.converter
Method parameters in org.flowable.dmn.xml.converter with type arguments of type ItemDefinitionModifier and TypeMethodDescriptionprotected voidDmnXMLConverter.writeItemDefinition(List<ItemDefinition> itemDefinitions, boolean isItemComponent, DmnDefinition model, XMLStreamWriter xtw) protected voidDmnXMLConverter.writeItemDefinition(List<ItemDefinition> itemDefinitions, DmnDefinition model, XMLStreamWriter xtw)