mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
deploy: c469df2ebb
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>PatchOperationHandler | Community Solid Server - v0.4.1</title>
|
||||
<meta name="description" content="Documentation for Community Solid Server - v0.4.1">
|
||||
<title>PatchOperationHandler | Community Solid Server - v0.5.0</title>
|
||||
<meta name="description" content="Documentation for Community Solid Server - v0.5.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.4.1</a>
|
||||
<a href="../index.html" class="title">Community Solid Server - v0.5.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.4.1</a>
|
||||
<a href="../modules.html">Community Solid Server - v0.5.0</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../modules/ldp_operations_patchoperationhandler.html">ldp/operations/PatchOperationHandler</a>
|
||||
@@ -68,6 +68,14 @@
|
||||
<div class="container container-main">
|
||||
<div class="row">
|
||||
<div class="col-8 col-content">
|
||||
<section class="tsd-panel tsd-comment">
|
||||
<div class="tsd-comment tsd-typography">
|
||||
<div class="lead">
|
||||
<p>Handles PATCH <a href="../interfaces/ldp_operations_operation.operation.html">Operation</a>s.
|
||||
Calls the modifyResource function from a <a href="../interfaces/storage_resourcestore.resourcestore.html">ResourceStore</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-hierarchy">
|
||||
<h3>Hierarchy</h3>
|
||||
<ul class="tsd-hierarchy">
|
||||
@@ -91,9 +99,10 @@
|
||||
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="ldp_operations_patchoperationhandler.patchoperationhandler.html#constructor" class="tsd-kind-icon">constructor</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="tsd-index-section tsd-is-private tsd-is-private-protected">
|
||||
<section class="tsd-index-section tsd-is-private-protected">
|
||||
<h3>Properties</h3>
|
||||
<ul class="tsd-index-list">
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><a href="ldp_operations_patchoperationhandler.patchoperationhandler.html#logger" class="tsd-kind-icon">logger</a></li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="ldp_operations_patchoperationhandler.patchoperationhandler.html#store" class="tsd-kind-icon">store</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
@@ -121,7 +130,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="ldp_operations_operationhandler.operationhandler.html">OperationHandler</a>.<a href="ldp_operations_operationhandler.operationhandler.html#constructor">constructor</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/409782c/src/ldp/operations/PatchOperationHandler.ts#L10">src/ldp/operations/PatchOperationHandler.ts:10</a></li>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/c469df2/src/ldp/operations/PatchOperationHandler.ts#L18">src/ldp/operations/PatchOperationHandler.ts:18</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@@ -135,15 +144,25 @@
|
||||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group tsd-is-private tsd-is-private-protected">
|
||||
<section class="tsd-panel-group tsd-member-group tsd-is-private-protected">
|
||||
<h2>Properties</h2>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-protected">
|
||||
<a name="logger" class="tsd-anchor"></a>
|
||||
<h3><span class="tsd-flag ts-flagProtected">Protected</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> logger</h3>
|
||||
<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/c469df2/src/ldp/operations/PatchOperationHandler.ts#L16">src/ldp/operations/PatchOperationHandler.ts:16</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
|
||||
<a name="store" class="tsd-anchor"></a>
|
||||
<h3><span class="tsd-flag ts-flagPrivate">Private</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> store</h3>
|
||||
<div class="tsd-signature tsd-kind-icon">store<span class="tsd-signature-symbol">:</span> <a href="../interfaces/storage_resourcestore.resourcestore.html" class="tsd-signature-type" data-tsd-kind="Interface">ResourceStore</a></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/409782c/src/ldp/operations/PatchOperationHandler.ts#L10">src/ldp/operations/PatchOperationHandler.ts:10</a></li>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/c469df2/src/ldp/operations/PatchOperationHandler.ts#L18">src/ldp/operations/PatchOperationHandler.ts:18</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
@@ -161,7 +180,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Overrides <a href="ldp_operations_operationhandler.operationhandler.html">OperationHandler</a>.<a href="ldp_operations_operationhandler.operationhandler.html#canhandle">canHandle</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/409782c/src/ldp/operations/PatchOperationHandler.ts#L17">src/ldp/operations/PatchOperationHandler.ts:17</a></li>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/c469df2/src/ldp/operations/PatchOperationHandler.ts#L25">src/ldp/operations/PatchOperationHandler.ts:25</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@@ -185,7 +204,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Overrides <a href="ldp_operations_operationhandler.operationhandler.html">OperationHandler</a>.<a href="ldp_operations_operationhandler.operationhandler.html#handle">handle</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/409782c/src/ldp/operations/PatchOperationHandler.ts#L23">src/ldp/operations/PatchOperationHandler.ts:23</a></li>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/c469df2/src/ldp/operations/PatchOperationHandler.ts#L31">src/ldp/operations/PatchOperationHandler.ts:31</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<h4 class="tsd-parameters-title">Parameters</h4>
|
||||
@@ -209,7 +228,7 @@
|
||||
<aside class="tsd-sources">
|
||||
<p>Inherited from <a href="ldp_operations_operationhandler.operationhandler.html">OperationHandler</a>.<a href="ldp_operations_operationhandler.operationhandler.html#handlesafe">handleSafe</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/409782c/src/util/AsyncHandler.ts#L35">src/util/AsyncHandler.ts:35</a></li>
|
||||
<li>Defined in <a href="https://github.com/solid/community-server/blob/c469df2/src/util/AsyncHandler.ts#L35">src/util/AsyncHandler.ts:35</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
@@ -257,6 +276,9 @@
|
||||
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
|
||||
<a href="ldp_operations_patchoperationhandler.patchoperationhandler.html#constructor" class="tsd-kind-icon">constructor</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-protected">
|
||||
<a href="ldp_operations_patchoperationhandler.patchoperationhandler.html#logger" class="tsd-kind-icon">logger</a>
|
||||
</li>
|
||||
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
|
||||
<a href="ldp_operations_patchoperationhandler.patchoperationhandler.html#store" class="tsd-kind-icon">store</a>
|
||||
</li>
|
||||
@@ -302,6 +324,9 @@
|
||||
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
|
||||
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
|
||||
</ul>
|
||||
<ul class="tsd-legend">
|
||||
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user