Uses of Interface
com.atlassian.confluence.api.model.content.Container
-
Packages that use Container 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 withOperationService
.com.atlassian.confluence.api.service.content com.atlassian.confluence.content.ui com.atlassian.confluence.impl.service.finder.content -
-
Uses of Container in com.atlassian.confluence.api.model.content
Classes in com.atlassian.confluence.api.model.content that implement Container Modifier and Type Class 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.Methods in com.atlassian.confluence.api.model.content that return Container Modifier and Type Method 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.Methods in com.atlassian.confluence.api.model.content that return types with arguments of type Container Modifier and Type Method Description Reference<? extends Container>
Content. getContainerRef()
protected Class<? extends Container>
Content. getContainerType()
Methods in com.atlassian.confluence.api.model.content with parameters of type Container Modifier and Type Method Description Content.ContentBuilder
Content.ContentBuilder. container(Container container)
Method parameters in com.atlassian.confluence.api.model.content with type arguments of type Container Modifier and Type Method Description Content.ContentBuilder
Content.ContentBuilder. container(Reference<? extends Container> container)
-
Uses of Container in com.atlassian.confluence.api.model.permissions
Methods in com.atlassian.confluence.api.model.permissions with parameters of type Container Modifier and Type Method Description static Target
Target. forChildrenOfContainer(Container container, TargetType childTargetType)
Create aTarget
for a container being used to check operations on a different childTargetType
within it.static Target
Target. targetInContainer(Container container, TargetType childTargetType)
Deprecated.since 5.9 -
Uses of Container in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content with parameters of type Container Modifier and Type Method 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. -
Uses of Container in com.atlassian.confluence.content.ui
Classes in com.atlassian.confluence.content.ui with type parameters of type Container Modifier and Type Interface Description interface
ApiContentUiSupport<T extends Container>
Provides metadata about of type com.atlassian.confluence.api.model.content.Container that might be useful in the web tier: the location of icons, relevant CSS classes, links and so on. -
Uses of Container in com.atlassian.confluence.impl.service.finder.content
Methods in com.atlassian.confluence.impl.service.finder.content with parameters of type Container Modifier and Type Method Description ContentService.ParameterContentFinder
NoopContentFinder. withContainer(Container container)
-