True
You can get the itemDefinition
elements by using
model.getModelElementsByType(ItemDefinition.class);
For some reasons, you can’t get the elements by
model.getDefinitions().getItemDefinitions();
Does this help you?
True
You can get the itemDefinition
elements by using
model.getModelElementsByType(ItemDefinition.class);
For some reasons, you can’t get the elements by
model.getDefinitions().getItemDefinitions();
Does this help you?