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:
  • 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

      public Boolean hasMoreItems()
    • getTotalResultCountLower

      public int getTotalResultCountLower()
    • getTotalResultCountUpper

      public int getTotalResultCountUpper()