Class DataTableDataExtractor
java.lang.Object
org.openforis.collect.relational.data.DataExtractor
org.openforis.collect.relational.data.internal.DataTableDataExtractor
- Author:
- S. Ricci
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextractData(Node<?> source) Table<?> getTable()static BigIntegergetTableArtificialPK(int recordId, NodeDefinition nodeDef, int nodeId) static BigIntegergetTableArtificialPK(Node<?> node) booleanhasNext()next()Methods inherited from class org.openforis.collect.relational.data.DataExtractor
removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
DataTableDataExtractor
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<Row>- Specified by:
hasNextin classDataExtractor
-
next
- Specified by:
nextin interfaceIterator<Row>- Specified by:
nextin classDataExtractor
-
getTable
- Specified by:
getTablein classDataExtractor
-
extractData
-
getTableArtificialPK
-
getTableArtificialPK
-