Uses of Class
com.atlassian.confluence.legacyapi.NotFoundException
Packages that use NotFoundException
Package
Description
- 
Uses of NotFoundException in com.atlassian.confluence.legacyapi.service.contentMethods in com.atlassian.confluence.legacyapi.service.content that throw NotFoundExceptionModifier 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.contentMethods in com.atlassian.confluence.ui.rest.service.content that throw NotFoundExceptionModifier and TypeMethodDescriptionLegacyContentServiceImpl.getContentBody(long contentId, ContentRepresentation contentRepresentation) Deprecated.LegacyTemplateServiceImpl.getLabels(long pageTemplateId, Collection<Label.Prefix> prefixes) Deprecated.LegacyContentServiceImpl.updateContentBody(long contentId, ContentRepresentation contentRepresentation, ContentBody body) Deprecated.