Interface ContentEntityBuilder<T extends ContentEntityObject>
-
- All Known Implementing Classes:
CommentEntityBuilder
,CustomContentEntityBuilder
,DefaultContentEntityBuilder
,PageContentEntityBuilder
,PersonalInformationContentEntityBuilder
,WikiLinkableContentEntityBuilder
public interface ContentEntityBuilder<T extends ContentEntityObject>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
- 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.
-
-