Package com.atlassian.confluence.pages
Interface Contained<T extends ContentEntityObject>
-
- All Known Implementing Classes:
Attachment,Comment,CustomContentEntityObject
public interface Contained<T extends ContentEntityObject>represents content that has an owner- Since:
- 5.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable TgetContainer()
-
-
-
Method Detail
-
getContainer
@Nullable T getContainer()
- Returns:
- the owner of this content object. Can be null.
-
-