Uses of Interface
com.atlassian.confluence.pages.Contained
-
Packages that use Contained Package Description com.atlassian.confluence.content com.atlassian.confluence.pages com.atlassian.confluence.util -
-
Uses of Contained in com.atlassian.confluence.content
Classes in com.atlassian.confluence.content that implement Contained Modifier and Type Class Description class
CustomContentEntityObject
Generic ContentEntityObject that plugins can use to extend Confluence's content system. -
Uses of Contained in com.atlassian.confluence.pages
Classes in com.atlassian.confluence.pages that implement Contained Modifier and Type Class Description class
Attachment
class
Comment
-
Uses of Contained in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util with parameters of type Contained Modifier and Type Method Description static @Nullable AbstractPage
SafeGeneralUtil. getParentPageOrBlog(Contained content)
returns the page or blog that the content is attached to, or null if it is not attached to a page or blog.
-