Uses of Interface
com.atlassian.confluence.api.model.content.Container

Packages that use Container
com.atlassian.confluence.api.model.content   
com.atlassian.confluence.api.service.content   
 

Uses of Container in com.atlassian.confluence.api.model.content
 

Classes in com.atlassian.confluence.api.model.content that implement Container
 class Content
          Represents all the different kinds of content that can be housed in Confluence: pages, blog posts, comments and so on.
 class Space
          Representation of a Confluence Space.
 

Methods in com.atlassian.confluence.api.model.content that return Container
 Container Content.getContainer()
          Returns the container for this Content, which for Pages and Blog Posts will be the Space, and for Comments the Page or BlogPost.
 

Methods in com.atlassian.confluence.api.model.content with parameters of type Container
 Content.ContentBuilder Content.ContentBuilder.container(Container container)
           
 

Uses of Container in com.atlassian.confluence.api.service.content
 

Methods in com.atlassian.confluence.api.service.content with parameters of type Container
 ContentService.ParameterContentFinder ContentService.ParameterContentFinder.withContainer(Container container)
          Restrict the fetched content to those with the given Container, this will by proxy restrict to certain types of content, as different types of content can have different types of containers.
 



Copyright © 2003–2015 Atlassian. All rights reserved.