public class DataTableDataExtractor extends DataExtractor
| Constructor and Description |
|---|
DataTableDataExtractor(DataTable table,
Record record) |
| Modifier and Type | Method and Description |
|---|---|
Dataset |
extractData(Node<?> source) |
Table<?> |
getTable() |
static BigInteger |
getTableArtificialPK(int recordId,
NodeDefinition nodeDef,
int nodeId) |
static BigInteger |
getTableArtificialPK(Node<?> node) |
boolean |
hasNext() |
Row |
next() |
removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<Row>hasNext in class DataExtractorpublic Row next()
next in interface Iterator<Row>next in class DataExtractorpublic Table<?> getTable()
getTable in class DataExtractorpublic static BigInteger getTableArtificialPK(Node<?> node)
public static BigInteger getTableArtificialPK(int recordId, NodeDefinition nodeDef, int nodeId)
Copyright © 2021 Open Foris. All rights reserved.