org.alfresco.repo.jscript
Class ScriptPagingNodes
java.lang.Object
org.alfresco.repo.jscript.ScriptPagingNodes
- All Implemented Interfaces:
- java.io.Serializable
public class ScriptPagingNodes
- extends java.lang.Object
- implements java.io.Serializable
Response for page of ScriptNode results
- See Also:
- Serialized Form
Constructor Summary |
ScriptPagingNodes(org.mozilla.javascript.Scriptable results,
java.lang.Boolean hasMoreItems,
int totalResultCountLower,
int totalResultCountUpper)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptPagingNodes
public ScriptPagingNodes(org.mozilla.javascript.Scriptable results,
java.lang.Boolean hasMoreItems,
int totalResultCountLower,
int totalResultCountUpper)
getPage
public org.mozilla.javascript.Scriptable getPage()
hasMoreItems
public java.lang.Boolean hasMoreItems()
getTotalResultCountLower
public int getTotalResultCountLower()
getTotalResultCountUpper
public int getTotalResultCountUpper()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.