This commit is contained in:
RubenVerborgh
2021-06-29 16:54:45 +00:00
parent e1e35a84d0
commit 8591fda008
525 changed files with 12756 additions and 8659 deletions

View File

@@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>PatchingStore | Community Solid Server - v0.9.0</title>
<meta name="description" content="Documentation for Community Solid Server - v0.9.0">
<title>PatchingStore | Community Solid Server - v1.0.0-beta.0</title>
<meta name="description" content="Documentation for Community Solid Server - v1.0.0-beta.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
<script async src="../assets/js/search.js" id="search-script"></script>
@@ -23,7 +23,7 @@
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">Community Solid Server - v0.9.0</a>
<a href="../index.html" class="title">Community Solid Server - v1.0.0-beta.0</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
@@ -52,7 +52,7 @@
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../modules.html">Community Solid Server - v0.9.0</a>
<a href="../modules.html">Community Solid Server - v1.0.0-beta.0</a>
</li>
<li>
<a href="../modules/storage_patchingstore.html">storage/PatchingStore</a>
@@ -135,14 +135,14 @@
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite">
<li class="tsd-signature tsd-kind-icon">new <wbr>Patching<wbr>Store&lt;T&gt;<span class="tsd-signature-symbol">(</span>source<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">T</span>, patcher<span class="tsd-signature-symbol">: </span><a href="storage_patch_patchhandler.patchhandler.html" class="tsd-signature-type" data-tsd-kind="Class">PatchHandler</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="storage_patchingstore.patchingstore.html" class="tsd-signature-type" data-tsd-kind="Class">PatchingStore</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">&gt;</span></li>
<li class="tsd-signature tsd-kind-icon">new <wbr>Patching<wbr>Store&lt;T&gt;<span class="tsd-signature-symbol">(</span>source<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">T</span>, patcher<span class="tsd-signature-symbol">: </span><a href="storage_patch_patchhandler.patchhandler.html" class="tsd-signature-type" data-tsd-kind="Class">PatchHandler</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/storage_resourcestore.resourcestore.html" class="tsd-signature-type" data-tsd-kind="Interface">ResourceStore</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="storage_patchingstore.patchingstore.html" class="tsd-signature-type" data-tsd-kind="Class">PatchingStore</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">&gt;</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Overrides <a href="storage_passthroughstore.passthroughstore.html">PassthroughStore</a>.<a href="storage_passthroughstore.passthroughstore.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/0a68fbf/src/storage/PatchingStore.ts#L14">src/storage/PatchingStore.ts:14</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/storage/PatchingStore.ts#L14">src/storage/PatchingStore.ts:14</a></li>
</ul>
</aside>
<h4 class="tsd-type-parameters-title">Type parameters</h4>
@@ -157,7 +157,7 @@
<h5>source: <span class="tsd-signature-type">T</span></h5>
</li>
<li>
<h5>patcher: <a href="storage_patch_patchhandler.patchhandler.html" class="tsd-signature-type" data-tsd-kind="Class">PatchHandler</a></h5>
<h5>patcher: <a href="storage_patch_patchhandler.patchhandler.html" class="tsd-signature-type" data-tsd-kind="Class">PatchHandler</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/storage_resourcestore.resourcestore.html" class="tsd-signature-type" data-tsd-kind="Interface">ResourceStore</a><span class="tsd-signature-symbol">&gt;</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="storage_patchingstore.patchingstore.html" class="tsd-signature-type" data-tsd-kind="Class">PatchingStore</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">&gt;</span></h4>
@@ -170,10 +170,10 @@
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
<a name="patcher" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagPrivate">Private</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> patcher</h3>
<div class="tsd-signature tsd-kind-icon">patcher<span class="tsd-signature-symbol">:</span> <a href="storage_patch_patchhandler.patchhandler.html" class="tsd-signature-type" data-tsd-kind="Class">PatchHandler</a></div>
<div class="tsd-signature tsd-kind-icon">patcher<span class="tsd-signature-symbol">:</span> <a href="storage_patch_patchhandler.patchhandler.html" class="tsd-signature-type" data-tsd-kind="Class">PatchHandler</a><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/storage_resourcestore.resourcestore.html" class="tsd-signature-type" data-tsd-kind="Interface">ResourceStore</a><span class="tsd-signature-symbol">&gt;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/0a68fbf/src/storage/PatchingStore.ts#L14">src/storage/PatchingStore.ts:14</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/storage/PatchingStore.ts#L14">src/storage/PatchingStore.ts:14</a></li>
</ul>
</aside>
</section>
@@ -184,7 +184,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="storage_passthroughstore.passthroughstore.html">PassthroughStore</a>.<a href="storage_passthroughstore.passthroughstore.html#source">source</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/0a68fbf/src/storage/PassthroughStore.ts#L14">src/storage/PassthroughStore.ts:14</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/storage/PassthroughStore.ts#L14">src/storage/PassthroughStore.ts:14</a></li>
</ul>
</aside>
</section>
@@ -202,7 +202,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="storage_passthroughstore.passthroughstore.html">PassthroughStore</a>.<a href="storage_passthroughstore.passthroughstore.html#addresource">addResource</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/0a68fbf/src/storage/PassthroughStore.ts#L29">src/storage/PassthroughStore.ts:29</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/storage/PassthroughStore.ts#L29">src/storage/PassthroughStore.ts:29</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@@ -237,7 +237,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="storage_passthroughstore.passthroughstore.html">PassthroughStore</a>.<a href="storage_passthroughstore.passthroughstore.html#deleteresource">deleteResource</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/0a68fbf/src/storage/PassthroughStore.ts#L34">src/storage/PassthroughStore.ts:34</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/storage/PassthroughStore.ts#L34">src/storage/PassthroughStore.ts:34</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@@ -269,7 +269,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="storage_passthroughstore.passthroughstore.html">PassthroughStore</a>.<a href="storage_passthroughstore.passthroughstore.html#getrepresentation">getRepresentation</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/0a68fbf/src/storage/PassthroughStore.ts#L24">src/storage/PassthroughStore.ts:24</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/storage/PassthroughStore.ts#L24">src/storage/PassthroughStore.ts:24</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@@ -304,7 +304,7 @@
<aside class="tsd-sources">
<p>Overrides <a href="storage_passthroughstore.passthroughstore.html">PassthroughStore</a>.<a href="storage_passthroughstore.passthroughstore.html#modifyresource">modifyResource</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/0a68fbf/src/storage/PatchingStore.ts#L21">src/storage/PatchingStore.ts:21</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/storage/PatchingStore.ts#L21">src/storage/PatchingStore.ts:21</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@@ -340,7 +340,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="storage_passthroughstore.passthroughstore.html">PassthroughStore</a>.<a href="storage_passthroughstore.passthroughstore.html#resourceexists">resourceExists</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/0a68fbf/src/storage/PassthroughStore.ts#L20">src/storage/PassthroughStore.ts:20</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/storage/PassthroughStore.ts#L20">src/storage/PassthroughStore.ts:20</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@@ -372,7 +372,7 @@
<aside class="tsd-sources">
<p>Inherited from <a href="storage_passthroughstore.passthroughstore.html">PassthroughStore</a>.<a href="storage_passthroughstore.passthroughstore.html#setrepresentation">setRepresentation</a></p>
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/0a68fbf/src/storage/PassthroughStore.ts#L44">src/storage/PassthroughStore.ts:44</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/storage/PassthroughStore.ts#L44">src/storage/PassthroughStore.ts:44</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@@ -403,7 +403,7 @@
<nav class="tsd-navigation primary">
<ul>
<li class=" ">
<a href="../modules.html">Exports</a>
<a href="../modules.html">Modules</a>
</li>
<li class="current tsd-kind-module">
<a href="../modules/storage_patchingstore.html">storage/<wbr>Patching<wbr>Store</a>