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

Packages that use Container
com.atlassian.confluence.api.model.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)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.