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>RepresentationConvertingStore | Community Solid Server - v0.9.0</title>
<meta name="description" content="Documentation for Community Solid Server - v0.9.0">
<title>RepresentationConvertingStore | 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_representationconvertingstore.html">storage/RepresentationConvertingStore</a>
@@ -143,7 +143,7 @@
<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/RepresentationConvertingStore.ts#L19">src/storage/RepresentationConvertingStore.ts:19</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/storage/RepresentationConvertingStore.ts#L19">src/storage/RepresentationConvertingStore.ts:19</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@@ -190,7 +190,7 @@
<div class="tsd-signature tsd-kind-icon">in<wbr>Converter<span class="tsd-signature-symbol">:</span> <a href="storage_conversion_representationconverter.representationconverter.html" class="tsd-signature-type" data-tsd-kind="Class">RepresentationConverter</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/0a68fbf/src/storage/RepresentationConvertingStore.ts#L17">src/storage/RepresentationConvertingStore.ts:17</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/storage/RepresentationConvertingStore.ts#L17">src/storage/RepresentationConvertingStore.ts:17</a></li>
</ul>
</aside>
</section>
@@ -200,7 +200,7 @@
<div class="tsd-signature tsd-kind-icon">in<wbr>Preferences<span class="tsd-signature-symbol">:</span> <a href="../interfaces/ldp_representation_representationpreferences.representationpreferences.html" class="tsd-signature-type" data-tsd-kind="Interface">RepresentationPreferences</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/0a68fbf/src/storage/RepresentationConvertingStore.ts#L19">src/storage/RepresentationConvertingStore.ts:19</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/storage/RepresentationConvertingStore.ts#L19">src/storage/RepresentationConvertingStore.ts:19</a></li>
</ul>
</aside>
</section>
@@ -210,7 +210,7 @@
<div class="tsd-signature tsd-kind-icon">logger<span class="tsd-signature-symbol">:</span> <a href="logging_logger.logger.html" class="tsd-signature-type" data-tsd-kind="Class">Logger</a><span class="tsd-signature-symbol"> = ...</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/0a68fbf/src/storage/RepresentationConvertingStore.ts#L15">src/storage/RepresentationConvertingStore.ts:15</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/storage/RepresentationConvertingStore.ts#L15">src/storage/RepresentationConvertingStore.ts:15</a></li>
</ul>
</aside>
</section>
@@ -220,7 +220,7 @@
<div class="tsd-signature tsd-kind-icon">out<wbr>Converter<span class="tsd-signature-symbol">:</span> <a href="storage_conversion_representationconverter.representationconverter.html" class="tsd-signature-type" data-tsd-kind="Class">RepresentationConverter</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/solid/community-server/blob/0a68fbf/src/storage/RepresentationConvertingStore.ts#L18">src/storage/RepresentationConvertingStore.ts:18</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/storage/RepresentationConvertingStore.ts#L18">src/storage/RepresentationConvertingStore.ts:18</a></li>
</ul>
</aside>
</section>
@@ -231,7 +231,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>
@@ -249,7 +249,7 @@
<aside class="tsd-sources">
<p>Overrides <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/RepresentationConvertingStore.ts#L42">src/storage/RepresentationConvertingStore.ts:42</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/storage/RepresentationConvertingStore.ts#L42">src/storage/RepresentationConvertingStore.ts:42</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@@ -284,7 +284,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">
@@ -316,7 +316,7 @@
<aside class="tsd-sources">
<p>Overrides <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/RepresentationConvertingStore.ts#L36">src/storage/RepresentationConvertingStore.ts:36</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/storage/RepresentationConvertingStore.ts#L36">src/storage/RepresentationConvertingStore.ts:36</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@@ -351,7 +351,7 @@
<aside class="tsd-sources">
<p>Inherited from <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/PassthroughStore.ts#L39">src/storage/PassthroughStore.ts:39</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/storage/PassthroughStore.ts#L39">src/storage/PassthroughStore.ts:39</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@@ -387,7 +387,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">
@@ -419,7 +419,7 @@
<aside class="tsd-sources">
<p>Overrides <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/RepresentationConvertingStore.ts#L50">src/storage/RepresentationConvertingStore.ts:50</a></li>
<li>Defined in <a href="https://github.com/solid/community-server/blob/d01382d/src/storage/RepresentationConvertingStore.ts#L50">src/storage/RepresentationConvertingStore.ts:50</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@@ -450,7 +450,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_representationconvertingstore.html">storage/<wbr>Representation<wbr>Converting<wbr>Store</a>