com.atlassian.confluence.content
Interface Content

All Known Subinterfaces:
Mail
All Known Implementing Classes:
AbstractPage, BlogPost, Comment, ContentBackedMail, ContentEntityObject, ContentEntitySimulacrum, CustomContentEntityObject, Draft, GlobalDescription, Mail, Page, PageContentEntityObject, PersonalInformation, SpaceContentEntityObject, SpaceDescription, UserStatus

public interface Content

Placeholder for an improved API for handling Content. Right now, it only has one method which allows the retrieval of the old Content base class.


Method Summary
 ContentEntityObject getEntity()
          Gets the ContentEntityObject that backs this piece of content.
 

Method Detail

getEntity

ContentEntityObject getEntity()
Gets the ContentEntityObject that backs this piece of content.

Returns:
the persistent object behind this content


Copyright © 2003-2014 Atlassian. All Rights Reserved.