public class ChildAssocRefResultSet extends AbstractResultSet
| Constructor and Description |
|---|
ChildAssocRefResultSet(NodeService nodeService,
List<ChildAssociationRef> cars)
Normal constructor
|
ChildAssocRefResultSet(NodeService nodeService,
List<NodeRef> nodeRefs,
boolean resolveAllParents)
Constructor that may expand all child assoc parents provided
|
| Modifier and Type | Method and Description |
|---|---|
ChildAssociationRef |
getChildAssocRef(int n) |
NodeRef |
getNodeRef(int n) |
long |
getNumberFound() |
ResultSetMetaData |
getResultSetMetaData() |
ResultSetRow |
getRow(int i) |
int |
getStart() |
boolean |
hasMore() |
Iterator<ResultSetRow> |
iterator() |
int |
length() |
close, getBulkFetch, getBulkFetchSize, getChildAssocRefs, getFacetQueries, getFieldFacet, getHighlighting, getNodeRefs, getScore, getSpellCheckResult, setBulkFetch, setBulkFetchSizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ChildAssocRefResultSet(NodeService nodeService, List<ChildAssociationRef> cars)
nodeService - NodeServicepublic ChildAssocRefResultSet(NodeService nodeService, List<NodeRef> nodeRefs, boolean resolveAllParents)
nodeService - NodeServiceresolveAllParents - booleanpublic int length()
public NodeRef getNodeRef(int n)
public ChildAssociationRef getChildAssocRef(int n)
public ResultSetRow getRow(int i)
public Iterator<ResultSetRow> iterator()
public ResultSetMetaData getResultSetMetaData()
public int getStart()
public boolean hasMore()
public long getNumberFound()
Copyright © 2005–2020 Alfresco Software. All rights reserved.