Package org.alfresco.repo.jscript
Class ScriptPagingNodes
java.lang.Object
org.alfresco.repo.jscript.ScriptPagingNodes
- All Implemented Interfaces:
Serializable
Response for page of ScriptNode results
- Version:
- 4.0
- Author:
- janv
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScriptPagingNodes(org.mozilla.javascript.Scriptable results, Boolean hasMoreItems, int totalResultCountLower, int totalResultCountUpper) -
Method Summary
-
Constructor Details
-
ScriptPagingNodes
public ScriptPagingNodes(org.mozilla.javascript.Scriptable results, Boolean hasMoreItems, int totalResultCountLower, int totalResultCountUpper)
-
-
Method Details
-
getPage
public org.mozilla.javascript.Scriptable getPage() -
hasMoreItems
-
getTotalResultCountLower
public int getTotalResultCountLower() -
getTotalResultCountUpper
public int getTotalResultCountUpper()
-