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.finder
Methods in com.atlassian.confluence.api.impl.service.content.finder with parameters of type Container -
Uses of Container in com.atlassian.confluence.api.model.content
Classes in com.atlassian.confluence.api.model.content that implement ContainerModifier and TypeClassDescriptionclass
Represents all the different kinds of content that can be housed in Confluence: pages, blog posts, comments and so on.class
Representation 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.permissions
Methods in com.atlassian.confluence.api.model.permissions with parameters of type ContainerModifier and TypeMethodDescriptionstatic 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 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.ui
Classes in com.atlassian.confluence.content.ui with type parameters of type ContainerModifier and TypeInterfaceDescriptioninterface
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