Uses of Class
com.atlassian.confluence.legacyapi.NotFoundException
Package
Description
-
Uses of NotFoundException in com.atlassian.confluence.legacyapi.service.content
Modifier and TypeMethodDescriptionContentService.getContentBody
(long contentId, ContentRepresentation contentRepresentation) Deprecated.Get the body of a piece of content in a given representationAttachmentService.getLabels
(long attachmentId, Collection<Label.Prefix> prefixes) Deprecated.Get the labels attached to a given attachment.ContentService.getLabels
(long contentId, Collection<Label.Prefix> prefixes) Deprecated.Get the labels attached to a given piece of content in the given namespacesTemplateService.getLabels
(long pageTemplateId, Collection<Label.Prefix> prefixes) Deprecated.Get the labels attached to a given page templateContentService.updateContentBody
(long contentId, ContentRepresentation contentRepresentation, ContentBody body) Deprecated.Update the body of a given piece of content (i.e. -
Uses of NotFoundException in com.atlassian.confluence.ui.rest.service.content
Modifier and TypeMethodDescriptionLegacyContentServiceImpl.getContentBody
(long contentId, ContentRepresentation contentRepresentation) Deprecated.LegacyAttachmentServiceImpl.getLabels
(long attachmentId, Collection<Label.Prefix> prefixes) Deprecated.LegacyContentServiceImpl.getLabels
(long contentId, Collection<Label.Prefix> prefixes) Deprecated.LegacyTemplateServiceImpl.getLabels
(long pageTemplateId, Collection<Label.Prefix> prefixes) Deprecated.LegacyContentServiceImpl.updateContentBody
(long contentId, ContentRepresentation contentRepresentation, ContentBody body) Deprecated.