@NotThreadSafe public class DefaultRowFactory extends Object implements RowFactory
RowFactory class. This class records rows in the following subgraph:
<graph root>
+ text:row[1] (jcr:primaryType = nt:unstructured)
| + text:column[1] (jcr:primaryType = nt:unstructured, jcr:mixinTypes = text:column, text:data = )
| + ...
| + text:column[n] (jcr:primaryType = nt:unstructured, jcr:mixinTypes = text:column, text:data = )
+ ...
+ text:row[m] (jcr:primaryType = nt:unstructured)
+ text:column[1] (jcr:primaryType = nt:unstructured, jcr:mixinTypes = text:column, text:data = )
+ ...
+ text:column[n] (jcr:primaryType = nt:unstructured, jcr:mixinTypes = text:column, text:data = )
| Constructor and Description |
|---|
DefaultRowFactory() |
public void recordRow(Node outputNode, String[] columns) throws RepositoryException
RowFactoryNode instance.recordRow in interface RowFactoryoutputNode - the node under which the sequencing output is placed.columns - the columns that could be parsed out for the rowRepositoryException - if anything fails while recording the row under the ouput node.Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.