Package com.atlassian.confluence.pages
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
-
Method Details
-
getContainer
@Nullable T getContainer()- Returns:
- the owner of this content object. Can be null.
-