Class ModuleRelationIterator
java.lang.Object
ch.tocco.nice2.model.entity.api.util.ModuleRelationIterator
- All Implemented Interfaces:
Iterator<RelationModel>
Iterating over all relation models defined in the given module.
-
Constructor Summary
ConstructorDescriptionModuleRelationIterator
(AppModule module, NiceDataModel niceDataModel) ModuleRelationIterator
(String moduleName, NiceDataModel dataModel) ModuleRelationIterator
(String moduleName, NiceDataModel dataModel, boolean iterateRemoved) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ModuleRelationIterator
-
ModuleRelationIterator
-
ModuleRelationIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<RelationModel>
-
next
- Specified by:
next
in interfaceIterator<RelationModel>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<RelationModel>
-