public static interface RowExtractors.ExtractFromRow
NodeSequence.Batch
. Note that a single instance will
be called many times (once for each row in the batches of a NodeSequence
).Modifier and Type | Method and Description |
---|---|
TypeSystem.TypeFactory<?> |
getType()
Get the type of value that this extractor will return from
getValueInRow(org.modeshape.jcr.query.NodeSequence.RowAccessor) . |
Object |
getValueInRow(NodeSequence.RowAccessor row)
Evaluate the
DynamicOperand against the current row in the supplied batch. |
TypeSystem.TypeFactory<?> getType()
getValueInRow(org.modeshape.jcr.query.NodeSequence.RowAccessor)
.Object getValueInRow(NodeSequence.RowAccessor row)
DynamicOperand
against the current row in the supplied batch. Note that implementations will need
to know whether to get the only node in the row
or how to get a NodeSequence.RowAccessor.getNode(int)
for
a specific selector.row
- the row accessor through which the current row values can be obtained; never nullCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.