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.itemComponents
protected List<ItemDefinition>
DmnDefinition.itemDefinitions
Methods 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 TypeMethodDescriptionvoid
ItemDefinition.addItemComponent
(ItemDefinition itemComponent) void
DmnDefinition.addItemDefinition
(ItemDefinition itemDefinition) Method parameters in org.flowable.dmn.model with type arguments of type ItemDefinitionModifier and TypeMethodDescriptionvoid
ItemDefinition.setItemComponents
(List<ItemDefinition> itemComponents) void
DmnDefinition.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 void
DmnXMLConverter.writeItemDefinition
(List<ItemDefinition> itemDefinitions, boolean isItemComponent, DmnDefinition model, XMLStreamWriter xtw) protected void
DmnXMLConverter.writeItemDefinition
(List<ItemDefinition> itemDefinitions, DmnDefinition model, XMLStreamWriter xtw)