Package | Description |
---|---|
com.atlassian.confluence.api.model.content | |
com.atlassian.confluence.api.model.permissions |
Model objects for user and group permission and validation checks, for use with
OperationService . |
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 |
---|---|
Reference<? extends Container> |
Content.getContainerRef() |
protected Class<? extends Container> |
Content.getContainerType() |
Modifier and Type | Method and Description |
---|---|
Content.ContentBuilder |
Content.ContentBuilder.container(Container container) |
Modifier and Type | Method and Description |
---|---|
Content.ContentBuilder |
Content.ContentBuilder.container(Reference<? extends Container> container) |
Modifier and Type | Method and Description |
---|---|
static Target |
Target.forChildrenOfContainer(Container container,
TargetType childTargetType)
Create a
Target for a container being used to check operations on a different child TargetType within it. |
static Target |
Target.targetInContainer(Container container,
TargetType childTargetType)
Deprecated.
since 5.9
|
Modifier and Type | Method and Description |
---|---|
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–2018 Atlassian. All rights reserved.