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 Type
    Method
    Description
    build(T object)
    Builds a REST ContentEntity for the given CEO
  • Method Details

    • 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.