Uses of Interface
com.atlassian.confluence.pages.Contained
Packages that use Contained
Package
Description
- 
Uses of Contained in com.atlassian.confluence.api.impl.service.content.factoryMethods in com.atlassian.confluence.api.impl.service.content.factory with parameters of type ContainedModifier and TypeMethodDescriptionstatic ContentEntityObjectContentFactory.getRootContainer(Contained<?> entity) 
- 
Uses of Contained in com.atlassian.confluence.contentClasses in com.atlassian.confluence.content that implement ContainedModifier and TypeClassDescriptionclassGeneric ContentEntityObject that plugins can use to extend Confluence's content system.
- 
Uses of Contained in com.atlassian.confluence.pagesClasses in com.atlassian.confluence.pages that implement Contained
- 
Uses of Contained in com.atlassian.confluence.utilMethods in com.atlassian.confluence.util with parameters of type ContainedModifier and TypeMethodDescriptionstatic @Nullable AbstractPageGeneralUtil.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.