|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.repo.search.AbstractResultSet
org.alfresco.repo.search.results.ChildAssocRefResultSet
public class ChildAssocRefResultSet
| Constructor Summary | |
|---|---|
ChildAssocRefResultSet(NodeService nodeService,
java.util.List cars,
Path[] propertyPaths)
|
|
ChildAssocRefResultSet(NodeService nodeService,
java.util.List nodeRefs,
Path[] propertyPaths,
boolean resolveAllParents)
|
|
| Method Summary | |
|---|---|
ChildAssociationRef |
getChildAssocRef(int n)
Get the child assoc ref for a particular row. |
NodeRef |
getNodeRef(int n)
Get the id of the node at the given index |
NodeService |
getNodeService()
|
ResultSetMetaData |
getResultSetMetaData()
Get the meta data for the results set. |
ResultSetRow |
getRow(int i)
Get a row from the result set by row index, starting at 0. |
java.util.Iterator |
iterator()
|
int |
length()
Get the size of the result set |
| Methods inherited from class org.alfresco.repo.search.AbstractResultSet |
|---|
close, getChildAssocRefs, getNodeRefs, getPropertyPaths, getScore |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChildAssocRefResultSet(NodeService nodeService,
java.util.List cars,
Path[] propertyPaths)
public ChildAssocRefResultSet(NodeService nodeService,
java.util.List nodeRefs,
Path[] propertyPaths,
boolean resolveAllParents)
| Method Detail |
|---|
public int length()
ResultSet
public NodeRef getNodeRef(int n)
ResultSet
n - zero-based indexpublic ChildAssociationRef getChildAssocRef(int n)
ResultSet
n - zero-based indexpublic ResultSetRow getRow(int i)
ResultSet
i - zero-based indexpublic java.util.Iterator iterator()
public NodeService getNodeService()
public ResultSetMetaData getResultSetMetaData()
ResultSet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||