com.atlassian.confluence.plugins.rest.entities.builders
Interface ContentEntityBuilder<T extends ContentEntityObject>

All Known Implementing Classes:
CommentEntityBuilder, DefaultContentEntityBuilder, PageContentEntityBuilder, PersonalInformationContentEntityBuilder, WikiLinkableContentEntityBuilder

public interface ContentEntityBuilder<T extends ContentEntityObject>


Method Summary
 ContentEntity build(T object)
          Builds a REST ContentEntity for the given CEO
 

Method Detail

build

ContentEntity build(T object)
Builds a REST ContentEntity for the given CEO

Parameters:
object - the ContentEntityObject
Returns:
the entity, or null if the current user is not permitted to view the content or if no content object can be found for the given object.


Copyright © 2003-2013 Atlassian. All Rights Reserved.