org.alfresco.repo.jscript
Class ScriptPagingNodes

java.lang.Object
  extended by 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)
           
 
Method Summary
 org.mozilla.javascript.Scriptable getPage()
           
 int getTotalResultCountLower()
           
 int getTotalResultCountUpper()
           
 java.lang.Boolean hasMoreItems()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptPagingNodes

public ScriptPagingNodes(org.mozilla.javascript.Scriptable results,
                         java.lang.Boolean hasMoreItems,
                         int totalResultCountLower,
                         int totalResultCountUpper)
Method Detail

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.