Uses of Class
com.atlassian.confluence.api.service.exceptions.NotFoundException
Packages that use NotFoundException
Package
Description
This package contains the code which communicates with Confluence via REST API.
-
Uses of NotFoundException in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content that throw NotFoundExceptionModifier and TypeMethodDescriptionChildContentServiceImpl.findContent
(ContentId parentId, Expansion... expansions) SpaceServiceImpl.findContent
(Space space, Expansion... expansions) ContentLabelServiceImpl.getLabels
(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest pageRequest) LabelServiceImpl.getRelatedLabels
(String labelName, int maxCount) LabelServiceImpl.getRelatedLabels
(String labelName, PageRequest pageRequest) -
Uses of NotFoundException in com.atlassian.confluence.api.impl.service.network
Methods in com.atlassian.confluence.api.impl.service.network that throw NotFoundExceptionModifier and TypeMethodDescriptionNetworkServiceImpl.getFollowers
(com.atlassian.sal.api.user.UserKey userKey, PageRequest request) NetworkServiceImpl.getFollowing
(com.atlassian.sal.api.user.UserKey userKey, PageRequest request) -
Uses of NotFoundException in com.atlassian.confluence.api.model.validation
Methods in com.atlassian.confluence.api.model.validation that return types with arguments of type NotFoundExceptionModifier and TypeMethodDescriptionstatic Supplier<NotFoundException>
static BiFunction<String,
ValidationResult, ? extends NotFoundException> ServiceExceptionSupplier.notFoundExceptionSupplier()
-
Uses of NotFoundException in com.atlassian.confluence.api.service.backuprestore
Methods in com.atlassian.confluence.api.service.backuprestore that throw NotFoundExceptionModifier and TypeMethodDescriptionBackupRestoreService.getBackupFile
(Long jobId) Download backup file. -
Uses of NotFoundException in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that throw NotFoundExceptionModifier and TypeMethodDescriptionboolean
AttachmentService.Validator.canCreateAttachments
(ContentId containerId) Checks if the user is permitted to add attachments to the current version of the given contentboolean
AttachmentService.Validator.canCreateAttachments
(ContentId containerId, ContentStatus status) Checks if the user is permitted to add attachments to the given contentboolean
AttachmentService.Validator.canMoveAttachment
(ContentId attachmentId, ContentId containerId) Checks if the user is permitted to move attachments to the given contentSpaceService.SpaceContentFinder.fetchMany
(ContentType type, PageRequest request) Retrieve all content contained in this space of the particular typeSpaceService.SpaceContentFinder.fetchMappedByType
(PageRequest request) Retrieve all content contained in this space mapped by ContentTypeChildContentService.findContent
(ContentId parentId, Expansion... expansion) A finder to locateContent
under a parent.SpaceService.findContent
(Space space, Expansion... expansion) A finder to locate content in the spaceContentLabelService.getLabels
(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest pageRequest) Get the labels attached to a given piece of content in the given namespacesLabelService.getRelatedLabels
(String labelName, int maxCount) Deprecated.LabelService.getRelatedLabels
(String labelName, PageRequest pageRequest) Returns the labels related to the given label name, with a specified maximum number of results. -
Uses of NotFoundException in com.atlassian.confluence.api.service.network
Methods in com.atlassian.confluence.api.service.network that throw NotFoundExceptionModifier and TypeMethodDescriptionNetworkService.getFollowers
(com.atlassian.sal.api.user.UserKey userKey, PageRequest request) Gets the users who are following the given user.NetworkService.getFollowing
(com.atlassian.sal.api.user.UserKey userKey, PageRequest request) Gets the users that the given user is following. -
Uses of NotFoundException in com.atlassian.confluence.api.service.permissions
Methods in com.atlassian.confluence.api.service.permissions that throw NotFoundExceptionModifier and TypeMethodDescriptionContentRestrictionService.getRestrictions
(ContentId target, PageRequest pageRequest, Expansion... expansions) Retrieves all the restrictions for all the operations on a given Content. -
Uses of NotFoundException in com.atlassian.confluence.impl.backuprestore
Methods in com.atlassian.confluence.impl.backuprestore that throw NotFoundException -
Uses of NotFoundException in com.atlassian.confluence.impl.retention.service
Methods in com.atlassian.confluence.impl.retention.service that throw NotFoundExceptionModifier and TypeMethodDescriptionvoid
DefaultSpaceRetentionPolicyService.deletePolicy
(String spaceKey) void
DefaultSpaceRetentionPolicyService.savePolicy
(String spaceKey, SpaceRetentionPolicy newPolicy) -
Uses of NotFoundException in com.atlassian.confluence.plugins.contentproperty
Method parameters in com.atlassian.confluence.plugins.contentproperty with type arguments of type NotFoundExceptionModifier and TypeMethodDescriptionprotected <TYPE> TYPE
TransactionWrappingFinder.executeReadOnly
(ThrowingTransactionCallback<TYPE, NotFoundException> callback) Methods in com.atlassian.confluence.plugins.contentproperty that throw NotFoundExceptionModifier and TypeMethodDescriptionprotected <TYPE> TYPE
TransactionWrappingFinder.executeReadOnly
(ThrowingTransactionCallback<TYPE, NotFoundException> callback) TransactionWrappingFinder.fetchMany
(PageRequest request) -
Uses of NotFoundException in com.atlassian.confluence.plugins.restapi.experimental.resources
Methods in com.atlassian.confluence.plugins.restapi.experimental.resources that throw NotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
RelationResource.create
(String sourceType, String sourceKey, String relationName, String targetType, String targetKey, ContentStatus sourceStatus, ContentStatus targetStatus, Integer sourceVersion, Integer targetVersion) Add a relationship between two user, space, or content entities.javax.ws.rs.core.Response
RelationResource.delete
(String sourceType, String sourceKey, String relationName, String targetType, String targetKey, ContentStatus sourceStatus, ContentStatus targetStatus, Integer sourceVersion, Integer targetVersion) Remove a relationship between two user, space, or content entities.javax.ws.rs.core.Response
RelationResource.isRelated
(String sourceType, String sourceKey, String relationName, String targetType, String targetKey, ContentStatus sourceStatus, ContentStatus targetStatus, Integer sourceVersion, Integer targetVersion) Determines whether a relationship exists between two user, space or content entities. -
Uses of NotFoundException in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that throw NotFoundExceptionModifier and TypeMethodDescriptionRemoteContentLabelService.getLabelsCompletionStage
(ContentId contentId, Collection<Label.Prefix> prefixes, PageRequest request) Get the labels attached to a given piece of content in the given namespacesRemoteLabelService.getRelatedLabelsCompletionStage
(String labelName, int maxCount) Returns the labels related to the given label name, with a specified maximum number of results.RemoteLabelServiceImpl.getRelatedLabelsCompletionStage
(String labelName, int maxCount) RemoteContentRestrictionService.getRestrictionsCompletionStage
(ContentId target, PageRequest pageRequest, Expansion... expansions) Retrieves all the restrictions for all the operations on a given Content.RemoteContentRestrictionServiceImpl.getRestrictionsCompletionStage
(ContentId target, PageRequest pageRequest, Expansion... expansions)
LabelService.getRelatedLabels(String, PageRequest)
instead.