Uses of Interface
com.atlassian.confluence.api.model.content.Container
Packages that use Container
Package
Description
Model objects for user and group permission and validation checks, for use with
 
OperationService.- 
Uses of Container in com.atlassian.confluence.api.impl.service.content.finderMethods in com.atlassian.confluence.api.impl.service.content.finder with parameters of type Container
- 
Uses of Container in com.atlassian.confluence.api.model.contentClasses in com.atlassian.confluence.api.model.content that implement ContainerModifier and TypeClassDescriptionclassAn API model for the Finder to return blocked content to the resource class, to respect Space Filtering capability.classAn API model for the Finder to return blocked space to the resource class, to respect Space Filtering capability.classRepresents all the different kinds of content that can be housed in Confluence: pages, blog posts, comments and so on.classRepresentation of a Confluence Space.Methods in com.atlassian.confluence.api.model.content that return ContainerModifier and TypeMethodDescriptionContent.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 ContainerMethods in com.atlassian.confluence.api.model.content with parameters of type ContainerModifier and TypeMethodDescriptionMethod parameters in com.atlassian.confluence.api.model.content with type arguments of type ContainerModifier and TypeMethodDescription
- 
Uses of Container in com.atlassian.confluence.api.model.permissionsMethods in com.atlassian.confluence.api.model.permissions with parameters of type ContainerModifier and TypeMethodDescriptionstatic TargetTarget.forChildrenOfContainer(Container container, TargetType childTargetType) Create aTargetfor a container being used to check operations on a different childTargetTypewithin it.static TargetTarget.targetInContainer(Container container, TargetType childTargetType) Deprecated.since 5.9
- 
Uses of Container in com.atlassian.confluence.api.service.contentMethods in com.atlassian.confluence.api.service.content with parameters of type ContainerModifier and TypeMethodDescriptionContentService.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.uiClasses in com.atlassian.confluence.content.ui with type parameters of type ContainerModifier and TypeInterfaceDescriptioninterfaceApiContentUiSupport<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.contentMethods in com.atlassian.confluence.impl.service.finder.content with parameters of type Container