| Package | Description |
|---|---|
| com.atlassian.confluence.api.model.content | |
| com.atlassian.confluence.api.service.content |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Content.ContentBuilder |
Content.ContentBuilder.container(Container container) |
| Modifier and Type | Method and Description |
|---|---|
ContentService.ParameterContentFinder |
ContentService.ParameterContentFinder.withContainer(Container container) |
Copyright © 2003-2014 Atlassian. All Rights Reserved.