public class ScriptPagingNodes extends Object implements Serializable
| Constructor and Description |
|---|
ScriptPagingNodes(org.mozilla.javascript.Scriptable results,
Boolean hasMoreItems,
int totalResultCountLower,
int totalResultCountUpper) |
| Modifier and Type | Method and Description |
|---|---|
org.mozilla.javascript.Scriptable |
getPage() |
int |
getTotalResultCountLower() |
int |
getTotalResultCountUpper() |
Boolean |
hasMoreItems() |
public ScriptPagingNodes(org.mozilla.javascript.Scriptable results,
Boolean hasMoreItems,
int totalResultCountLower,
int totalResultCountUpper)
public org.mozilla.javascript.Scriptable getPage()
public Boolean hasMoreItems()
public int getTotalResultCountLower()
public int getTotalResultCountUpper()
Copyright © 2005–2018 Alfresco Software. All rights reserved.