-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,278 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>JSDoc: Class: JobPages</title> | ||
|
||
<script src="scripts/prettify/prettify.js"> </script> | ||
<script src="scripts/prettify/lang-css.js"> </script> | ||
<!--[if lt IE 9]> | ||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> | ||
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> | ||
</head> | ||
|
||
<body> | ||
|
||
<div id="main"> | ||
|
||
<h1 class="page-title">Class: JobPages</h1> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<section> | ||
|
||
<header> | ||
|
||
<h2><span class="attribs"><span class="type-signature"></span></span>JobPages<span class="signature">(connection, limit<span class="signature-attributes">nullable</span>)</span><span class="type-signature"></span></h2> | ||
|
||
<div class="class-description"><p>Paginate through jobs.</p></div> | ||
|
||
|
||
</header> | ||
|
||
<article> | ||
<div class="container-overview"> | ||
|
||
|
||
|
||
|
||
<h2>Constructor</h2> | ||
|
||
|
||
|
||
<h4 class="name" id="JobPages"><span class="type-signature"></span>new JobPages<span class="signature">(connection, limit<span class="signature-attributes">nullable</span>)</span><span class="type-signature"></span></h4> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="description"> | ||
<p>Paginate through jobs.</p> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h5>Parameters:</h5> | ||
|
||
|
||
<table class="params"> | ||
<thead> | ||
<tr> | ||
|
||
<th>Name</th> | ||
|
||
|
||
<th>Type</th> | ||
|
||
|
||
<th>Attributes</th> | ||
|
||
|
||
|
||
<th>Default</th> | ||
|
||
|
||
<th class="last">Description</th> | ||
</tr> | ||
</thead> | ||
|
||
<tbody> | ||
|
||
|
||
<tr> | ||
|
||
<td class="name"><code>connection</code></td> | ||
|
||
|
||
<td class="type"> | ||
|
||
|
||
<span class="param-type"><a href="Connection.html">Connection</a></span> | ||
|
||
|
||
|
||
</td> | ||
|
||
|
||
<td class="attributes"> | ||
|
||
|
||
|
||
|
||
|
||
</td> | ||
|
||
|
||
|
||
<td class="default"> | ||
|
||
</td> | ||
|
||
|
||
<td class="description last"></td> | ||
</tr> | ||
|
||
|
||
|
||
<tr> | ||
|
||
<td class="name"><code>limit</code></td> | ||
|
||
|
||
<td class="type"> | ||
|
||
|
||
<span class="param-type">number</span> | ||
|
||
|
||
|
||
</td> | ||
|
||
|
||
<td class="attributes"> | ||
|
||
|
||
|
||
<nullable><br> | ||
|
||
|
||
|
||
</td> | ||
|
||
|
||
|
||
<td class="default"> | ||
|
||
null | ||
|
||
</td> | ||
|
||
|
||
<td class="description last"></td> | ||
</tr> | ||
|
||
|
||
</tbody> | ||
</table> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<dl class="details"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<dt class="tag-source">Source:</dt> | ||
<dd class="tag-source"><ul class="dummy"><li> | ||
<a href="pages.js.html">pages.js</a>, <a href="pages.js.html#line192">line 192</a> | ||
</li></ul></dd> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</dl> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</article> | ||
|
||
</section> | ||
|
||
|
||
|
||
|
||
</div> | ||
|
||
<nav> | ||
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AuthProvider.html">AuthProvider</a></li><li><a href="BaseEntity.html">BaseEntity</a></li><li><a href="BasicProvider.html">BasicProvider</a></li><li><a href="Builder.html">Builder</a></li><li><a href="BuilderNode.html">BuilderNode</a></li><li><a href="Capabilities.html">Capabilities</a></li><li><a href="CollectionPages.html">CollectionPages</a></li><li><a href="Connection.html">Connection</a></li><li><a href="Environment.html">Environment</a></li><li><a href="FileTypes.html">FileTypes</a></li><li><a href="Formula.html">Formula</a></li><li><a href="ItemPages.html">ItemPages</a></li><li><a href="Job.html">Job</a></li><li><a href="JobPages.html">JobPages</a></li><li><a href="Logs.html">Logs</a></li><li><a href="OidcProvider.html">OidcProvider</a></li><li><a href="OpenEO.html">OpenEO</a></li><li><a href="Pages.html">Pages</a></li><li><a href="Parameter.html">Parameter</a></li><li><a href="ProcessPages.html">ProcessPages</a></li><li><a href="Service.html">Service</a></li><li><a href="ServicePages.html">ServicePages</a></li><li><a href="UserFile.html">UserFile</a></li><li><a href="UserFilePages.html">UserFilePages</a></li><li><a href="UserProcess.html">UserProcess</a></li></ul><h3>Global</h3><ul><li><a href="global.html#next">next</a></li></ul> | ||
</nav> | ||
|
||
<br class="clear"> | ||
|
||
<footer> | ||
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Sun Jan 05 2025 00:54:26 GMT+0000 (Coordinated Universal Time) | ||
</footer> | ||
|
||
<script> prettyPrint(); </script> | ||
<script src="scripts/linenumber.js"> </script> | ||
</body> | ||
</html> |