org.xcmis.search.content
Class ContentEntry
java.lang.Object
org.xcmis.search.content.ContentEntry
public class ContentEntry
- extends Object
Describes the smallest piece of content.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentEntry
public ContentEntry(String name,
String[] tableNames,
String identifer,
String[] parentIdentifiers,
Property[] properties)
- Parameters:
name - String nametableNames - String[]identifier - StringparentIdentifiers - String[]properties - Property[]
getTableNames
public String[] getTableNames()
- Returns:
- the tableNames
getName
public String getName()
- Returns:
- the name
getParentIdentifiers
public String[] getParentIdentifiers()
- Returns:
- the parentIdentifiers
getIdentifier
public String getIdentifier()
- Returns:
- the identifier
getProperties
public Property[] getProperties()
- Returns:
- the properties
Copyright © 2011 eXo Platform SAS. All Rights Reserved.