Uses of Class
com.atlassian.confluence.api.service.exceptions.NotFoundException

Packages that use NotFoundException
com.atlassian.confluence.api.impl.service.content   
com.atlassian.confluence.api.service.content   
com.atlassian.confluence.plugins.contentproperty   
com.atlassian.confluence.rest.client   
 

Uses of NotFoundException in com.atlassian.confluence.api.impl.service.content
 

Methods in com.atlassian.confluence.api.impl.service.content that throw NotFoundException
 ChildContentService.ChildContentFinder ChildContentServiceImpl.findContent(ContentId parentId, Expansion... expansions)
           
 SpaceService.SpaceContentFinder SpaceServiceImpl.findContent(Space space, Expansion... expansions)
           
 PageResponse<Label> ContentLabelServiceImpl.getLabels(ContentId contentId, java.util.Collection<Label.Prefix> prefixes, PageRequest pageRequest)
           
 

Uses of NotFoundException in com.atlassian.confluence.api.service.content
 

Methods in com.atlassian.confluence.api.service.content that throw NotFoundException
 boolean AttachmentService.Validator.canCreateAttachments(ContentId containerId)
          Checks if the user is permitted to add attachments to the given content
 PageResponse<Content> SpaceService.SpaceContentFinder.fetchMany(ContentType type, PageRequest request)
          Retrieve all content contained in this space of the particular type
 PageResponse<JsonContentProperty> ContentPropertyService.ContentPropertyFetcher.fetchMany(PageRequest request)
           
 java.util.Map<ContentType,PageResponse<Content>> SpaceService.SpaceContentFinder.fetchMappedByType(PageRequest request)
          Retrieve all content contained in this space mapped by ContentType
 com.atlassian.fugue.Option<JsonContentProperty> ContentPropertyService.SingleContentPropertyFetcher.fetchOne()
           
 JsonContentProperty ContentPropertyService.SingleContentPropertyFetcher.fetchOneOrNull()
           
 ChildContentService.ChildContentFinder ChildContentService.findContent(ContentId parentId, Expansion... expansion)
          A finder to locate Content under a parent.
 SpaceService.SpaceContentFinder SpaceService.findContent(Space space, Expansion... expansion)
          A finder to locate content in the space
 PageResponse<Label> ContentLabelService.getLabels(ContentId contentId, java.util.Collection<Label.Prefix> prefixes, PageRequest pageRequest)
          Get the labels attached to a given piece of content in the given namespaces
 

Uses of NotFoundException in com.atlassian.confluence.plugins.contentproperty
 

Methods in com.atlassian.confluence.plugins.contentproperty that throw NotFoundException
 JsonContentProperty ContentPropertyFactory.buildFrom(CustomContentEntityObject storageContentProperty, Expansions expansions)
          Convert the given CustomContentEntityObject into a corresponding ContentProperty.
 

Uses of NotFoundException in com.atlassian.confluence.rest.client
 

Methods in com.atlassian.confluence.rest.client that throw NotFoundException
 com.atlassian.util.concurrent.Promise<PageResponse<Label>> RemoteContentLabelServiceImpl.getLabels(ContentId contentId, java.util.Collection<Label.Prefix> prefixes, PageRequest request)
           
 com.atlassian.util.concurrent.Promise<? extends java.lang.Iterable<Label>> RemoteContentLabelService.getLabels(ContentId contentId, java.util.Collection<Label.Prefix> prefixes, PageRequest request)
          Get the labels attached to a given piece of content in the given namespaces
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.