blob: 8599ce7c8fba0e685360095bcaa1c90542cf1f2a [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Thu Aug 14 14:35:18 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>MutableObjectData (Apache Chemistry OpenCMIS 0.12.0)</title>
<meta name="date" content="2014-08-14">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="MutableObjectData (Apache Chemistry OpenCMIS 0.12.0)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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="class-use/MutableObjectData.html">Use</a></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/apache/chemistry/opencmis/commons/data/MutableContentStream.html" title="interface in org.apache.chemistry.opencmis.commons.data"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/MutablePrincipal.html" title="interface in org.apache.chemistry.opencmis.commons.data"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/chemistry/opencmis/commons/data/MutableObjectData.html" target="_top">Frames</a></li>
<li><a href="MutableObjectData.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All 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.apache.chemistry.opencmis.commons.data</div>
<h2 title="Interface MutableObjectData" class="title">Interface MutableObjectData</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ExtensionsData.html" title="interface in org.apache.chemistry.opencmis.commons.data">ExtensionsData</a>, <a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ObjectData.html" title="interface in org.apache.chemistry.opencmis.commons.data">ObjectData</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="strong">MutableObjectData</span>
extends <a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ObjectData.html" title="interface in org.apache.chemistry.opencmis.commons.data">ObjectData</a></pre>
<div class="block">Mutable ObjectData.</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="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/MutableObjectData.html#setAcl(org.apache.chemistry.opencmis.commons.data.Acl)">setAcl</a></strong>(<a href="../../../../../../org/apache/chemistry/opencmis/commons/data/Acl.html" title="interface in org.apache.chemistry.opencmis.commons.data">Acl</a>&nbsp;acl)</code>
<div class="block">Sets the access control list.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/MutableObjectData.html#setAllowableActions(org.apache.chemistry.opencmis.commons.data.AllowableActions)">setAllowableActions</a></strong>(<a href="../../../../../../org/apache/chemistry/opencmis/commons/data/AllowableActions.html" title="interface in org.apache.chemistry.opencmis.commons.data">AllowableActions</a>&nbsp;allowableActions)</code>
<div class="block">Sets the Allowable Actions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/MutableObjectData.html#setChangeEventInfo(org.apache.chemistry.opencmis.commons.data.ChangeEventInfo)">setChangeEventInfo</a></strong>(<a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ChangeEventInfo.html" title="interface in org.apache.chemistry.opencmis.commons.data">ChangeEventInfo</a>&nbsp;changeEventInfo)</code>
<div class="block">Sets the change event info.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/MutableObjectData.html#setIsExactAcl(java.lang.Boolean)">setIsExactAcl</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;isExactACL)</code>
<div class="block">Sets if the access control list reflects the exact permission set in the
repository.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/MutableObjectData.html#setPolicyIds(org.apache.chemistry.opencmis.commons.data.PolicyIdList)">setPolicyIds</a></strong>(<a href="../../../../../../org/apache/chemistry/opencmis/commons/data/PolicyIdList.html" title="interface in org.apache.chemistry.opencmis.commons.data">PolicyIdList</a>&nbsp;policyIds)</code>
<div class="block">Sets the policy IDs.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/MutableObjectData.html#setProperties(org.apache.chemistry.opencmis.commons.data.Properties)">setProperties</a></strong>(<a href="../../../../../../org/apache/chemistry/opencmis/commons/data/Properties.html" title="interface in org.apache.chemistry.opencmis.commons.data">Properties</a>&nbsp;properties)</code>
<div class="block">Sets the properties.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/MutableObjectData.html#setRelationships(java.util.List)">setRelationships</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ObjectData.html" title="interface in org.apache.chemistry.opencmis.commons.data">ObjectData</a>&gt;&nbsp;relationships)</code>
<div class="block">Sets the relationships.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/MutableObjectData.html#setRenditions(java.util.List)">setRenditions</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/chemistry/opencmis/commons/data/RenditionData.html" title="interface in org.apache.chemistry.opencmis.commons.data">RenditionData</a>&gt;&nbsp;renditions)</code>
<div class="block">Sets the renditions.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.chemistry.opencmis.commons.data.ObjectData">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.chemistry.opencmis.commons.data.<a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ObjectData.html" title="interface in org.apache.chemistry.opencmis.commons.data">ObjectData</a></h3>
<code><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ObjectData.html#getAcl()">getAcl</a>, <a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ObjectData.html#getAllowableActions()">getAllowableActions</a>, <a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ObjectData.html#getBaseTypeId()">getBaseTypeId</a>, <a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ObjectData.html#getChangeEventInfo()">getChangeEventInfo</a>, <a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ObjectData.html#getId()">getId</a>, <a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ObjectData.html#getPolicyIds()">getPolicyIds</a>, <a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ObjectData.html#getProperties()">getProperties</a>, <a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ObjectData.html#getRelationships()">getRelationships</a>, <a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ObjectData.html#getRenditions()">getRenditions</a>, <a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ObjectData.html#isExactAcl()">isExactAcl</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.chemistry.opencmis.commons.data.ExtensionsData">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.chemistry.opencmis.commons.data.<a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ExtensionsData.html" title="interface in org.apache.chemistry.opencmis.commons.data">ExtensionsData</a></h3>
<code><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ExtensionsData.html#getExtensions()">getExtensions</a>, <a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ExtensionsData.html#setExtensions(java.util.List)">setExtensions</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="setProperties(org.apache.chemistry.opencmis.commons.data.Properties)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setProperties</h4>
<pre>void&nbsp;setProperties(<a href="../../../../../../org/apache/chemistry/opencmis/commons/data/Properties.html" title="interface in org.apache.chemistry.opencmis.commons.data">Properties</a>&nbsp;properties)</pre>
<div class="block">Sets the properties.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>properties</code> - the properties of <code>null</code> to remove all properties</dd></dl>
</li>
</ul>
<a name="setChangeEventInfo(org.apache.chemistry.opencmis.commons.data.ChangeEventInfo)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setChangeEventInfo</h4>
<pre>void&nbsp;setChangeEventInfo(<a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ChangeEventInfo.html" title="interface in org.apache.chemistry.opencmis.commons.data">ChangeEventInfo</a>&nbsp;changeEventInfo)</pre>
<div class="block">Sets the change event info.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>changeEventInfo</code> - the change event info of <code>null</code> to remove the change
event info</dd></dl>
</li>
</ul>
<a name="setRelationships(java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setRelationships</h4>
<pre>void&nbsp;setRelationships(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ObjectData.html" title="interface in org.apache.chemistry.opencmis.commons.data">ObjectData</a>&gt;&nbsp;relationships)</pre>
<div class="block">Sets the relationships.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>relationships</code> - the list of relationships of <code>null</code> to remove all
relationships</dd></dl>
</li>
</ul>
<a name="setRenditions(java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setRenditions</h4>
<pre>void&nbsp;setRenditions(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/chemistry/opencmis/commons/data/RenditionData.html" title="interface in org.apache.chemistry.opencmis.commons.data">RenditionData</a>&gt;&nbsp;renditions)</pre>
<div class="block">Sets the renditions.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>renditions</code> - the list of renditions of <code>null</code> to remove all
renditions</dd></dl>
</li>
</ul>
<a name="setPolicyIds(org.apache.chemistry.opencmis.commons.data.PolicyIdList)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPolicyIds</h4>
<pre>void&nbsp;setPolicyIds(<a href="../../../../../../org/apache/chemistry/opencmis/commons/data/PolicyIdList.html" title="interface in org.apache.chemistry.opencmis.commons.data">PolicyIdList</a>&nbsp;policyIds)</pre>
<div class="block">Sets the policy IDs.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>policyIds</code> - the policy ID of <code>null</code> to remove all policy IDs</dd></dl>
</li>
</ul>
<a name="setAllowableActions(org.apache.chemistry.opencmis.commons.data.AllowableActions)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setAllowableActions</h4>
<pre>void&nbsp;setAllowableActions(<a href="../../../../../../org/apache/chemistry/opencmis/commons/data/AllowableActions.html" title="interface in org.apache.chemistry.opencmis.commons.data">AllowableActions</a>&nbsp;allowableActions)</pre>
<div class="block">Sets the Allowable Actions.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>allowableActions</code> - the Allowable Actions of <code>null</code> to remove the Allowable
Actions</dd></dl>
</li>
</ul>
<a name="setAcl(org.apache.chemistry.opencmis.commons.data.Acl)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setAcl</h4>
<pre>void&nbsp;setAcl(<a href="../../../../../../org/apache/chemistry/opencmis/commons/data/Acl.html" title="interface in org.apache.chemistry.opencmis.commons.data">Acl</a>&nbsp;acl)</pre>
<div class="block">Sets the access control list.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>acl</code> - the access control list of <code>null</code> to remove the access
control list</dd></dl>
</li>
</ul>
<a name="setIsExactAcl(java.lang.Boolean)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setIsExactAcl</h4>
<pre>void&nbsp;setIsExactAcl(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;isExactACL)</pre>
<div class="block">Sets if the access control list reflects the exact permission set in the
repository.
<p>
Should be set to <code>true</code> or <code>false</code> if an access control list
exists. Should be set to <code>null</code> if no access control list exists.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>isExactACL</code> - the exact flag.</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><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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="class-use/MutableObjectData.html">Use</a></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/apache/chemistry/opencmis/commons/data/MutableContentStream.html" title="interface in org.apache.chemistry.opencmis.commons.data"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/MutablePrincipal.html" title="interface in org.apache.chemistry.opencmis.commons.data"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/chemistry/opencmis/commons/data/MutableObjectData.html" target="_top">Frames</a></li>
<li><a href="MutableObjectData.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All 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 ======= -->
<p class="legalCopy"><small>Copyright &#169; 2009-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>