Interface ContentEntityBuilder<T extends ContentEntityObject>
- All Known Implementing Classes:
CommentEntityBuilder
,CustomContentEntityBuilder
,DefaultContentEntityBuilder
,PageContentEntityBuilder
,PersonalInformationContentEntityBuilder
,WikiLinkableContentEntityBuilder
public interface ContentEntityBuilder<T extends ContentEntityObject>
-
Method Summary
Modifier and TypeMethodDescriptionBuilds a REST ContentEntity for the given CEO
-
Method Details
-
build
Builds a REST ContentEntity for the given CEO- Parameters:
object
- theContentEntityObject
- 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.
-