public class NodeRefListQueryResultImpl
extends java.lang.Object
implements javax.jcr.query.QueryResult
| Constructor and Description |
|---|
NodeRefListQueryResultImpl(SessionImpl session,
java.util.List nodeRefs)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getColumnNames() |
javax.jcr.NodeIterator |
getNodes() |
javax.jcr.query.QueryResult |
getProxy()
Get proxied JCR Query Result
|
javax.jcr.query.RowIterator |
getRows() |
public NodeRefListQueryResultImpl(SessionImpl session, java.util.List nodeRefs)
nodeRefs - list of node referencespublic javax.jcr.query.QueryResult getProxy()
public java.lang.String[] getColumnNames()
throws javax.jcr.RepositoryException
getColumnNames in interface javax.jcr.query.QueryResultjavax.jcr.RepositoryExceptionpublic javax.jcr.query.RowIterator getRows()
throws javax.jcr.RepositoryException
getRows in interface javax.jcr.query.QueryResultjavax.jcr.RepositoryExceptionpublic javax.jcr.NodeIterator getNodes()
throws javax.jcr.RepositoryException
getNodes in interface javax.jcr.query.QueryResultjavax.jcr.RepositoryExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.