org.exoplatform.wiki.mow.api.content
Interface Annotation

All Superinterfaces:
ContentItem
All Known Implementing Classes:
AnnotationImpl

public interface Annotation
extends ContentItem

A side note An annotation can be inserted anywhere in content.

Version:
$Revision$
Author:
Patrice Lamarque

Method Summary
 String getAuthor()
          Get the author of the annotation
 Calendar getDate()
          Get the Date of the annotation
 
Methods inherited from interface org.exoplatform.wiki.mow.api.content.ContentItem
getChildren, getId, getText, setText
 

Method Detail

getAuthor

String getAuthor()
Get the author of the annotation

Returns:

getDate

Calendar getDate()
Get the Date of the annotation

Returns:


Copyright © 2013 eXo Platform SAS. All Rights Reserved.