Uses of Class
com.atlassian.confluence.legacyapi.NotFoundException

Packages that use NotFoundException
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
 ContentBody ContentService.getContentBody(long contentId, ContentRepresentation contentRepresentation)
          Get the body of a piece of content in a given representation
 java.lang.Iterable<Label> TemplateService.getLabels(long pageTemplateId, java.util.Collection<Label.Prefix> prefixes)
          Get the labels attached to a given page template
 java.lang.Iterable<Label> ContentService.getLabels(long contentId, java.util.Collection<Label.Prefix> prefixes)
          Get the labels attached to a given piece of content in the given namespaces
 java.lang.Iterable<Label> AttachmentService.getLabels(long attachmentId, java.util.Collection<Label.Prefix> prefixes)
          Get the labels attached to a given attachment.
 ContentBody ContentService.updateContentBody(long contentId, ContentRepresentation contentRepresentation, ContentBody body)
          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
 ContentBody ContentServiceImpl.getContentBody(long contentId, ContentRepresentation contentRepresentation)
           
 java.lang.Iterable<Label> TemplateServiceImpl.getLabels(long pageTemplateId, java.util.Collection<Label.Prefix> prefixes)
           
 java.lang.Iterable<Label> ContentServiceImpl.getLabels(long contentId, java.util.Collection<Label.Prefix> prefixes)
           
 java.lang.Iterable<Label> AttachmentServiceImpl.getLabels(long attachmentId, java.util.Collection<Label.Prefix> prefixes)
           
 ContentBody ContentServiceImpl.updateContentBody(long contentId, ContentRepresentation contentRepresentation, ContentBody body)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.