Uses of Class
com.atlassian.confluence.api.model.link.Link
-
Packages that use Link Package Description com.atlassian.confluence.api.impl.service.content.factory com.atlassian.confluence.api.impl.service.content.typebinding 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.content.apisupport -
-
Uses of Link in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory that return types with arguments of type Link Modifier and Type Method Description Iterable<Link>
ContentExtensionsFactory. buildLinks(ContentConvertible entity)
-
Uses of Link in com.atlassian.confluence.api.impl.service.content.typebinding
Methods in com.atlassian.confluence.api.impl.service.content.typebinding that return types with arguments of type Link Modifier and Type Method Description List<Link>
AttachmentContentTypeApiSupport. getLinks(Attachment attachment)
-
Uses of Link in com.atlassian.confluence.api.model.content
Methods in com.atlassian.confluence.api.model.content that return types with arguments of type Link Modifier and Type Method Description Map<LinkType,Link>
Content. getLinks()
Map<LinkType,Link>
Space. getLinks()
Methods in com.atlassian.confluence.api.model.content with parameters of type Link Modifier and Type Method Description Content.ContentBuilder
Content.ContentBuilder. addLink(Link link)
Space.SpaceBuilder
Space.SpaceBuilder. addLink(Link link)
-
Uses of Link in com.atlassian.confluence.api.model.permissions
Methods in com.atlassian.confluence.api.model.permissions that return types with arguments of type Link Modifier and Type Method Description Map<LinkType,Link>
ContentRestrictionsPageResponse. getLinks()
Methods in com.atlassian.confluence.api.model.permissions with parameters of type Link Modifier and Type Method Description ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder
ContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder. addLink(Link link)
-
Uses of Link in com.atlassian.confluence.content.apisupport
Methods in com.atlassian.confluence.content.apisupport that return types with arguments of type Link Modifier and Type Method Description List<Link>
BaseContentTypeApiSupport. getLinks(T contentEntity)
Get additional link properties for the _links mapList<Link>
ContentTypeApiSupport. getLinks(T contentEntity)
Get additional link properties for the _links map
-