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
ModelExceptionModel insertItem(int order, Model model) throws ModelException
ModelExceptionboolean hasItems()
Copyright © 2015 Nuxeo SA. All rights reserved.