Added: websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/org/apache/chemistry/opencmis/client/api/TransientFolder.html ============================================================================== --- websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/org/apache/chemistry/opencmis/client/api/TransientFolder.html (added) +++ websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/org/apache/chemistry/opencmis/client/api/TransientFolder.html Tue Apr 3 04:44:05 2012 @@ -0,0 +1,90 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> +<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> +<title>TransientFolder xref</title> +<link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" /> +</head> +<body> +<pre> + +<a name="1" href="#1">1</a> <em class="jxr_comment">/*</em> +<a name="2" href="#2">2</a> <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em> +<a name="3" href="#3">3</a> <em class="jxr_comment"> * or more contributor license agreements. See the NOTICE file</em> +<a name="4" href="#4">4</a> <em class="jxr_comment"> * distributed with this work for additional information</em> +<a name="5" href="#5">5</a> <em class="jxr_comment"> * regarding copyright ownership. The ASF licenses this file</em> +<a name="6" href="#6">6</a> <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em> +<a name="7" href="#7">7</a> <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em> +<a name="8" href="#8">8</a> <em class="jxr_comment"> * with the License. You may obtain a copy of the License at</em> +<a name="9" href="#9">9</a> <em class="jxr_comment"> *</em> +<a name="10" href="#10">10</a> <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em> +<a name="11" href="#11">11</a> <em class="jxr_comment"> *</em> +<a name="12" href="#12">12</a> <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em> +<a name="13" href="#13">13</a> <em class="jxr_comment"> * software distributed under the License is distributed on an</em> +<a name="14" href="#14">14</a> <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em> +<a name="15" href="#15">15</a> <em class="jxr_comment"> * KIND, either express or implied. See the License for the</em> +<a name="16" href="#16">16</a> <em class="jxr_comment"> * specific language governing permissions and limitations</em> +<a name="17" href="#17">17</a> <em class="jxr_comment"> * under the License.</em> +<a name="18" href="#18">18</a> <em class="jxr_comment"> */</em> +<a name="19" href="#19">19</a> <strong class="jxr_keyword">package</strong> org.apache.chemistry.opencmis.client.api; +<a name="20" href="#20">20</a> +<a name="21" href="#21">21</a> <strong class="jxr_keyword">import</strong> java.util.List; +<a name="22" href="#22">22</a> <strong class="jxr_keyword">import</strong> java.util.Map; +<a name="23" href="#23">23</a> +<a name="24" href="#24">24</a> <strong class="jxr_keyword">import</strong> org.apache.chemistry.opencmis.commons.data.Ace; +<a name="25" href="#25">25</a> <strong class="jxr_keyword">import</strong> org.apache.chemistry.opencmis.commons.data.ContentStream; +<a name="26" href="#26">26</a> <strong class="jxr_keyword">import</strong> org.apache.chemistry.opencmis.commons.enums.UnfileObject; +<a name="27" href="#27">27</a> <strong class="jxr_keyword">import</strong> org.apache.chemistry.opencmis.commons.enums.VersioningState; +<a name="28" href="#28">28</a> +<a name="29" href="#29">29</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">interface</strong> <a href="../../../../../../org/apache/chemistry/opencmis/client/api/TransientFolder.html">TransientFolder</a> <strong class="jxr_keyword">extends</strong> TransientFileableCmisObject, <a href="../../../../../../org/apache/chemistry/opencmis/client/api/FolderProperties.html">FolderProperties</a> { +<a name="30" href="#30">30</a> +<a name="31" href="#31">31</a> <a href="../../../../../../org/apache/chemistry/opencmis/client/api/Document.html">Document</a> createDocument(Map<String, ?> properties, ContentStream contentStream, VersioningState versioningState, +<a name="32" href="#32">32</a> List<Policy> policies, List<Ace> addAces, List<Ace> removeAces, <a href="../../../../../../org/apache/chemistry/opencmis/client/api/OperationContext.html">OperationContext</a> context); +<a name="33" href="#33">33</a> +<a name="34" href="#34">34</a> <a href="../../../../../../org/apache/chemistry/opencmis/client/api/Document.html">Document</a> createDocument(Map<String, ?> properties, ContentStream contentStream, VersioningState versioningState); +<a name="35" href="#35">35</a> +<a name="36" href="#36">36</a> <a href="../../../../../../org/apache/chemistry/opencmis/client/api/Document.html">Document</a> createDocumentFromSource(<a href="../../../../../../org/apache/chemistry/opencmis/client/api/ObjectId.html">ObjectId</a> source, Map<String, ?> properties, VersioningState versioningState, +<a name="37" href="#37">37</a> List<Policy> policies, List<Ace> addAces, List<Ace> removeAces, <a href="../../../../../../org/apache/chemistry/opencmis/client/api/OperationContext.html">OperationContext</a> context); +<a name="38" href="#38">38</a> +<a name="39" href="#39">39</a> <a href="../../../../../../org/apache/chemistry/opencmis/client/api/Document.html">Document</a> createDocumentFromSource(<a href="../../../../../../org/apache/chemistry/opencmis/client/api/ObjectId.html">ObjectId</a> source, Map<String, ?> properties, VersioningState versioningState); +<a name="40" href="#40">40</a> +<a name="41" href="#41">41</a> <a href="../../../../../../org/apache/chemistry/opencmis/client/api/Folder.html">Folder</a> createFolder(Map<String, ?> properties, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces, +<a name="42" href="#42">42</a> <a href="../../../../../../org/apache/chemistry/opencmis/client/api/OperationContext.html">OperationContext</a> context); +<a name="43" href="#43">43</a> +<a name="44" href="#44">44</a> <a href="../../../../../../org/apache/chemistry/opencmis/client/api/Folder.html">Folder</a> createFolder(Map<String, ?> properties); +<a name="45" href="#45">45</a> +<a name="46" href="#46">46</a> <a href="../../../../../../org/apache/chemistry/opencmis/client/api/Policy.html">Policy</a> createPolicy(Map<String, ?> properties, List<Policy> policies, List<Ace> addAces, List<Ace> removeAces, +<a name="47" href="#47">47</a> <a href="../../../../../../org/apache/chemistry/opencmis/client/api/OperationContext.html">OperationContext</a> context); +<a name="48" href="#48">48</a> +<a name="49" href="#49">49</a> <a href="../../../../../../org/apache/chemistry/opencmis/client/api/Policy.html">Policy</a> createPolicy(Map<String, ?> properties); +<a name="50" href="#50">50</a> +<a name="51" href="#51">51</a> <strong class="jxr_keyword">void</strong> deleteTree(<strong class="jxr_keyword">boolean</strong> allversions, UnfileObject unfile, <strong class="jxr_keyword">boolean</strong> continueOnFailure); +<a name="52" href="#52">52</a> +<a name="53" href="#53">53</a> List<Tree<FileableCmisObject>> getFolderTree(<strong class="jxr_keyword">int</strong> depth); +<a name="54" href="#54">54</a> +<a name="55" href="#55">55</a> List<Tree<FileableCmisObject>> getFolderTree(<strong class="jxr_keyword">int</strong> depth, <a href="../../../../../../org/apache/chemistry/opencmis/client/api/OperationContext.html">OperationContext</a> context); +<a name="56" href="#56">56</a> +<a name="57" href="#57">57</a> List<Tree<FileableCmisObject>> getDescendants(<strong class="jxr_keyword">int</strong> depth); +<a name="58" href="#58">58</a> +<a name="59" href="#59">59</a> List<Tree<FileableCmisObject>> getDescendants(<strong class="jxr_keyword">int</strong> depth, <a href="../../../../../../org/apache/chemistry/opencmis/client/api/OperationContext.html">OperationContext</a> context); +<a name="60" href="#60">60</a> +<a name="61" href="#61">61</a> ItemIterable<CmisObject> getChildren(); +<a name="62" href="#62">62</a> +<a name="63" href="#63">63</a> ItemIterable<CmisObject> getChildren(<a href="../../../../../../org/apache/chemistry/opencmis/client/api/OperationContext.html">OperationContext</a> context); +<a name="64" href="#64">64</a> +<a name="65" href="#65">65</a> <strong class="jxr_keyword">boolean</strong> isRootFolder(); +<a name="66" href="#66">66</a> +<a name="67" href="#67">67</a> <a href="../../../../../../org/apache/chemistry/opencmis/client/api/Folder.html">Folder</a> getFolderParent(); +<a name="68" href="#68">68</a> +<a name="69" href="#69">69</a> String getPath(); +<a name="70" href="#70">70</a> +<a name="71" href="#71">71</a> ItemIterable<Document> getCheckedOutDocs(); +<a name="72" href="#72">72</a> +<a name="73" href="#73">73</a> ItemIterable<Document> getCheckedOutDocs(<a href="../../../../../../org/apache/chemistry/opencmis/client/api/OperationContext.html">OperationContext</a> context); +<a name="74" href="#74">74</a> +<a name="75" href="#75">75</a> <strong class="jxr_keyword">void</strong> setAllowedChildObjectTypes(List<ObjectType> types); +<a name="76" href="#76">76</a> } +</pre> +<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body> +</html> +
Added: websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/org/apache/chemistry/opencmis/client/api/TransientPolicy.html ============================================================================== --- websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/org/apache/chemistry/opencmis/client/api/TransientPolicy.html (added) +++ websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/org/apache/chemistry/opencmis/client/api/TransientPolicy.html Tue Apr 3 04:44:05 2012 @@ -0,0 +1,38 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> +<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> +<title>TransientPolicy xref</title> +<link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" /> +</head> +<body> +<pre> + +<a name="1" href="#1">1</a> <em class="jxr_comment">/*</em> +<a name="2" href="#2">2</a> <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em> +<a name="3" href="#3">3</a> <em class="jxr_comment"> * or more contributor license agreements. See the NOTICE file</em> +<a name="4" href="#4">4</a> <em class="jxr_comment"> * distributed with this work for additional information</em> +<a name="5" href="#5">5</a> <em class="jxr_comment"> * regarding copyright ownership. The ASF licenses this file</em> +<a name="6" href="#6">6</a> <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em> +<a name="7" href="#7">7</a> <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em> +<a name="8" href="#8">8</a> <em class="jxr_comment"> * with the License. You may obtain a copy of the License at</em> +<a name="9" href="#9">9</a> <em class="jxr_comment"> *</em> +<a name="10" href="#10">10</a> <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em> +<a name="11" href="#11">11</a> <em class="jxr_comment"> *</em> +<a name="12" href="#12">12</a> <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em> +<a name="13" href="#13">13</a> <em class="jxr_comment"> * software distributed under the License is distributed on an</em> +<a name="14" href="#14">14</a> <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em> +<a name="15" href="#15">15</a> <em class="jxr_comment"> * KIND, either express or implied. See the License for the</em> +<a name="16" href="#16">16</a> <em class="jxr_comment"> * specific language governing permissions and limitations</em> +<a name="17" href="#17">17</a> <em class="jxr_comment"> * under the License.</em> +<a name="18" href="#18">18</a> <em class="jxr_comment"> */</em> +<a name="19" href="#19">19</a> <strong class="jxr_keyword">package</strong> org.apache.chemistry.opencmis.client.api; +<a name="20" href="#20">20</a> +<a name="21" href="#21">21</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">interface</strong> <a href="../../../../../../org/apache/chemistry/opencmis/client/api/TransientPolicy.html">TransientPolicy</a> <strong class="jxr_keyword">extends</strong> TransientFileableCmisObject, <a href="../../../../../../org/apache/chemistry/opencmis/client/api/PolicyProperties.html">PolicyProperties</a> { +<a name="22" href="#22">22</a> +<a name="23" href="#23">23</a> <strong class="jxr_keyword">void</strong> setPolicyText(String policyText); +<a name="24" href="#24">24</a> } +</pre> +<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body> +</html> + Added: websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/org/apache/chemistry/opencmis/client/api/TransientRelationship.html ============================================================================== --- websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/org/apache/chemistry/opencmis/client/api/TransientRelationship.html (added) +++ websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/org/apache/chemistry/opencmis/client/api/TransientRelationship.html Tue Apr 3 04:44:05 2012 @@ -0,0 +1,48 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> +<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> +<title>TransientRelationship xref</title> +<link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" /> +</head> +<body> +<pre> + +<a name="1" href="#1">1</a> <em class="jxr_comment">/*</em> +<a name="2" href="#2">2</a> <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em> +<a name="3" href="#3">3</a> <em class="jxr_comment"> * or more contributor license agreements. See the NOTICE file</em> +<a name="4" href="#4">4</a> <em class="jxr_comment"> * distributed with this work for additional information</em> +<a name="5" href="#5">5</a> <em class="jxr_comment"> * regarding copyright ownership. The ASF licenses this file</em> +<a name="6" href="#6">6</a> <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em> +<a name="7" href="#7">7</a> <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em> +<a name="8" href="#8">8</a> <em class="jxr_comment"> * with the License. You may obtain a copy of the License at</em> +<a name="9" href="#9">9</a> <em class="jxr_comment"> *</em> +<a name="10" href="#10">10</a> <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em> +<a name="11" href="#11">11</a> <em class="jxr_comment"> *</em> +<a name="12" href="#12">12</a> <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em> +<a name="13" href="#13">13</a> <em class="jxr_comment"> * software distributed under the License is distributed on an</em> +<a name="14" href="#14">14</a> <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em> +<a name="15" href="#15">15</a> <em class="jxr_comment"> * KIND, either express or implied. See the License for the</em> +<a name="16" href="#16">16</a> <em class="jxr_comment"> * specific language governing permissions and limitations</em> +<a name="17" href="#17">17</a> <em class="jxr_comment"> * under the License.</em> +<a name="18" href="#18">18</a> <em class="jxr_comment"> */</em> +<a name="19" href="#19">19</a> <strong class="jxr_keyword">package</strong> org.apache.chemistry.opencmis.client.api; +<a name="20" href="#20">20</a> +<a name="21" href="#21">21</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">interface</strong> <a href="../../../../../../org/apache/chemistry/opencmis/client/api/TransientRelationship.html">TransientRelationship</a> <strong class="jxr_keyword">extends</strong> TransientCmisObject, <a href="../../../../../../org/apache/chemistry/opencmis/client/api/RelationshipProperties.html">RelationshipProperties</a> { +<a name="22" href="#22">22</a> +<a name="23" href="#23">23</a> <a href="../../../../../../org/apache/chemistry/opencmis/client/api/CmisObject.html">CmisObject</a> getSource(); +<a name="24" href="#24">24</a> +<a name="25" href="#25">25</a> <a href="../../../../../../org/apache/chemistry/opencmis/client/api/CmisObject.html">CmisObject</a> getSource(<a href="../../../../../../org/apache/chemistry/opencmis/client/api/OperationContext.html">OperationContext</a> context); +<a name="26" href="#26">26</a> +<a name="27" href="#27">27</a> <strong class="jxr_keyword">void</strong> setSourceId(<a href="../../../../../../org/apache/chemistry/opencmis/client/api/ObjectId.html">ObjectId</a> id); +<a name="28" href="#28">28</a> +<a name="29" href="#29">29</a> <a href="../../../../../../org/apache/chemistry/opencmis/client/api/CmisObject.html">CmisObject</a> getTarget(); +<a name="30" href="#30">30</a> +<a name="31" href="#31">31</a> <a href="../../../../../../org/apache/chemistry/opencmis/client/api/CmisObject.html">CmisObject</a> getTarget(<a href="../../../../../../org/apache/chemistry/opencmis/client/api/OperationContext.html">OperationContext</a> context); +<a name="32" href="#32">32</a> +<a name="33" href="#33">33</a> <strong class="jxr_keyword">void</strong> setTargetId(<a href="../../../../../../org/apache/chemistry/opencmis/client/api/ObjectId.html">ObjectId</a> id); +<a name="34" href="#34">34</a> } +</pre> +<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body> +</html> + Added: websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/org/apache/chemistry/opencmis/client/api/Tree.html ============================================================================== --- websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/org/apache/chemistry/opencmis/client/api/Tree.html (added) +++ websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/org/apache/chemistry/opencmis/client/api/Tree.html Tue Apr 3 04:44:05 2012 @@ -0,0 +1,51 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> +<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> +<title>Tree xref</title> +<link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" /> +</head> +<body> +<pre> + +<a name="1" href="#1">1</a> <em class="jxr_comment">/*</em> +<a name="2" href="#2">2</a> <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one</em> +<a name="3" href="#3">3</a> <em class="jxr_comment"> * or more contributor license agreements. See the NOTICE file</em> +<a name="4" href="#4">4</a> <em class="jxr_comment"> * distributed with this work for additional information</em> +<a name="5" href="#5">5</a> <em class="jxr_comment"> * regarding copyright ownership. The ASF licenses this file</em> +<a name="6" href="#6">6</a> <em class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em> +<a name="7" href="#7">7</a> <em class="jxr_comment"> * "License"); you may not use this file except in compliance</em> +<a name="8" href="#8">8</a> <em class="jxr_comment"> * with the License. You may obtain a copy of the License at</em> +<a name="9" href="#9">9</a> <em class="jxr_comment"> *</em> +<a name="10" href="#10">10</a> <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2.0" target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0</a></em> +<a name="11" href="#11">11</a> <em class="jxr_comment"> *</em> +<a name="12" href="#12">12</a> <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing,</em> +<a name="13" href="#13">13</a> <em class="jxr_comment"> * software distributed under the License is distributed on an</em> +<a name="14" href="#14">14</a> <em class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</em> +<a name="15" href="#15">15</a> <em class="jxr_comment"> * KIND, either express or implied. See the License for the</em> +<a name="16" href="#16">16</a> <em class="jxr_comment"> * specific language governing permissions and limitations</em> +<a name="17" href="#17">17</a> <em class="jxr_comment"> * under the License.</em> +<a name="18" href="#18">18</a> <em class="jxr_comment"> */</em> +<a name="19" href="#19">19</a> <strong class="jxr_keyword">package</strong> org.apache.chemistry.opencmis.client.api; +<a name="20" href="#20">20</a> +<a name="21" href="#21">21</a> <strong class="jxr_keyword">import</strong> java.util.List; +<a name="22" href="#22">22</a> +<a name="23" href="#23">23</a> <em class="jxr_javadoccomment">/**</em> +<a name="24" href="#24">24</a> <em class="jxr_javadoccomment"> * Basic tree structure.</em> +<a name="25" href="#25">25</a> <em class="jxr_javadoccomment"> */</em> +<a name="26" href="#26">26</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">interface</strong> Tree<T> { +<a name="27" href="#27">27</a> +<a name="28" href="#28">28</a> <em class="jxr_javadoccomment">/**</em> +<a name="29" href="#29">29</a> <em class="jxr_javadoccomment"> * Returns the item on this level.</em> +<a name="30" href="#30">30</a> <em class="jxr_javadoccomment"> */</em> +<a name="31" href="#31">31</a> T getItem(); +<a name="32" href="#32">32</a> +<a name="33" href="#33">33</a> <em class="jxr_javadoccomment">/**</em> +<a name="34" href="#34">34</a> <em class="jxr_javadoccomment"> * Returns the children.</em> +<a name="35" href="#35">35</a> <em class="jxr_javadoccomment"> */</em> +<a name="36" href="#36">36</a> List<Tree<T>> getChildren(); +<a name="37" href="#37">37</a> } +</pre> +<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body> +</html> + Added: websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/org/apache/chemistry/opencmis/client/api/package-frame.html ============================================================================== --- websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/org/apache/chemistry/opencmis/client/api/package-frame.html (added) +++ websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/org/apache/chemistry/opencmis/client/api/package-frame.html Tue Apr 3 04:44:05 2012 @@ -0,0 +1,132 @@ + +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> +<html xml:lang="en" lang="en"> + <head> + <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> + <title>OpenCMIS Client API 0.7.0 Reference Package org.apache.chemistry.opencmis.client.api</title> + <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" /> + </head> + <body> + + <h3> + <a href="package-summary.html" target="classFrame">org.apache.chemistry.opencmis.client.api</a> + </h3> + + <h3>Classes</h3> + + <ul> + <li> + <a href="ChangeEvent.html" target="classFrame">ChangeEvent</a> + </li> + <li> + <a href="ChangeEvents.html" target="classFrame">ChangeEvents</a> + </li> + <li> + <a href="CmisObject.html" target="classFrame">CmisObject</a> + </li> + <li> + <a href="CmisObjectProperties.html" target="classFrame">CmisObjectProperties</a> + </li> + <li> + <a href="Document.html" target="classFrame">Document</a> + </li> + <li> + <a href="DocumentProperties.html" target="classFrame">DocumentProperties</a> + </li> + <li> + <a href="DocumentType.html" target="classFrame">DocumentType</a> + </li> + <li> + <a href="ExtensionHandler.html" target="classFrame">ExtensionHandler</a> + </li> + <li> + <a href="FileableCmisObject.html" target="classFrame">FileableCmisObject</a> + </li> + <li> + <a href="Folder.html" target="classFrame">Folder</a> + </li> + <li> + <a href="FolderProperties.html" target="classFrame">FolderProperties</a> + </li> + <li> + <a href="FolderType.html" target="classFrame">FolderType</a> + </li> + <li> + <a href="ItemIterable.html" target="classFrame">ItemIterable</a> + </li> + <li> + <a href="ObjectFactory.html" target="classFrame">ObjectFactory</a> + </li> + <li> + <a href="ObjectId.html" target="classFrame">ObjectId</a> + </li> + <li> + <a href="ObjectType.html" target="classFrame">ObjectType</a> + </li> + <li> + <a href="OperationContext.html" target="classFrame">OperationContext</a> + </li> + <li> + <a href="Policy.html" target="classFrame">Policy</a> + </li> + <li> + <a href="PolicyProperties.html" target="classFrame">PolicyProperties</a> + </li> + <li> + <a href="PolicyType.html" target="classFrame">PolicyType</a> + </li> + <li> + <a href="Property.html" target="classFrame">Property</a> + </li> + <li> + <a href="QueryResult.html" target="classFrame">QueryResult</a> + </li> + <li> + <a href="QueryStatement.html" target="classFrame">QueryStatement</a> + </li> + <li> + <a href="Relationship.html" target="classFrame">Relationship</a> + </li> + <li> + <a href="RelationshipProperties.html" target="classFrame">RelationshipProperties</a> + </li> + <li> + <a href="RelationshipType.html" target="classFrame">RelationshipType</a> + </li> + <li> + <a href="Rendition.html" target="classFrame">Rendition</a> + </li> + <li> + <a href="Repository.html" target="classFrame">Repository</a> + </li> + <li> + <a href="Session.html" target="classFrame">Session</a> + </li> + <li> + <a href="SessionFactory.html" target="classFrame">SessionFactory</a> + </li> + <li> + <a href="TransientCmisObject.html" target="classFrame">TransientCmisObject</a> + </li> + <li> + <a href="TransientDocument.html" target="classFrame">TransientDocument</a> + </li> + <li> + <a href="TransientFileableCmisObject.html" target="classFrame">TransientFileableCmisObject</a> + </li> + <li> + <a href="TransientFolder.html" target="classFrame">TransientFolder</a> + </li> + <li> + <a href="TransientPolicy.html" target="classFrame">TransientPolicy</a> + </li> + <li> + <a href="TransientRelationship.html" target="classFrame">TransientRelationship</a> + </li> + <li> + <a href="Tree.html" target="classFrame">Tree</a> + </li> + </ul> + + </body> +</html> \ No newline at end of file Added: websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/org/apache/chemistry/opencmis/client/api/package-summary.html ============================================================================== --- websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/org/apache/chemistry/opencmis/client/api/package-summary.html (added) +++ websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/org/apache/chemistry/opencmis/client/api/package-summary.html Tue Apr 3 04:44:05 2012 @@ -0,0 +1,247 @@ + +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> +<html xml:lang="en" lang="en"> + <head> + <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> + <title>OpenCMIS Client API 0.7.0 Reference Package org.apache.chemistry.opencmis.client.api</title> + <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" /> + </head> + <body> + <div class="overview"> + <ul> + <li> + <a href="../../../../../../overview-summary.html">Overview</a> + </li> + <li class="selected">Package</li> + </ul> + </div> + <div class="framenoframe"> + <ul> + <li> + <a href="../../../../../../index.html" target="_top">FRAMES</a> + </li> + <li> + <a href="package-summary.html" target="_top">NO FRAMES</a> + </li> + </ul> + </div> + + <h2>Package org.apache.chemistry.opencmis.client.api</h2> + + <table class="summary"> + <thead> + <tr> + <th>Class Summary</th> + </tr> + </thead> + <tbody> + <tr> + <td> + <a href="ChangeEvent.html" target="classFrame">ChangeEvent</a> + </td> + </tr> + <tr> + <td> + <a href="ChangeEvents.html" target="classFrame">ChangeEvents</a> + </td> + </tr> + <tr> + <td> + <a href="CmisObject.html" target="classFrame">CmisObject</a> + </td> + </tr> + <tr> + <td> + <a href="CmisObjectProperties.html" target="classFrame">CmisObjectProperties</a> + </td> + </tr> + <tr> + <td> + <a href="Document.html" target="classFrame">Document</a> + </td> + </tr> + <tr> + <td> + <a href="DocumentProperties.html" target="classFrame">DocumentProperties</a> + </td> + </tr> + <tr> + <td> + <a href="DocumentType.html" target="classFrame">DocumentType</a> + </td> + </tr> + <tr> + <td> + <a href="ExtensionHandler.html" target="classFrame">ExtensionHandler</a> + </td> + </tr> + <tr> + <td> + <a href="FileableCmisObject.html" target="classFrame">FileableCmisObject</a> + </td> + </tr> + <tr> + <td> + <a href="Folder.html" target="classFrame">Folder</a> + </td> + </tr> + <tr> + <td> + <a href="FolderProperties.html" target="classFrame">FolderProperties</a> + </td> + </tr> + <tr> + <td> + <a href="FolderType.html" target="classFrame">FolderType</a> + </td> + </tr> + <tr> + <td> + <a href="ItemIterable.html" target="classFrame">ItemIterable</a> + </td> + </tr> + <tr> + <td> + <a href="ObjectFactory.html" target="classFrame">ObjectFactory</a> + </td> + </tr> + <tr> + <td> + <a href="ObjectId.html" target="classFrame">ObjectId</a> + </td> + </tr> + <tr> + <td> + <a href="ObjectType.html" target="classFrame">ObjectType</a> + </td> + </tr> + <tr> + <td> + <a href="OperationContext.html" target="classFrame">OperationContext</a> + </td> + </tr> + <tr> + <td> + <a href="Policy.html" target="classFrame">Policy</a> + </td> + </tr> + <tr> + <td> + <a href="PolicyProperties.html" target="classFrame">PolicyProperties</a> + </td> + </tr> + <tr> + <td> + <a href="PolicyType.html" target="classFrame">PolicyType</a> + </td> + </tr> + <tr> + <td> + <a href="Property.html" target="classFrame">Property</a> + </td> + </tr> + <tr> + <td> + <a href="QueryResult.html" target="classFrame">QueryResult</a> + </td> + </tr> + <tr> + <td> + <a href="QueryStatement.html" target="classFrame">QueryStatement</a> + </td> + </tr> + <tr> + <td> + <a href="Relationship.html" target="classFrame">Relationship</a> + </td> + </tr> + <tr> + <td> + <a href="RelationshipProperties.html" target="classFrame">RelationshipProperties</a> + </td> + </tr> + <tr> + <td> + <a href="RelationshipType.html" target="classFrame">RelationshipType</a> + </td> + </tr> + <tr> + <td> + <a href="Rendition.html" target="classFrame">Rendition</a> + </td> + </tr> + <tr> + <td> + <a href="Repository.html" target="classFrame">Repository</a> + </td> + </tr> + <tr> + <td> + <a href="Session.html" target="classFrame">Session</a> + </td> + </tr> + <tr> + <td> + <a href="SessionFactory.html" target="classFrame">SessionFactory</a> + </td> + </tr> + <tr> + <td> + <a href="TransientCmisObject.html" target="classFrame">TransientCmisObject</a> + </td> + </tr> + <tr> + <td> + <a href="TransientDocument.html" target="classFrame">TransientDocument</a> + </td> + </tr> + <tr> + <td> + <a href="TransientFileableCmisObject.html" target="classFrame">TransientFileableCmisObject</a> + </td> + </tr> + <tr> + <td> + <a href="TransientFolder.html" target="classFrame">TransientFolder</a> + </td> + </tr> + <tr> + <td> + <a href="TransientPolicy.html" target="classFrame">TransientPolicy</a> + </td> + </tr> + <tr> + <td> + <a href="TransientRelationship.html" target="classFrame">TransientRelationship</a> + </td> + </tr> + <tr> + <td> + <a href="Tree.html" target="classFrame">Tree</a> + </td> + </tr> + </tbody> + </table> + + <div class="overview"> + <ul> + <li> + <a href="../../../../../../overview-summary.html">Overview</a> + </li> + <li class="selected">Package</li> + </ul> + </div> + <div class="framenoframe"> + <ul> + <li> + <a href="../../../../../../index.html" target="_top">FRAMES</a> + </li> + <li> + <a href="package-summary.html" target="_top">NO FRAMES</a> + </li> + </ul> + </div> + <hr /> + Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved. + </body> +</html> \ No newline at end of file Added: websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/overview-frame.html ============================================================================== --- websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/overview-frame.html (added) +++ websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/overview-frame.html Tue Apr 3 04:44:05 2012 @@ -0,0 +1,25 @@ + +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> +<html xml:lang="en" lang="en"> + <head> + <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> + <title>OpenCMIS Client API 0.7.0 Reference</title> + <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" /> + </head> + <body> + + <h3> + <a href="allclasses-frame.html" target="packageFrame">All Classes</a> + </h3> + + <h3>Packages</h3> + + <ul> + <li> + <a href="org/apache/chemistry/opencmis/client/api/package-frame.html" target="packageFrame">org.apache.chemistry.opencmis.client.api</a> + </li> + </ul> + + </body> +</html> + Added: websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/overview-summary.html ============================================================================== --- websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/overview-summary.html (added) +++ websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/overview-summary.html Tue Apr 3 04:44:05 2012 @@ -0,0 +1,64 @@ + +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> +<html xml:lang="en" lang="en"> + <head> + <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> + <title>OpenCMIS Client API 0.7.0 Reference</title> + <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" /> + </head> + <body> + <div class="overview"> + <ul> + <li class="selected">Overview</li> + <li>Package</li> + </ul> + </div> + <div class="framenoframe"> + <ul> + <li> + <a href="index.html" target="_top">FRAMES</a> + </li> + <li> + <a href="overview-summary.html" target="_top">NO FRAMES</a> + </li> + </ul> + </div> + + <h2>OpenCMIS Client API 0.7.0 Reference</h2> + + <table class="summary"> + <thead> + <tr> + <th>Packages</th> + </tr> + </thead> + <tbody> + <tr> + <td> + <a href="org/apache/chemistry/opencmis/client/api/package-summary.html">org.apache.chemistry.opencmis.client.api</a> + </td> + </tr> + </tbody> + </table> + + <div class="overview"> + <ul> + <li class="selected">Overview</li> + <li>Package</li> + </ul> + </div> + <div class="framenoframe"> + <ul> + <li> + <a href="index.html" target="_top">FRAMES</a> + </li> + <li> + <a href="overview-summary.html" target="_top">NO FRAMES</a> + </li> + </ul> + </div> + + <hr /> + Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved. + </body> +</html> \ No newline at end of file Added: websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/stylesheet.css ============================================================================== --- websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/stylesheet.css (added) +++ websites/staging/chemistry/trunk/content/java/0.7.0/maven/chemistry-opencmis-client/chemistry-opencmis-client-api/xref/stylesheet.css Tue Apr 3 04:44:05 2012 @@ -0,0 +1,116 @@ +/* Javadoc style sheet */ +/* Define colors, fonts and other style attributes here to override the defaults */ +body { + background-color: #fff; + font-family: Arial, Helvetica, sans-serif; +} + +a:link { + color: #00f; +} +a:visited { + color: #00a; +} + +a:active, a:hover { + color: #f30 !important; +} + +ul, li { + list-style-type:none; + margin:0; + padding:0; +} + +table td { + padding: 3px; + border: 1px solid #000; +} +table { + width:100%; + border: 1px solid #000; + border-collapse: collapse; +} + +div.overview { + background-color:#ddd; + padding: 4px 4px 4px 0; +} +div.overview li, div.framenoframe li { + display: inline; +} +div.framenoframe { + text-align: center; + font-size: x-small; +} +div.framenoframe li { + margin: 0 3px 0 3px; +} +div.overview li { + margin:3px 3px 0 3px; + padding: 4px; +} +li.selected { + background-color:#888; + color: #fff; + font-weight: bold; +} + +table.summary { + margin-bottom: 20px; +} +table.summary td, table.summary th { + font-weight: bold; + text-align: left; + padding: 3px; +} +table.summary th { + background-color:#036; + color: #fff; +} +table.summary td { + background-color:#eee; + border: 1px solid black; +} + +em { + color: #A00; +} +em.comment { + color: #390; +} +.string { + color: #009; +} +div#footer { + text-align:center; +} +#overview { + padding:2px; +} + +hr { + height: 1px; + color: #000; +} + +/* JXR style sheet */ +.jxr_comment +{ + color: #390; +} + +.jxr_javadoccomment +{ + color: #A00; +} + +.jxr_string +{ + color: #009; +} + +.jxr_keyword +{ + color: #000; +}
