Class ScriptPagingNodes

  • All Implemented Interfaces:
    java.io.Serializable

    public class ScriptPagingNodes
    extends java.lang.Object
    implements java.io.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, java.lang.Boolean hasMoreItems, int totalResultCountLower, int totalResultCountUpper)  
    • 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()