public interface Model
Modifier and Type | Method and Description |
---|---|
Model |
addItem(Model model) |
List<Model> |
getItems() |
ModelType |
getModelType() |
String |
getModelTypeName() |
boolean |
hasItems() |
Model |
insertItem(int order,
Model model) |
String getModelTypeName()
ModelType getModelType()
Model addItem(Model model) throws ModelException
ModelException
Model insertItem(int order, Model model) throws ModelException
ModelException
boolean hasItems()
Copyright © 2015 Nuxeo SA. All rights reserved.