blob: b42d560b76c7875b464c56b2d70f70191e525b02 [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_07) on Mon Apr 07 19:25:55 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>ObjectInfo (Apache Chemistry OpenCMIS 0.11.0)</title>
<meta name="date" content="2014-04-07">
<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="ObjectInfo (Apache Chemistry OpenCMIS 0.11.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/ObjectInfo.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/server/NamespaceDefinitions.html" title="interface in org.apache.chemistry.opencmis.commons.server"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfoHandler.html" title="interface in org.apache.chemistry.opencmis.commons.server"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/chemistry/opencmis/commons/server/ObjectInfo.html" target="_top">Frames</a></li>
<li><a href="ObjectInfo.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.server</div>
<h2 title="Interface ObjectInfo" class="title">Interface ObjectInfo</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../../../org/apache/chemistry/opencmis/commons/impl/server/ObjectInfoImpl.html" title="class in org.apache.chemistry.opencmis.commons.impl.server">ObjectInfoImpl</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="strong">ObjectInfo</span></pre>
<div class="block">This class contains information about an object. This data is used to
generate the appropriate links in AtomPub entries and feeds.</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><a href="http://docs.oracle.com/javase/1.5.0/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/server/LinkInfo.html" title="interface in org.apache.chemistry.opencmis.commons.server">LinkInfo</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#getAdditionalLinks()">getAdditionalLinks</a></strong>()</code>
<div class="block">Returns the list of additional links related to this object, <code>null</code>
is no such links exist.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#getAtomId()">getAtomId</a></strong>()</code>
<div class="block">Returns an ID for the atom:id tag.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/chemistry/opencmis/commons/enums/BaseTypeId.html" title="enum in org.apache.chemistry.opencmis.commons.enums">BaseTypeId</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#getBaseType()">getBaseType</a></strong>()</code>
<div class="block">Returns the base type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#getContentType()">getContentType</a></strong>()</code>
<div class="block">Returns the content type of the content if the object is a document and
has content, <code>null</code> otherwise.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#getCreatedBy()">getCreatedBy</a></strong>()</code>
<div class="block">Returns the creator.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/GregorianCalendar.html?is-external=true" title="class or interface in java.util">GregorianCalendar</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#getCreationDate()">getCreationDate</a></strong>()</code>
<div class="block">Returns the creation date.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#getFileName()">getFileName</a></strong>()</code>
<div class="block">Returns the file name of the content if the object is a document and has
content, <code>null</code> otherwise.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#getId()">getId</a></strong>()</code>
<div class="block">Returns the object ID.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/GregorianCalendar.html?is-external=true" title="class or interface in java.util">GregorianCalendar</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#getLastModificationDate()">getLastModificationDate</a></strong>()</code>
<div class="block">Returns the last modification date.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#getName()">getName</a></strong>()</code>
<div class="block">Returns the object name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ObjectData.html" title="interface in org.apache.chemistry.opencmis.commons.data">ObjectData</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#getObject()">getObject</a></strong>()</code>
<div class="block">Returns the full object.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#getRelationshipSourceIds()">getRelationshipSourceIds</a></strong>()</code>
<div class="block">Returns the list of IDs of the relationships that originate from this
object, <code>null</code> is no such relationships exist.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#getRelationshipTargetIds()">getRelationshipTargetIds</a></strong>()</code>
<div class="block">Returns the list of IDs of the relationships that point to this object,
<code>null</code> is no such relationships exist.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/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/server/RenditionInfo.html" title="interface in org.apache.chemistry.opencmis.commons.server">RenditionInfo</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#getRenditionInfos()">getRenditionInfos</a></strong>()</code>
<div class="block">Returns rendition information if the object has renditions, <code>null</code>
otherwise.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#getTypeId()">getTypeId</a></strong>()</code>
<div class="block">Returns the type ID.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#getVersionSeriesId()">getVersionSeriesId</a></strong>()</code>
<div class="block">Returns the version series ID if the object is a document and it is
versionable, <code>null</code> otherwise.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#getWorkingCopyId()">getWorkingCopyId</a></strong>()</code>
<div class="block">Returns the working copy ID if the object is a document and a working
copy exists, <code>null</code> otherwise.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#getWorkingCopyOriginalId()">getWorkingCopyOriginalId</a></strong>()</code>
<div class="block">Returns the original ID of the working copy if the object is a document
and a working copy, <code>null</code> otherwise.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#hasAcl()">hasAcl</a></strong>()</code>
<div class="block">Returns <code>true</code> if the object has an ACL, <code>false</code> otherwise.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#hasContent()">hasContent</a></strong>()</code>
<div class="block">Returns <code>true</code> if the object is a document and has content,
<code>false</code> otherwise.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#hasParent()">hasParent</a></strong>()</code>
<div class="block">Returns <code>true</code> if the object has at least one parent, <code>false</code>
otherwise.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#isCurrentVersion()">isCurrentVersion</a></strong>()</code>
<div class="block">Returns <code>true</code> if the object is a document and if it is the current
version or it is not versionable, <code>false</code> otherwise.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#supportsDescendants()">supportsDescendants</a></strong>()</code>
<div class="block">Returns <code>true</code> if the object is a folder and supports
<code>getDescendants</code>, <code>false</code> otherwise.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#supportsFolderTree()">supportsFolderTree</a></strong>()</code>
<div class="block">Returns <code>true</code> if the object is a folder and supports
<code>getFolderTree</code>, <code>false</code> otherwise.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#supportsPolicies()">supportsPolicies</a></strong>()</code>
<div class="block">Returns <code>true</code> if the object supports policies even if no policies
are applied, <code>false</code> otherwise.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfo.html#supportsRelationships()">supportsRelationships</a></strong>()</code>
<div class="block">Returns <code>true</code> if the object supports relationships even if no
relationships exist, <code>false</code> otherwise.</div>
</td>
</tr>
</table>
</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="getId()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getId</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getId()</pre>
<div class="block">Returns the object ID.</div>
</li>
</ul>
<a name="getAtomId()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAtomId</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getAtomId()</pre>
<div class="block">Returns an ID for the atom:id tag. This ID must comply with the Atom
specification. If this method returns <code>null</code>, OpenCMIS generates a
valid ID.</div>
</li>
</ul>
<a name="getName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getName</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getName()</pre>
<div class="block">Returns the object name.</div>
</li>
</ul>
<a name="getCreatedBy()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCreatedBy</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getCreatedBy()</pre>
<div class="block">Returns the creator.</div>
</li>
</ul>
<a name="getCreationDate()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCreationDate</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/GregorianCalendar.html?is-external=true" title="class or interface in java.util">GregorianCalendar</a>&nbsp;getCreationDate()</pre>
<div class="block">Returns the creation date.</div>
</li>
</ul>
<a name="getLastModificationDate()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLastModificationDate</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/GregorianCalendar.html?is-external=true" title="class or interface in java.util">GregorianCalendar</a>&nbsp;getLastModificationDate()</pre>
<div class="block">Returns the last modification date.</div>
</li>
</ul>
<a name="getTypeId()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTypeId</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getTypeId()</pre>
<div class="block">Returns the type ID.</div>
</li>
</ul>
<a name="getBaseType()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBaseType</h4>
<pre><a href="../../../../../../org/apache/chemistry/opencmis/commons/enums/BaseTypeId.html" title="enum in org.apache.chemistry.opencmis.commons.enums">BaseTypeId</a>&nbsp;getBaseType()</pre>
<div class="block">Returns the base type.</div>
</li>
</ul>
<a name="isCurrentVersion()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isCurrentVersion</h4>
<pre>boolean&nbsp;isCurrentVersion()</pre>
<div class="block">Returns <code>true</code> if the object is a document and if it is the current
version or it is not versionable, <code>false</code> otherwise.</div>
</li>
</ul>
<a name="getVersionSeriesId()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getVersionSeriesId</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getVersionSeriesId()</pre>
<div class="block">Returns the version series ID if the object is a document and it is
versionable, <code>null</code> otherwise.</div>
</li>
</ul>
<a name="getWorkingCopyId()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWorkingCopyId</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getWorkingCopyId()</pre>
<div class="block">Returns the working copy ID if the object is a document and a working
copy exists, <code>null</code> otherwise.</div>
</li>
</ul>
<a name="getWorkingCopyOriginalId()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWorkingCopyOriginalId</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getWorkingCopyOriginalId()</pre>
<div class="block">Returns the original ID of the working copy if the object is a document
and a working copy, <code>null</code> otherwise.</div>
</li>
</ul>
<a name="hasContent()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasContent</h4>
<pre>boolean&nbsp;hasContent()</pre>
<div class="block">Returns <code>true</code> if the object is a document and has content,
<code>false</code> otherwise.</div>
</li>
</ul>
<a name="getContentType()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getContentType</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getContentType()</pre>
<div class="block">Returns the content type of the content if the object is a document and
has content, <code>null</code> otherwise.</div>
</li>
</ul>
<a name="getFileName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFileName</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getFileName()</pre>
<div class="block">Returns the file name of the content if the object is a document and has
content, <code>null</code> otherwise.</div>
</li>
</ul>
<a name="getRenditionInfos()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRenditionInfos</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/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/server/RenditionInfo.html" title="interface in org.apache.chemistry.opencmis.commons.server">RenditionInfo</a>&gt;&nbsp;getRenditionInfos()</pre>
<div class="block">Returns rendition information if the object has renditions, <code>null</code>
otherwise.</div>
</li>
</ul>
<a name="supportsRelationships()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>supportsRelationships</h4>
<pre>boolean&nbsp;supportsRelationships()</pre>
<div class="block">Returns <code>true</code> if the object supports relationships even if no
relationships exist, <code>false</code> otherwise.</div>
</li>
</ul>
<a name="supportsPolicies()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>supportsPolicies</h4>
<pre>boolean&nbsp;supportsPolicies()</pre>
<div class="block">Returns <code>true</code> if the object supports policies even if no policies
are applied, <code>false</code> otherwise.</div>
</li>
</ul>
<a name="hasAcl()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasAcl</h4>
<pre>boolean&nbsp;hasAcl()</pre>
<div class="block">Returns <code>true</code> if the object has an ACL, <code>false</code> otherwise.</div>
</li>
</ul>
<a name="hasParent()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasParent</h4>
<pre>boolean&nbsp;hasParent()</pre>
<div class="block">Returns <code>true</code> if the object has at least one parent, <code>false</code>
otherwise.</div>
</li>
</ul>
<a name="supportsDescendants()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>supportsDescendants</h4>
<pre>boolean&nbsp;supportsDescendants()</pre>
<div class="block">Returns <code>true</code> if the object is a folder and supports
<code>getDescendants</code>, <code>false</code> otherwise.</div>
</li>
</ul>
<a name="supportsFolderTree()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>supportsFolderTree</h4>
<pre>boolean&nbsp;supportsFolderTree()</pre>
<div class="block">Returns <code>true</code> if the object is a folder and supports
<code>getFolderTree</code>, <code>false</code> otherwise.</div>
</li>
</ul>
<a name="getRelationshipSourceIds()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRelationshipSourceIds</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;getRelationshipSourceIds()</pre>
<div class="block">Returns the list of IDs of the relationships that originate from this
object, <code>null</code> is no such relationships exist.</div>
</li>
</ul>
<a name="getRelationshipTargetIds()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRelationshipTargetIds</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;getRelationshipTargetIds()</pre>
<div class="block">Returns the list of IDs of the relationships that point to this object,
<code>null</code> is no such relationships exist.</div>
</li>
</ul>
<a name="getObject()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getObject</h4>
<pre><a href="../../../../../../org/apache/chemistry/opencmis/commons/data/ObjectData.html" title="interface in org.apache.chemistry.opencmis.commons.data">ObjectData</a>&nbsp;getObject()</pre>
<div class="block">Returns the full object.</div>
</li>
</ul>
<a name="getAdditionalLinks()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getAdditionalLinks</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/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/server/LinkInfo.html" title="interface in org.apache.chemistry.opencmis.commons.server">LinkInfo</a>&gt;&nbsp;getAdditionalLinks()</pre>
<div class="block">Returns the list of additional links related to this object, <code>null</code>
is no such links exist.</div>
</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/ObjectInfo.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/server/NamespaceDefinitions.html" title="interface in org.apache.chemistry.opencmis.commons.server"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../org/apache/chemistry/opencmis/commons/server/ObjectInfoHandler.html" title="interface in org.apache.chemistry.opencmis.commons.server"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/chemistry/opencmis/commons/server/ObjectInfo.html" target="_top">Frames</a></li>
<li><a href="ObjectInfo.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>