Uses of Class
com.atlassian.confluence.legacyapi.NotFoundException
-
Packages that use NotFoundException Package Description com.atlassian.confluence.legacyapi.service.content com.atlassian.confluence.ui.rest.service.content -
-
Uses of NotFoundException in com.atlassian.confluence.legacyapi.service.content
Methods in com.atlassian.confluence.legacyapi.service.content that throw NotFoundException Modifier and Type Method Description ContentBodyContentService. getContentBody(long contentId, ContentRepresentation contentRepresentation)Deprecated.Get the body of a piece of content in a given representationIterable<Label>AttachmentService. getLabels(long attachmentId, Collection<Label.Prefix> prefixes)Deprecated.Get the labels attached to a given attachment.Iterable<Label>ContentService. getLabels(long contentId, Collection<Label.Prefix> prefixes)Deprecated.Get the labels attached to a given piece of content in the given namespacesIterable<Label>TemplateService. getLabels(long pageTemplateId, Collection<Label.Prefix> prefixes)Deprecated.Get the labels attached to a given page templateContentBodyContentService. 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
Methods in com.atlassian.confluence.ui.rest.service.content that throw NotFoundException Modifier and Type Method Description ContentBodyLegacyContentServiceImpl. getContentBody(long contentId, ContentRepresentation contentRepresentation)Deprecated.Iterable<Label>LegacyAttachmentServiceImpl. getLabels(long attachmentId, Collection<Label.Prefix> prefixes)Deprecated.Iterable<Label>LegacyContentServiceImpl. getLabels(long contentId, Collection<Label.Prefix> prefixes)Deprecated.Iterable<Label>LegacyTemplateServiceImpl. getLabels(long pageTemplateId, Collection<Label.Prefix> prefixes)Deprecated.ContentBodyLegacyContentServiceImpl. updateContentBody(long contentId, ContentRepresentation contentRepresentation, ContentBody body)Deprecated.
-