Author: buildbot
Date: Sun Feb 20 21:59:08 2011
New Revision: 785804
Log:
Staging update by buildbot
Modified:
websites/staging/chemistry/trunk/content/opencmis-client-api.html
Modified: websites/staging/chemistry/trunk/content/opencmis-client-api.html
==============================================================================
--- websites/staging/chemistry/trunk/content/opencmis-client-api.html (original)
+++ websites/staging/chemistry/trunk/content/opencmis-client-api.html Sun Feb
20 21:59:08 2011
@@ -184,7 +184,6 @@ Apache Chemistry - OpenCMIS Client API
<li><a href="#OpenCMISClientAPI-ReadingProperties-SingleProperty">Reading
Properties - Single Property</a></li>
<li><a href="#OpenCMISClientAPI-ReadingProperties-AllProperties">Reading
Properties - All Properties</a></li>
</ul>
-<hr />
<h2 id="overview">Overview</h2>
<p>The OpenCMIS client layer provides an object oriented interface for easy
consumption of the underlying CMIS related layers. In addition to the CMIS
@@ -219,8 +218,8 @@ following packages:</p>
</table>
<p>The following UML diagram illustrates the main classes of the client
API:</p>
-<img src="data/OpenCMIS Client API Class Diagram.png">
-
+<p><img src="data/OpenCMIS Client API Class Diagram.png">
+<br/></p>
<ul>
<li><strong>SessionFactory</strong> This interface provides the entry point
into the client
API and is responsible to create a session object. Additionally it gives
@@ -366,11 +365,9 @@ In order to create a session, the Sessio
</DIV></p>
<p><a name="OpenCMISClientAPI-ReadingProperties-AllProperties"></a></p>
<h3 id="reading_properties_-_all_properties">Reading Properties - All
Properties</h3>
-<DIV class="code panel" style="border-style: solid;border-width: 1px;">
<DIV class="codeHeader panelHeader" style="border-bottom-width:
1px;border-bottom-style: solid;">
<B>Reading all Properties</B>
</DIV>
-<DIV class="codeContent panelContent">
<div class="codehilite"><pre><span class="x">ObjectId id =
this.session.createObjectId("4711");</span>
<span class="x">Document document = (Document)
this.session.getObject(id);</span>
@@ -389,11 +386,7 @@ In order to create a session, the Sessio
<span class="k">case</span> <span class="nx">STRING</span><span
class="o">:</span>
<span class="p">[</span><span class="o">...</span><span class="p">]</span>
<span class="p">}</span>
-</pre></div>
-
-
-<p></DIV>
-</DIV></p></div>
+</pre></div></div>
<!-- Content -->
</td>
</tr>