com.plumtree.remote.prc.collaboration
Interface IAnnotation


public interface IAnnotation

Annotations are comments added to blog entries or wiki pages.


Method Summary
 java.lang.String getAuthor()
          Returns the annotation author.
 java.lang.String getContent()
          Returns the annotation content.
 java.util.Date getCreatedDate()
          Returns the annotation creation date.
 int getParentID()
          Returns the parent id of the annotation.
 

Method Detail

getAuthor

public java.lang.String getAuthor()
Returns the annotation author.

Returns:
the annotation author

getContent

public java.lang.String getContent()
Returns the annotation content.

Returns:
annotation content

getCreatedDate

public java.util.Date getCreatedDate()
Returns the annotation creation date.

Returns:
the creation date

getParentID

public int getParentID()
Returns the parent id of the annotation.

Returns:
id of the parent BlogEntry or WikiPage


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.