Package org.alfresco.repo.jscript
Class ScriptPagingNodes
- java.lang.Object
-
- org.alfresco.repo.jscript.ScriptPagingNodes
-
- All Implemented Interfaces:
Serializable
public class ScriptPagingNodes extends Object implements Serializable
Response for page of ScriptNode results- Version:
- 4.0
- Author:
- janv
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScriptPagingNodes(org.mozilla.javascript.Scriptable results, Boolean hasMoreItems, int totalResultCountLower, int totalResultCountUpper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.mozilla.javascript.ScriptablegetPage()intgetTotalResultCountLower()intgetTotalResultCountUpper()BooleanhasMoreItems()
-
-
-
Constructor Detail
-
ScriptPagingNodes
public ScriptPagingNodes(org.mozilla.javascript.Scriptable results, Boolean hasMoreItems, int totalResultCountLower, int totalResultCountUpper)
-
-
Method Detail
-
getPage
public org.mozilla.javascript.Scriptable getPage()
-
hasMoreItems
public Boolean hasMoreItems()
-
getTotalResultCountLower
public int getTotalResultCountLower()
-
getTotalResultCountUpper
public int getTotalResultCountUpper()
-
-