This file is indexed.

/usr/share/doc/libosgi-compendium-java/api/org/osgi/service/dmt/spi/ReadWriteDataSession.html is in libosgi-compendium-java-doc 5.0.0-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html>
<head>
<!-- Generated by javadoc -->
<title>ReadWriteDataSession</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
    try {
        if (location.href.indexOf('is-external=true') == -1) {
            parent.document.title="ReadWriteDataSession";
        }
    }
    catch(err) {
    }
//-->
var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/osgi/service/dmt/spi/ReadableDataSession.html" title="interface in org.osgi.service.dmt.spi"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/osgi/service/dmt/spi/TransactionalDataSession.html" title="interface in org.osgi.service.dmt.spi"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/osgi/service/dmt/spi/ReadWriteDataSession.html" target="_top">Frames</a></li>
<li><a href="ReadWriteDataSession.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.osgi.service.dmt.spi</div>
<h2 title="Interface ReadWriteDataSession" class="title">Interface ReadWriteDataSession</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd><a href="../../../../../org/osgi/service/dmt/spi/ReadableDataSession.html" title="interface in org.osgi.service.dmt.spi">ReadableDataSession</a></dd>
</dl>
<dl>
<dt>All Known Subinterfaces:</dt>
<dd><a href="../../../../../org/osgi/service/dmt/spi/TransactionalDataSession.html" title="interface in org.osgi.service.dmt.spi">TransactionalDataSession</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="typeNameLabel">ReadWriteDataSession</span>
extends <a href="../../../../../org/osgi/service/dmt/spi/ReadableDataSession.html" title="interface in org.osgi.service.dmt.spi">ReadableDataSession</a></pre>
<div class="block">Provides non-atomic read-write access to the part of the tree handled by the
 plugin that created this session.
 <p>
 The <code>nodePath</code> parameters appearing in this interface always contain an
 array of path segments identifying a node in the subtree of this plugin. This
 parameter contains an absolute path, so the first segment is always
 &quot;.&quot;. Special characters appear escaped in the segments.
 <p>
 <strong>Error handling</strong>
 <p>
 When a tree manipulation command is called on the DmtAdmin service, it must
 perform an extensive set of checks on the parameters and the authority of the
 caller before delegating the call to a plugin. Therefore plugins can take
 certain circumstances for granted: that the path is valid and is within the
 subtree of the plugin and the session, the command can be applied to the
 given node (e.g. the target of <code>setNodeValue</code> is a leaf node), etc. All
 errors described by the error codes <a href="../../../../../org/osgi/service/dmt/DmtException.html#INVALID_URI"><code>DmtException.INVALID_URI</code></a>,
 <a href="../../../../../org/osgi/service/dmt/DmtException.html#URI_TOO_LONG"><code>DmtException.URI_TOO_LONG</code></a>, <a href="../../../../../org/osgi/service/dmt/DmtException.html#PERMISSION_DENIED"><code>DmtException.PERMISSION_DENIED</code></a>,
 <a href="../../../../../org/osgi/service/dmt/DmtException.html#COMMAND_NOT_ALLOWED"><code>DmtException.COMMAND_NOT_ALLOWED</code></a> and
 <a href="../../../../../org/osgi/service/dmt/DmtException.html#TRANSACTION_ERROR"><code>DmtException.TRANSACTION_ERROR</code></a> are fully filtered out before control
 reaches the plugin.
 <p>
 If the plugin provides meta-data for a node, the DmtAdmin service must also
 check the constraints specified by it, as described in <a href="../../../../../org/osgi/service/dmt/MetaNode.html" title="interface in org.osgi.service.dmt"><code>MetaNode</code></a>. If
 the plugin does not provide meta-data, it must perform the necessary checks
 for itself and use the <a href="../../../../../org/osgi/service/dmt/DmtException.html#METADATA_MISMATCH"><code>DmtException.METADATA_MISMATCH</code></a> error code to
 indicate such discrepancies.
 <p>
 The DmtAdmin does not check that the targeted node exists (or that it does
 not exist, in case of a node creation) before calling the plugin. It is the
 responsibility of the plugin to perform this check and to throw a
 <a href="../../../../../org/osgi/service/dmt/DmtException.html#NODE_NOT_FOUND"><code>DmtException.NODE_NOT_FOUND</code></a> or
 <a href="../../../../../org/osgi/service/dmt/DmtException.html#NODE_ALREADY_EXISTS"><code>DmtException.NODE_ALREADY_EXISTS</code></a> if needed. In this case the DmtAdmin
 must pass through this exception to the caller of the corresponding
 DmtSession method.
 <p>
 The plugin can use the remaining error codes as needed. If an error does not
 fit into any other category, the <a href="../../../../../org/osgi/service/dmt/DmtException.html#COMMAND_FAILED"><code>DmtException.COMMAND_FAILED</code></a> code
 should be used.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!--   -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/osgi/service/dmt/spi/ReadWriteDataSession.html#copy-java.lang.String:A-java.lang.String:A-boolean-">copy</a></span>(java.lang.String[]&nbsp;nodePath,
    java.lang.String[]&nbsp;newNodePath,
    boolean&nbsp;recursive)</code>
<div class="block">Create a copy of a node or a whole subtree.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/osgi/service/dmt/spi/ReadWriteDataSession.html#createInteriorNode-java.lang.String:A-java.lang.String-">createInteriorNode</a></span>(java.lang.String[]&nbsp;nodePath,
                  java.lang.String&nbsp;type)</code>
<div class="block">Create an interior node with a given type.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/osgi/service/dmt/spi/ReadWriteDataSession.html#createLeafNode-java.lang.String:A-org.osgi.service.dmt.DmtData-java.lang.String-">createLeafNode</a></span>(java.lang.String[]&nbsp;nodePath,
              <a href="../../../../../org/osgi/service/dmt/DmtData.html" title="class in org.osgi.service.dmt">DmtData</a>&nbsp;value,
              java.lang.String&nbsp;mimeType)</code>
<div class="block">Create a leaf node with a given value and MIME type.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/osgi/service/dmt/spi/ReadWriteDataSession.html#deleteNode-java.lang.String:A-">deleteNode</a></span>(java.lang.String[]&nbsp;nodePath)</code>
<div class="block">Delete the given node.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/osgi/service/dmt/spi/ReadWriteDataSession.html#renameNode-java.lang.String:A-java.lang.String-">renameNode</a></span>(java.lang.String[]&nbsp;nodePath,
          java.lang.String&nbsp;newName)</code>
<div class="block">Rename a node.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/osgi/service/dmt/spi/ReadWriteDataSession.html#setNodeTitle-java.lang.String:A-java.lang.String-">setNodeTitle</a></span>(java.lang.String[]&nbsp;nodePath,
            java.lang.String&nbsp;title)</code>
<div class="block">Set the title property of a node.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/osgi/service/dmt/spi/ReadWriteDataSession.html#setNodeType-java.lang.String:A-java.lang.String-">setNodeType</a></span>(java.lang.String[]&nbsp;nodePath,
           java.lang.String&nbsp;type)</code>
<div class="block">Set the type of a node.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/osgi/service/dmt/spi/ReadWriteDataSession.html#setNodeValue-java.lang.String:A-org.osgi.service.dmt.DmtData-">setNodeValue</a></span>(java.lang.String[]&nbsp;nodePath,
            <a href="../../../../../org/osgi/service/dmt/DmtData.html" title="class in org.osgi.service.dmt">DmtData</a>&nbsp;data)</code>
<div class="block">Set the value of a leaf or interior node.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.osgi.service.dmt.spi.ReadableDataSession">
<!--   -->
</a>
<h3>Methods inherited from interface&nbsp;org.osgi.service.dmt.spi.<a href="../../../../../org/osgi/service/dmt/spi/ReadableDataSession.html" title="interface in org.osgi.service.dmt.spi">ReadableDataSession</a></h3>
<code><a href="../../../../../org/osgi/service/dmt/spi/ReadableDataSession.html#close--">close</a>, <a href="../../../../../org/osgi/service/dmt/spi/ReadableDataSession.html#getChildNodeNames-java.lang.String:A-">getChildNodeNames</a>, <a href="../../../../../org/osgi/service/dmt/spi/ReadableDataSession.html#getMetaNode-java.lang.String:A-">getMetaNode</a>, <a href="../../../../../org/osgi/service/dmt/spi/ReadableDataSession.html#getNodeSize-java.lang.String:A-">getNodeSize</a>, <a href="../../../../../org/osgi/service/dmt/spi/ReadableDataSession.html#getNodeTimestamp-java.lang.String:A-">getNodeTimestamp</a>, <a href="../../../../../org/osgi/service/dmt/spi/ReadableDataSession.html#getNodeTitle-java.lang.String:A-">getNodeTitle</a>, <a href="../../../../../org/osgi/service/dmt/spi/ReadableDataSession.html#getNodeType-java.lang.String:A-">getNodeType</a>, <a href="../../../../../org/osgi/service/dmt/spi/ReadableDataSession.html#getNodeValue-java.lang.String:A-">getNodeValue</a>, <a href="../../../../../org/osgi/service/dmt/spi/ReadableDataSession.html#getNodeVersion-java.lang.String:A-">getNodeVersion</a>, <a href="../../../../../org/osgi/service/dmt/spi/ReadableDataSession.html#isLeafNode-java.lang.String:A-">isLeafNode</a>, <a href="../../../../../org/osgi/service/dmt/spi/ReadableDataSession.html#isNodeUri-java.lang.String:A-">isNodeUri</a>, <a href="../../../../../org/osgi/service/dmt/spi/ReadableDataSession.html#nodeChanged-java.lang.String:A-">nodeChanged</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!--   -->
</a>
<h3>Method Detail</h3>
<a name="copy-java.lang.String:A-java.lang.String:A-boolean-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>copy</h4>
<pre>void&nbsp;copy(java.lang.String[]&nbsp;nodePath,
          java.lang.String[]&nbsp;newNodePath,
          boolean&nbsp;recursive)
   throws <a href="../../../../../org/osgi/service/dmt/DmtException.html" title="class in org.osgi.service.dmt">DmtException</a></pre>
<div class="block">Create a copy of a node or a whole subtree. Beside the structure and
 values of the nodes, most properties managed by the plugin must also be
 copied, with the exception of the Timestamp and Version properties.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>nodePath</code> - an absolute path specifying the node or the root of a
        subtree to be copied</dd>
<dd><code>newNodePath</code> - the absolute path of the new node or root of a subtree</dd>
<dd><code>recursive</code> - <code>false</code> if only a single node is copied,
        <code>true</code> if the whole subtree is copied</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/osgi/service/dmt/DmtException.html" title="class in org.osgi.service.dmt">DmtException</a></code> - with the following possible error codes:
         <ul>
         <li><code>NODE_NOT_FOUND</code> if <code>nodePath</code> points to a
         non-existing node, or if <code>newNodePath</code> points to a node
         that cannot exist in the tree</li>
         <li><code>NODE_ALREADY_EXISTS</code> if <code>newNodePath</code> points to
         a node that already exists</li>
         <li><code>METADATA_MISMATCH</code> if the node could not be copied
         because of meta-data restrictions</li>
         <li><code>FEATURE_NOT_SUPPORTED</code> if the copy operation is not
         supported by the plugin</li>
         <li><code>DATA_STORE_FAILURE</code> if an error occurred while
         accessing the data store</li>
         <li><code>COMMAND_FAILED</code> if some unspecified error is
         encountered while attempting to complete the command</li>
         </ul></dd>
<dd><code>java.lang.SecurityException</code> - if the caller does not have the necessary
         permissions to execute the underlying management operation</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/osgi/service/dmt/DmtSession.html#copy-java.lang.String-java.lang.String-boolean-"><code>DmtSession.copy(String, String, boolean)</code></a></dd>
</dl>
</li>
</ul>
<a name="createInteriorNode-java.lang.String:A-java.lang.String-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createInteriorNode</h4>
<pre>void&nbsp;createInteriorNode(java.lang.String[]&nbsp;nodePath,
                        java.lang.String&nbsp;type)
                 throws <a href="../../../../../org/osgi/service/dmt/DmtException.html" title="class in org.osgi.service.dmt">DmtException</a></pre>
<div class="block">Create an interior node with a given type. The type of interior node, if
 specified, is a URI identifying a DDF document.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>nodePath</code> - the absolute path of the node to create</dd>
<dd><code>type</code> - the type URI of the interior node, can be <code>null</code> if no
        node type is defined</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/osgi/service/dmt/DmtException.html" title="class in org.osgi.service.dmt">DmtException</a></code> - with the following possible error codes:
         <ul>
         <li><code>NODE_NOT_FOUND</code> if <code>nodePath</code> points to a node
         that cannot exist in the tree</li>
         <li><code>NODE_ALREADY_EXISTS</code> if <code>nodeUri</code> points to a
         node that already exists</li>
         <li><code>METADATA_MISMATCH</code> if the node could not be created
         because of meta-data restrictions</li>
         <li><code>DATA_STORE_FAILURE</code> if an error occurred while
         accessing the data store</li>
         <li><code>COMMAND_FAILED</code> if some unspecified error is
         encountered while attempting to complete the command</li>
         </ul></dd>
<dd><code>java.lang.SecurityException</code> - if the caller does not have the necessary
         permissions to execute the underlying management operation</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/osgi/service/dmt/DmtSession.html#createInteriorNode-java.lang.String-"><code>DmtSession.createInteriorNode(String)</code></a>, 
<a href="../../../../../org/osgi/service/dmt/DmtSession.html#createInteriorNode-java.lang.String-java.lang.String-"><code>DmtSession.createInteriorNode(String, String)</code></a></dd>
</dl>
</li>
</ul>
<a name="createLeafNode-java.lang.String:A-org.osgi.service.dmt.DmtData-java.lang.String-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createLeafNode</h4>
<pre>void&nbsp;createLeafNode(java.lang.String[]&nbsp;nodePath,
                    <a href="../../../../../org/osgi/service/dmt/DmtData.html" title="class in org.osgi.service.dmt">DmtData</a>&nbsp;value,
                    java.lang.String&nbsp;mimeType)
             throws <a href="../../../../../org/osgi/service/dmt/DmtException.html" title="class in org.osgi.service.dmt">DmtException</a></pre>
<div class="block">Create a leaf node with a given value and MIME type. If the specified
 value or MIME type is <code>null</code>, their default values must be taken.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>nodePath</code> - the absolute path of the node to create</dd>
<dd><code>value</code> - the value to be given to the new node, can be <code>null</code></dd>
<dd><code>mimeType</code> - the MIME type to be given to the new node, can be
        <code>null</code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/osgi/service/dmt/DmtException.html" title="class in org.osgi.service.dmt">DmtException</a></code> - with the following possible error codes:
         <ul>
         <li><code>NODE_NOT_FOUND</code> if <code>nodePath</code> points to a node
         that cannot exist in the tree</li>
         <li><code>NODE_ALREADY_EXISTS</code> if <code>nodePath</code> points to a
         node that already exists</li>
         <li><code>METADATA_MISMATCH</code> if the node could not be created
         because of meta-data restrictions</li>
         <li><code>DATA_STORE_FAILURE</code> if an error occurred while
         accessing the data store</li>
         <li><code>COMMAND_FAILED</code> if some unspecified error is
         encountered while attempting to complete the command</li>
         </ul></dd>
<dd><code>java.lang.SecurityException</code> - if the caller does not have the necessary
         permissions to execute the underlying management operation</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/osgi/service/dmt/DmtSession.html#createLeafNode-java.lang.String-"><code>DmtSession.createLeafNode(String)</code></a>, 
<a href="../../../../../org/osgi/service/dmt/DmtSession.html#createLeafNode-java.lang.String-org.osgi.service.dmt.DmtData-"><code>DmtSession.createLeafNode(String, DmtData)</code></a>, 
<a href="../../../../../org/osgi/service/dmt/DmtSession.html#createLeafNode-java.lang.String-org.osgi.service.dmt.DmtData-java.lang.String-"><code>DmtSession.createLeafNode(String, DmtData, String)</code></a></dd>
</dl>
</li>
</ul>
<a name="deleteNode-java.lang.String:A-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>deleteNode</h4>
<pre>void&nbsp;deleteNode(java.lang.String[]&nbsp;nodePath)
         throws <a href="../../../../../org/osgi/service/dmt/DmtException.html" title="class in org.osgi.service.dmt">DmtException</a></pre>
<div class="block">Delete the given node. Deleting interior nodes is recursive, the whole
 subtree under the given node is deleted.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>nodePath</code> - the absolute path of the node to delete</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/osgi/service/dmt/DmtException.html" title="class in org.osgi.service.dmt">DmtException</a></code> - with the following possible error codes:
         <ul>
         <li><code>NODE_NOT_FOUND</code> if <code>nodePath</code> points to a
         non-existing node</li>
         <li><code>METADATA_MISMATCH</code> if the node could not be deleted
         because of meta-data restrictions</li>
         <li><code>DATA_STORE_FAILURE</code> if an error occurred while
         accessing the data store</li>
         <li><code>COMMAND_FAILED</code> if some unspecified error is
         encountered while attempting to complete the command</li>
         </ul></dd>
<dd><code>java.lang.SecurityException</code> - if the caller does not have the necessary
         permissions to execute the underlying management operation</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/osgi/service/dmt/DmtSession.html#deleteNode-java.lang.String-"><code>DmtSession.deleteNode(String)</code></a></dd>
</dl>
</li>
</ul>
<a name="renameNode-java.lang.String:A-java.lang.String-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>renameNode</h4>
<pre>void&nbsp;renameNode(java.lang.String[]&nbsp;nodePath,
                java.lang.String&nbsp;newName)
         throws <a href="../../../../../org/osgi/service/dmt/DmtException.html" title="class in org.osgi.service.dmt">DmtException</a></pre>
<div class="block">Rename a node. This operation only changes the name of the node (updating
 the timestamp and version properties if they are supported), the value
 and the other properties are not changed. The new name of the node must
 be provided, the new path is constructed from the base of the old path
 and the given name.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>nodePath</code> - the absolute path of the node to rename</dd>
<dd><code>newName</code> - the new name property of the node</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/osgi/service/dmt/DmtException.html" title="class in org.osgi.service.dmt">DmtException</a></code> - with the following possible error codes:
         <ul>
         <li><code>NODE_NOT_FOUND</code> if <code>nodePath</code> points to a
         non-existing node, or if the new node is not defined in the tree</li>
         <li><code>NODE_ALREADY_EXISTS</code> if there already exists a sibling
         of <code>nodePath</code> with the name <code>newName</code></li>
         <li><code>METADATA_MISMATCH</code> if the node could not be renamed
         because of meta-data restrictions</li>
         <li><code>DATA_STORE_FAILURE</code> if an error occurred while
         accessing the data store</li>
         <li><code>COMMAND_FAILED</code> if some unspecified error is
         encountered while attempting to complete the command</li>
         </ul></dd>
<dd><code>java.lang.SecurityException</code> - if the caller does not have the necessary
         permissions to execute the underlying management operation</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/osgi/service/dmt/DmtSession.html#renameNode-java.lang.String-java.lang.String-"><code>DmtSession.renameNode(String, String)</code></a></dd>
</dl>
</li>
</ul>
<a name="setNodeTitle-java.lang.String:A-java.lang.String-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setNodeTitle</h4>
<pre>void&nbsp;setNodeTitle(java.lang.String[]&nbsp;nodePath,
                  java.lang.String&nbsp;title)
           throws <a href="../../../../../org/osgi/service/dmt/DmtException.html" title="class in org.osgi.service.dmt">DmtException</a></pre>
<div class="block">Set the title property of a node. The length of the title is guaranteed
 not to exceed the limit of 255 bytes in UTF-8 encoding.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>nodePath</code> - the absolute path of the node</dd>
<dd><code>title</code> - the title text of the node, can be <code>null</code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/osgi/service/dmt/DmtException.html" title="class in org.osgi.service.dmt">DmtException</a></code> - with the following possible error codes:
         <ul>
         <li><code>NODE_NOT_FOUND</code> if <code>nodePath</code> points to a
         non-existing node</li>
         <li><code>METADATA_MISMATCH</code> if the title could not be set
         because of meta-data restrictions</li>
         <li><code>FEATURE_NOT_SUPPORTED</code> if the Title property is not
         supported by the plugin</li>
         <li><code>DATA_STORE_FAILURE</code> if an error occurred while
         accessing the data store</li>
         <li><code>COMMAND_FAILED</code> if some unspecified error is
         encountered while attempting to complete the command</li>
         </ul></dd>
<dd><code>java.lang.SecurityException</code> - if the caller does not have the necessary
         permissions to execute the underlying management operation</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/osgi/service/dmt/DmtSession.html#setNodeTitle-java.lang.String-java.lang.String-"><code>DmtSession.setNodeTitle(String, String)</code></a></dd>
</dl>
</li>
</ul>
<a name="setNodeType-java.lang.String:A-java.lang.String-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setNodeType</h4>
<pre>void&nbsp;setNodeType(java.lang.String[]&nbsp;nodePath,
                 java.lang.String&nbsp;type)
          throws <a href="../../../../../org/osgi/service/dmt/DmtException.html" title="class in org.osgi.service.dmt">DmtException</a></pre>
<div class="block">Set the type of a node. The type of leaf node is the MIME type of the
 data it contains. The type of an interior node is a URI identifying a DDF
 document.
 <p>
 For interior nodes, the <code>null</code> type should remove the reference (if
 any) to a DDF document overriding the tree structure defined by the
 ancestors. For leaf nodes, it requests that the default MIME type is used
 for the given node.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>nodePath</code> - the absolute path of the node</dd>
<dd><code>type</code> - the type of the node, can be <code>null</code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/osgi/service/dmt/DmtException.html" title="class in org.osgi.service.dmt">DmtException</a></code> - with the following possible error codes:
         <ul>
         <li><code>NODE_NOT_FOUND</code> if <code>nodePath</code> points to a
         non-existing node</li><li><code>METADATA_MISMATCH</code> if the type
         could not be set because of meta-data restrictions</li><li>
         <code>DATA_STORE_FAILURE</code> if an error occurred while accessing
         the data store</li><li><code>COMMAND_FAILED</code> if some unspecified
         error is encountered while attempting to complete the command
         </li>
         </ul></dd>
<dd><code>java.lang.SecurityException</code> - if the caller does not have the necessary
         permissions to execute the underlying management operation</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/osgi/service/dmt/DmtSession.html#setNodeType-java.lang.String-java.lang.String-"><code>DmtSession.setNodeType(String, String)</code></a></dd>
</dl>
</li>
</ul>
<a name="setNodeValue-java.lang.String:A-org.osgi.service.dmt.DmtData-">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setNodeValue</h4>
<pre>void&nbsp;setNodeValue(java.lang.String[]&nbsp;nodePath,
                  <a href="../../../../../org/osgi/service/dmt/DmtData.html" title="class in org.osgi.service.dmt">DmtData</a>&nbsp;data)
           throws <a href="../../../../../org/osgi/service/dmt/DmtException.html" title="class in org.osgi.service.dmt">DmtException</a></pre>
<div class="block">Set the value of a leaf or interior node. The format of the node is
 contained in the <code>DmtData</code> object. For interior nodes, the format
 is <code>FORMAT_NODE</code>, while for leaf nodes this format is never used.
 <p>
 If the specified value is <code>null</code>, the default value must be taken;
 if there is no default value, a <code>DmtException</code> with error code
 <code>METADATA_MISMATCH</code> must be thrown.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>nodePath</code> - the absolute path of the node</dd>
<dd><code>data</code> - the data to be set, can be <code>null</code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../../../../../org/osgi/service/dmt/DmtException.html" title="class in org.osgi.service.dmt">DmtException</a></code> - with the following possible error codes:
         <ul>
         <li><code>NODE_NOT_FOUND</code> if <code>nodePath</code> points to a
         non-existing node</li><li><code>METADATA_MISMATCH</code> if the value
         could not be set because of meta-data restrictions</li><li>
         <code>FEATURE_NOT_SUPPORTED</code> if the specified node is an
         interior node and does not support Java object values</li><li>
         <code>DATA_STORE_FAILURE</code> if an error occurred while accessing
         the data store</li><li><code>COMMAND_FAILED</code> if some unspecified
         error is encountered while attempting to complete the command
         </li>
         </ul></dd>
<dd><code>java.lang.SecurityException</code> - if the caller does not have the necessary
         permissions to execute the underlying management operation</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../org/osgi/service/dmt/DmtSession.html#setNodeValue-java.lang.String-org.osgi.service.dmt.DmtData-"><code>DmtSession.setNodeValue(String, DmtData)</code></a></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/osgi/service/dmt/spi/ReadableDataSession.html" title="interface in org.osgi.service.dmt.spi"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/osgi/service/dmt/spi/TransactionalDataSession.html" title="interface in org.osgi.service.dmt.spi"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/osgi/service/dmt/spi/ReadWriteDataSession.html" target="_top">Frames</a></li>
<li><a href="ReadWriteDataSession.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>