Uses of Class
org.flowable.dmn.model.ItemDefinition
-
-
Uses of ItemDefinition in org.flowable.dmn.model
Fields in org.flowable.dmn.model with type parameters of type ItemDefinition Modifier and Type Field Description protected List<ItemDefinition>ItemDefinition. itemComponentsprotected List<ItemDefinition>DmnDefinition. itemDefinitionsMethods in org.flowable.dmn.model that return types with arguments of type ItemDefinition Modifier and Type Method Description List<ItemDefinition>ItemDefinition. getItemComponents()List<ItemDefinition>DmnDefinition. getItemDefinitions()Methods in org.flowable.dmn.model with parameters of type ItemDefinition Modifier and Type Method Description voidItemDefinition. addItemComponent(ItemDefinition itemComponent)voidDmnDefinition. addItemDefinition(ItemDefinition itemDefinition)Method parameters in org.flowable.dmn.model with type arguments of type ItemDefinition Modifier and Type Method Description voidItemDefinition. setItemComponents(List<ItemDefinition> itemComponents)voidDmnDefinition. setItemDefinitions(List<ItemDefinition> itemDefinitions)
-