public class Result extends Object
| Constructor and Description |
|---|
Result(List<javax.jcr.Node> nodes,
long offset,
long numTotal,
NodeLocation nodeLocationDescriber,
HashMap<String,String> filtersDescriber) |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,String> |
getFiltersDescriber() |
NodeLocation |
getNodeLocationDescriber() |
List<javax.jcr.Node> |
getNodes() |
long |
getNumTotal() |
long |
getOffset() |
void |
setNumTotal(long value) |
public Result(List<javax.jcr.Node> nodes, long offset, long numTotal, NodeLocation nodeLocationDescriber, HashMap<String,String> filtersDescriber)
public NodeLocation getNodeLocationDescriber()
public List<javax.jcr.Node> getNodes()
public long getOffset()
public long getNumTotal()
public void setNumTotal(long value)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.