| Modifier and Type | Field and Description |
|---|---|
protected List<ItemDefinition> |
ItemDefinition.itemComponents |
protected List<ItemDefinition> |
DmnDefinition.itemDefinitions |
| Modifier and Type | Method and Description |
|---|---|
List<ItemDefinition> |
ItemDefinition.getItemComponents() |
List<ItemDefinition> |
DmnDefinition.getItemDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemDefinition.addItemComponent(ItemDefinition itemComponent) |
void |
DmnDefinition.addItemDefinition(ItemDefinition itemDefinition) |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemDefinition.setItemComponents(List<ItemDefinition> itemComponents) |
void |
DmnDefinition.setItemDefinitions(List<ItemDefinition> itemDefinitions) |
Copyright © 2021 Flowable. All rights reserved.