blob: e9f7c8789f3f560e90def5c0cc2938e232bf2f83 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_252) on Fri Jul 16 09:39:12 UTC 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ReportQueryResultCollection (EclipseLink 3.0.2, API Reference)</title>
<meta name="date" content="2021-07-16">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ReportQueryResultCollection (EclipseLink 3.0.2, API Reference)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">EclipseLink 3.0.2, API Reference</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReadAllQueryResultCollection.html" title="class in org.eclipse.persistence.jpa.rs.util.list"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultList.html" title="class in org.eclipse.persistence.jpa.rs.util.list"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultCollection.html" target="_top">Frames</a></li>
<li><a href="ReportQueryResultCollection.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.eclipse.persistence.jpa.rs.util.list</div>
<h2 title="Class ReportQueryResultCollection" class="title">Class ReportQueryResultCollection</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html" title="interface in org.eclipse.persistence.jpa.rs.util.list">PageableCollection</a>&lt;<a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultListItem.html" title="class in org.eclipse.persistence.jpa.rs.util.list">ReportQueryResultListItem</a>&gt;</dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">ReportQueryResultCollection</span>
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
implements <a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html" title="interface in org.eclipse.persistence.jpa.rs.util.list">PageableCollection</a>&lt;<a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultListItem.html" title="class in org.eclipse.persistence.jpa.rs.util.list">ReportQueryResultListItem</a>&gt;</pre>
<div class="block">This class is used to wrap collection of records returned by
a JPA report query and includes paging links.</div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>gonural</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultCollection.html#ReportQueryResultCollection--">ReportQueryResultCollection</a></span>()</code>
<div class="block">Instantiates a new report query result collection.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultCollection.html#addItem-org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultListItem-">addItem</a></span>(<a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultListItem.html" title="class in org.eclipse.persistence.jpa.rs.util.list">ReportQueryResultListItem</a>&nbsp;item)</code>
<div class="block">Adds the item.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultCollection.html#addLink-org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2-">addLink</a></span>(org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2&nbsp;link)</code>
<div class="block">Adds the link.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultCollection.html#getCount--">getCount</a></span>()</code>
<div class="block">Gets the total number of records in the current response.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultCollection.html#getHasMore--">getHasMore</a></span>()</code>
<div class="block">Returns true if collection has more</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultListItem.html" title="class in org.eclipse.persistence.jpa.rs.util.list">ReportQueryResultListItem</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultCollection.html#getItems--">getItems</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultCollection.html#getLimit--">getLimit</a></span>()</code>
<div class="block">Gets the limit.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultCollection.html#getLinks--">getLinks</a></span>()</code>
<div class="block">Gets the links.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultCollection.html#getOffset--">getOffset</a></span>()</code>
<div class="block">Gets the offset.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultCollection.html#setCount-java.lang.Integer-">setCount</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;count)</code>
<div class="block">Sets the count.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultCollection.html#setHasMore-java.lang.Boolean-">setHasMore</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;hasMore)</code>
<div class="block">Sets hasMore</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultCollection.html#setItems-java.util.List-">setItems</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultListItem.html" title="class in org.eclipse.persistence.jpa.rs.util.list">ReportQueryResultListItem</a>&gt;&nbsp;items)</code>&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultCollection.html#setLimit-java.lang.Integer-">setLimit</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;limit)</code>
<div class="block">Sets the limit.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultCollection.html#setLinks-java.util.List-">setLinks</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2&gt;&nbsp;links)</code>
<div class="block">Sets the links.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultCollection.html#setOffset-java.lang.Integer-">setOffset</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;offset)</code>
<div class="block">Sets the offset.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ReportQueryResultCollection--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ReportQueryResultCollection</h4>
<pre>public&nbsp;ReportQueryResultCollection()</pre>
<div class="block">Instantiates a new report query result collection.</div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="addItem-org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultListItem-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addItem</h4>
<pre>public&nbsp;void&nbsp;addItem(<a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultListItem.html" title="class in org.eclipse.persistence.jpa.rs.util.list">ReportQueryResultListItem</a>&nbsp;item)</pre>
<div class="block">Adds the item.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>item</code> - the item</dd>
</dl>
</li>
</ul>
<a name="addLink-org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addLink</h4>
<pre>public&nbsp;void&nbsp;addLink(org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2&nbsp;link)</pre>
<div class="block">Adds the link.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html#addLink-org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2-">addLink</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html" title="interface in org.eclipse.persistence.jpa.rs.util.list">PageableCollection</a>&lt;<a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultListItem.html" title="class in org.eclipse.persistence.jpa.rs.util.list">ReportQueryResultListItem</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>link</code> - the link to add</dd>
</dl>
</li>
</ul>
<a name="getItems--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getItems</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultListItem.html" title="class in org.eclipse.persistence.jpa.rs.util.list">ReportQueryResultListItem</a>&gt;&nbsp;getItems()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html#getItems--">getItems</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html" title="interface in org.eclipse.persistence.jpa.rs.util.list">PageableCollection</a>&lt;<a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultListItem.html" title="class in org.eclipse.persistence.jpa.rs.util.list">ReportQueryResultListItem</a>&gt;</code></dd>
</dl>
</li>
</ul>
<a name="setItems-java.util.List-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setItems</h4>
<pre>public&nbsp;void&nbsp;setItems(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultListItem.html" title="class in org.eclipse.persistence.jpa.rs.util.list">ReportQueryResultListItem</a>&gt;&nbsp;items)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html#setItems-java.util.List-">setItems</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html" title="interface in org.eclipse.persistence.jpa.rs.util.list">PageableCollection</a>&lt;<a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultListItem.html" title="class in org.eclipse.persistence.jpa.rs.util.list">ReportQueryResultListItem</a>&gt;</code></dd>
</dl>
</li>
</ul>
<a name="getLinks--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLinks</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2&gt;&nbsp;getLinks()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html#getLinks--">PageableCollection</a></code></span></div>
<div class="block">Gets the links.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html#getLinks--">getLinks</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html" title="interface in org.eclipse.persistence.jpa.rs.util.list">PageableCollection</a>&lt;<a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultListItem.html" title="class in org.eclipse.persistence.jpa.rs.util.list">ReportQueryResultListItem</a>&gt;</code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the links</dd>
</dl>
</li>
</ul>
<a name="setLinks-java.util.List-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setLinks</h4>
<pre>public&nbsp;void&nbsp;setLinks(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2&gt;&nbsp;links)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html#setLinks-java.util.List-">PageableCollection</a></code></span></div>
<div class="block">Sets the links.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html#setLinks-java.util.List-">setLinks</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html" title="interface in org.eclipse.persistence.jpa.rs.util.list">PageableCollection</a>&lt;<a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultListItem.html" title="class in org.eclipse.persistence.jpa.rs.util.list">ReportQueryResultListItem</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>links</code> - the new links</dd>
</dl>
</li>
</ul>
<a name="getOffset--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOffset</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;getOffset()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html#getOffset--">PageableCollection</a></code></span></div>
<div class="block">Gets the offset.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html#getOffset--">getOffset</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html" title="interface in org.eclipse.persistence.jpa.rs.util.list">PageableCollection</a>&lt;<a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultListItem.html" title="class in org.eclipse.persistence.jpa.rs.util.list">ReportQueryResultListItem</a>&gt;</code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the offset</dd>
</dl>
</li>
</ul>
<a name="setOffset-java.lang.Integer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setOffset</h4>
<pre>public&nbsp;void&nbsp;setOffset(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;offset)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html#setOffset-java.lang.Integer-">PageableCollection</a></code></span></div>
<div class="block">Sets the offset.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html#setOffset-java.lang.Integer-">setOffset</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html" title="interface in org.eclipse.persistence.jpa.rs.util.list">PageableCollection</a>&lt;<a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultListItem.html" title="class in org.eclipse.persistence.jpa.rs.util.list">ReportQueryResultListItem</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>offset</code> - the new offset</dd>
</dl>
</li>
</ul>
<a name="getLimit--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLimit</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;getLimit()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html#getLimit--">PageableCollection</a></code></span></div>
<div class="block">Gets the limit.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html#getLimit--">getLimit</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html" title="interface in org.eclipse.persistence.jpa.rs.util.list">PageableCollection</a>&lt;<a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultListItem.html" title="class in org.eclipse.persistence.jpa.rs.util.list">ReportQueryResultListItem</a>&gt;</code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the limit</dd>
</dl>
</li>
</ul>
<a name="setLimit-java.lang.Integer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setLimit</h4>
<pre>public&nbsp;void&nbsp;setLimit(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;limit)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html#setLimit-java.lang.Integer-">PageableCollection</a></code></span></div>
<div class="block">Sets the limit.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html#setLimit-java.lang.Integer-">setLimit</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html" title="interface in org.eclipse.persistence.jpa.rs.util.list">PageableCollection</a>&lt;<a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultListItem.html" title="class in org.eclipse.persistence.jpa.rs.util.list">ReportQueryResultListItem</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>limit</code> - the new limit</dd>
</dl>
</li>
</ul>
<a name="getCount--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCount</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;getCount()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html#getCount--">PageableCollection</a></code></span></div>
<div class="block">Gets the total number of records in the current response.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html#getCount--">getCount</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html" title="interface in org.eclipse.persistence.jpa.rs.util.list">PageableCollection</a>&lt;<a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultListItem.html" title="class in org.eclipse.persistence.jpa.rs.util.list">ReportQueryResultListItem</a>&gt;</code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the count</dd>
</dl>
</li>
</ul>
<a name="setCount-java.lang.Integer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCount</h4>
<pre>public&nbsp;void&nbsp;setCount(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;count)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html#setCount-java.lang.Integer-">PageableCollection</a></code></span></div>
<div class="block">Sets the count.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html#setCount-java.lang.Integer-">setCount</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html" title="interface in org.eclipse.persistence.jpa.rs.util.list">PageableCollection</a>&lt;<a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultListItem.html" title="class in org.eclipse.persistence.jpa.rs.util.list">ReportQueryResultListItem</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>count</code> - the new count</dd>
</dl>
</li>
</ul>
<a name="setHasMore-java.lang.Boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setHasMore</h4>
<pre>public&nbsp;void&nbsp;setHasMore(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;hasMore)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html#setHasMore-java.lang.Boolean-">PageableCollection</a></code></span></div>
<div class="block">Sets hasMore</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html#setHasMore-java.lang.Boolean-">setHasMore</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html" title="interface in org.eclipse.persistence.jpa.rs.util.list">PageableCollection</a>&lt;<a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultListItem.html" title="class in org.eclipse.persistence.jpa.rs.util.list">ReportQueryResultListItem</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>hasMore</code> - the new checks for more</dd>
</dl>
</li>
</ul>
<a name="getHasMore--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getHasMore</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;getHasMore()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html#getHasMore--">PageableCollection</a></code></span></div>
<div class="block">Returns true if collection has more</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html#getHasMore--">getHasMore</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/PageableCollection.html" title="interface in org.eclipse.persistence.jpa.rs.util.list">PageableCollection</a>&lt;<a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultListItem.html" title="class in org.eclipse.persistence.jpa.rs.util.list">ReportQueryResultListItem</a>&gt;</code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the checks for more</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">EclipseLink 3.0.2, API Reference</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReadAllQueryResultCollection.html" title="class in org.eclipse.persistence.jpa.rs.util.list"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../../org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultList.html" title="class in org.eclipse.persistence.jpa.rs.util.list"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultCollection.html" target="_top">Frames</a></li>
<li><a href="ReportQueryResultCollection.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2021 <a href="http://www.eclipse.org/eclipselink">Eclipse.org - EclipseLink Project</a>. All rights reserved.</small></p>
</body>
</html>