org.xcmis.search.content
Class ContentEntry

java.lang.Object
  extended by org.xcmis.search.content.ContentEntry

public class ContentEntry
extends Object

Describes the smallest piece of content.


Constructor Summary
ContentEntry(String name, String[] tableNames, String identifer, String[] parentIdentifiers, Property[] properties)
           
 
Method Summary
 String getIdentifier()
           
 String getName()
           
 String[] getParentIdentifiers()
           
 Property[] getProperties()
           
 String[] getTableNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentEntry

public ContentEntry(String name,
                    String[] tableNames,
                    String identifer,
                    String[] parentIdentifiers,
                    Property[] properties)
Parameters:
name - String name
tableNames - String[]
identifier - String
parentIdentifiers - String[]
properties - Property[]
Method Detail

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 © 2003-2013 eXo Platform SAS. All Rights Reserved.