|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.service.cmr.repository.NodeService.FindNodeParameters
public static class NodeService.FindNodeParameters
General node-find parameters. There may be some combinations of parameters that are not valid; look at the specific setter methods to get more information.
| Constructor Summary | |
|---|---|
NodeService.FindNodeParameters()
Defaults: minNodeId: null maxNodeId: null nodeTypes: null nodeAspects: null sortAscending: true limit: 10000 |
|
| Method Summary | |
|---|---|
int |
getLimit()
|
java.lang.Long |
getMaxNodeId()
|
java.lang.Long |
getMinNodeId()
|
java.util.List |
getNodeAspects()
|
java.util.List |
getNodeTypes()
|
boolean |
isSortAscending()
|
void |
setLimit(int limit)
Set the number of results to return. |
void |
setMaxNodeId(java.lang.Long maxNodeId)
The largest node ID (exclusive) to return |
void |
setMinNodeId(java.lang.Long minNodeId)
The lowest node ID (inclusive) to return |
void |
setNodeAspects(java.util.List nodeAspects)
Set the node aspects to find. |
void |
setNodeTypes(java.util.List nodeTypes)
Set the node types to find. |
void |
setSortAscending(boolean sortAscending)
Set the node-ID sort order. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeService.FindNodeParameters()
| Method Detail |
|---|
public java.lang.Long getMinNodeId()
public void setMinNodeId(java.lang.Long minNodeId)
minNodeId - the minimum node ID or null to ignorepublic java.lang.Long getMaxNodeId()
public void setMaxNodeId(java.lang.Long maxNodeId)
maxNodeId - the maximum node ID or null to ignorepublic java.util.List getNodeTypes()
public void setNodeTypes(java.util.List nodeTypes)
nodeTypes - the node types or null to ignorepublic java.util.List getNodeAspects()
public void setNodeAspects(java.util.List nodeAspects)
nodeAspects - the node aspects or null to ignorepublic boolean isSortAscending()
public void setSortAscending(boolean sortAscending)
sortAscending - true to retrieve the nodes in ascending ID orderpublic int getLimit()
public void setLimit(int limit)
limit - the maximum number of results to return
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||