trilium/docs/backend_api/AbstractBeccaEntity.html

1207 lines
12 KiB
HTML
Raw Normal View History

2022-04-16 06:18:01 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
2023-01-03 20:54:27 +08:00
<title>JSDoc: Class: AbstractBeccaEntity</title>
2022-04-16 06:18:01 +08:00
<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">
2023-01-03 20:54:27 +08:00
<h1 class="page-title">Class: AbstractBeccaEntity</h1>
2022-04-16 06:18:01 +08:00
<section>
<header>
2023-01-03 20:54:27 +08:00
<h2><span class="attribs"><span class="type-signature"></span></span>AbstractBeccaEntity<span class="signature">()</span><span class="type-signature"></span></h2>
2022-04-16 06:18:01 +08:00
<div class="class-description">Base class for all backend entities.</div>
</header>
<article>
<div class="container-overview">
<h2>Constructor</h2>
2023-01-03 20:54:27 +08:00
<h4 class="name" id="AbstractBeccaEntity"><span class="type-signature"></span>new AbstractBeccaEntity<span class="signature">()</span><span class="type-signature"></span></h4>
2022-04-16 06:18:01 +08:00
<dl class="details">
2023-02-17 23:15:58 +08:00
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
2023-06-30 02:54:58 +08:00
<a href="becca_entities_abstract_becca_entity.js.html">becca/entities/abstract_becca_entity.js</a>, <a href="becca_entities_abstract_becca_entity.js.html#line18">line 18</a>
2023-02-17 23:15:58 +08:00
</li></ul></dd>
2022-04-16 06:18:01 +08:00
</dl>
</div>
<h3 class="subsection-title">Members</h3>
<h4 class="name" id="becca"><span class="type-signature">(protected) </span>becca<span class="type-signature"></span></h4>
<dl class="details">
2023-02-17 23:15:58 +08:00
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
2023-10-08 01:57:53 +08:00
<a href="becca_entities_abstract_becca_entity.js.html">becca/entities/abstract_becca_entity.js</a>, <a href="becca_entities_abstract_becca_entity.js.html#line35">line 35</a>
2023-02-17 23:15:58 +08:00
</li></ul></dd>
</dl>
2022-04-16 06:18:01 +08:00
<h3 class="subsection-title">Methods</h3>
2023-06-30 02:54:58 +08:00
<h4 class="name" id="_getContent"><span class="type-signature">(protected) </span>_getContent<span class="signature">()</span><span class="type-signature"> &rarr; {string|Buffer}</span></h4>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
2023-10-08 01:57:53 +08:00
<a href="becca_entities_abstract_becca_entity.js.html">becca/entities/abstract_becca_entity.js</a>, <a href="becca_entities_abstract_becca_entity.js.html#line250">line 250</a>
2023-06-30 02:54:58 +08:00
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">string</span>
|
<span class="param-type">Buffer</span>
</dd>
</dl>
<h4 class="name" id="_setContent"><span class="type-signature">(protected) </span>_setContent<span class="signature">()</span><span class="type-signature"></span></h4>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
2023-10-08 01:57:53 +08:00
<a href="becca_entities_abstract_becca_entity.js.html">becca/entities/abstract_becca_entity.js</a>, <a href="becca_entities_abstract_becca_entity.js.html#line128">line 128</a>
2023-06-30 02:54:58 +08:00
</li></ul></dd>
</dl>
2023-08-10 19:40:26 +08:00
<h4 class="name" id="beforeSaving"><span class="type-signature">(protected) </span>beforeSaving<span class="signature">()</span><span class="type-signature"></span></h4>
<dl class="details">
2023-02-17 23:15:58 +08:00
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
2023-08-10 19:40:26 +08:00
<a href="becca_entities_abstract_becca_entity.js.html">becca/entities/abstract_becca_entity.js</a>, <a href="becca_entities_abstract_becca_entity.js.html#line20">line 20</a>
2023-02-17 23:15:58 +08:00
</li></ul></dd>
</dl>
2023-10-08 01:57:53 +08:00
<h4 class="name" id="generateHash"><span class="type-signature">(protected) </span>generateHash<span class="signature">()</span><span class="type-signature"> &rarr; {string}</span></h4>
<dl class="details">
2023-02-17 23:15:58 +08:00
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
2023-10-08 01:57:53 +08:00
<a href="becca_entities_abstract_becca_entity.js.html">becca/entities/abstract_becca_entity.js</a>, <a href="becca_entities_abstract_becca_entity.js.html#line59">line 59</a>
2023-02-17 23:15:58 +08:00
</li></ul></dd>
</dl>
2023-10-08 01:57:53 +08:00
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">string</span>
</dd>
</dl>
2023-10-08 01:57:53 +08:00
<h4 class="name" id="getPojo"><span class="type-signature">(abstract, protected) </span>getPojo<span class="signature">()</span><span class="type-signature"></span></h4>
<dl class="details">
2023-02-17 23:15:58 +08:00
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
2023-10-08 01:57:53 +08:00
<a href="becca_entities_abstract_becca_entity.js.html">becca/entities/abstract_becca_entity.js</a>, <a href="becca_entities_abstract_becca_entity.js.html#line82">line 82</a>
2023-02-17 23:15:58 +08:00
</li></ul></dd>
</dl>
2023-08-10 19:40:26 +08:00
<h4 class="name" id="getPojoToSave"><span class="type-signature">(protected) </span>getPojoToSave<span class="signature">()</span><span class="type-signature"></span></h4>
<dl class="details">
2023-02-17 23:15:58 +08:00
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
2023-10-08 01:57:53 +08:00
<a href="becca_entities_abstract_becca_entity.js.html">becca/entities/abstract_becca_entity.js</a>, <a href="becca_entities_abstract_becca_entity.js.html#line74">line 74</a>
2023-02-17 23:15:58 +08:00
</li></ul></dd>
</dl>
2023-08-10 19:40:26 +08:00
<h4 class="name" id="getUtcDateChanged"><span class="type-signature">(protected) </span>getUtcDateChanged<span class="signature">()</span><span class="type-signature"></span></h4>
<dl class="details">
2023-02-17 23:15:58 +08:00
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
2023-10-08 01:57:53 +08:00
<a href="becca_entities_abstract_becca_entity.js.html">becca/entities/abstract_becca_entity.js</a>, <a href="becca_entities_abstract_becca_entity.js.html#line27">line 27</a>
2023-02-17 23:15:58 +08:00
</li></ul></dd>
</dl>
2023-08-10 19:40:26 +08:00
<h4 class="name" id="markAsDeleted"><span class="type-signature"></span>markAsDeleted<span class="signature">(deleteId<span class="signature-attributes">opt</span>)</span><span class="type-signature"></span></h4>
2023-08-10 19:40:26 +08:00
<div class="description">
2023-09-06 15:25:00 +08:00
Mark the entity as (soft) deleted. It will be completely erased later.
This is a low-level method, for notes and branches use `note.deleteNote()` and 'branch.deleteBranch()` instead.
2023-08-10 19:40:26 +08:00
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Attributes</th>
<th>Default</th>
2023-08-10 19:40:26 +08:00
<th class="last">Description</th>
</tr>
</thead>
2023-08-10 19:40:26 +08:00
<tbody>
2023-08-10 19:40:26 +08:00
<tr>
<td class="name"><code>deleteId</code></td>
<td class="type">
</td>
<td class="attributes">
&lt;optional><br>
</td>
2023-08-10 19:40:26 +08:00
<td class="default">
null
</td>
2023-08-10 19:40:26 +08:00
<td class="description last"></td>
</tr>
2023-08-10 19:40:26 +08:00
</tbody>
</table>
<dl class="details">
2023-02-17 23:15:58 +08:00
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
2023-10-08 01:57:53 +08:00
<a href="becca_entities_abstract_becca_entity.js.html">becca/entities/abstract_becca_entity.js</a>, <a href="becca_entities_abstract_becca_entity.js.html#line267">line 267</a>
2023-02-17 23:15:58 +08:00
</li></ul></dd>
</dl>
2022-04-16 06:18:01 +08:00
2023-08-10 19:40:26 +08:00
<h4 class="name" id="putEntityChange"><span class="type-signature">(protected) </span>putEntityChange<span class="signature">()</span><span class="type-signature"></span></h4>
2022-04-16 06:18:01 +08:00
<dl class="details">
2023-02-17 23:15:58 +08:00
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
2023-10-08 01:57:53 +08:00
<a href="becca_entities_abstract_becca_entity.js.html">becca/entities/abstract_becca_entity.js</a>, <a href="becca_entities_abstract_becca_entity.js.html#line44">line 44</a>
2023-02-17 23:15:58 +08:00
</li></ul></dd>
2022-04-16 06:18:01 +08:00
</dl>
2022-12-30 06:12:38 +08:00
<h4 class="name" id="save"><span class="type-signature"></span>save<span class="signature">()</span><span class="type-signature"> &rarr; {this}</span></h4>
2022-04-16 06:18:01 +08:00
<div class="description">
Saves entity - executes SQL, but doesn't commit the transaction on its own
</div>
<dl class="details">
2023-02-17 23:15:58 +08:00
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
2023-10-08 01:57:53 +08:00
<a href="becca_entities_abstract_becca_entity.js.html">becca/entities/abstract_becca_entity.js</a>, <a href="becca_entities_abstract_becca_entity.js.html#line91">line 91</a>
2023-02-17 23:15:58 +08:00
</li></ul></dd>
2022-04-16 06:18:01 +08:00
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
2022-12-30 06:12:38 +08:00
<span class="param-type">this</span>
2022-04-16 06:18:01 +08:00
</dd>
</dl>
</article>
</section>
</div>
<nav>
2023-08-21 16:17:16 +08:00
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-sql.html">sql</a></li></ul><h3>Classes</h3><ul><li><a href="AbstractBeccaEntity.html">AbstractBeccaEntity</a></li><li><a href="BAttachment.html">BAttachment</a></li><li><a href="BAttribute.html">BAttribute</a></li><li><a href="BBranch.html">BBranch</a></li><li><a href="BEtapiToken.html">BEtapiToken</a></li><li><a href="BNote.html">BNote</a></li><li><a href="BOption.html">BOption</a></li><li><a href="BRecentNote.html">BRecentNote</a></li><li><a href="BRevision.html">BRevision</a></li><li><a href="BackendScriptApi.html">BackendScriptApi</a></li></ul><h3>Global</h3><ul><li><a href="global.html#api">api</a></li></ul>
2022-04-16 06:18:01 +08:00
</nav>
<br class="clear">
<footer>
2023-05-31 20:00:37 +08:00
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a>
2022-04-16 06:18:01 +08:00
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>