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
 T getContainer()
           
 

Method Detail

getContainer

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


Copyright © 2003-2014 Atlassian. All Rights Reserved.