Interface Contained<T extends ContentEntityObject>

All Known Implementing Classes:
Attachment, Comment, CustomContentEntityObject, ReadOnlyAttachment

public interface Contained<T extends ContentEntityObject>
represents content that has an owner
Since:
5.6
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable T
     
  • Method Details

    • getContainer

      @Nullable T getContainer()
      Returns:
      the owner of this content object. Can be null.