public abstract class AbstractContentItem extends Object implements ContentItem
| Constructor and Description |
|---|
AbstractContentItem() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<AbstractContentItem> |
getChildren()
Get the child items
|
abstract String |
getId()
Get the unique identifier for the content
|
abstract String |
getText()
Get the text representation of the content item
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetTextpublic abstract List<AbstractContentItem> getChildren()
ContentItemgetChildren in interface ContentItempublic abstract String getId()
ContentItemgetId in interface ContentItempublic abstract String getText()
ContentItemgetText in interface ContentItemCopyright © 2003–2019 eXo Platform SAS. All rights reserved.