Uses of Class
com.atlassian.confluence.api.service.exceptions.PermissionException
Packages that use PermissionException
Package
Description
-
Uses of PermissionException in com.atlassian.confluence.api.impl.service.content.typebinding
Methods in com.atlassian.confluence.api.impl.service.content.typebinding that throw PermissionExceptionModifier and TypeMethodDescriptionprotected void
CommentContentTypeApiSupport.execute
(ServiceCommand command) -
Uses of PermissionException in com.atlassian.confluence.api.model.validation
Methods in com.atlassian.confluence.api.model.validation that return types with arguments of type PermissionExceptionModifier and TypeMethodDescriptionstatic BiFunction
<String, ValidationResult, ? extends PermissionException> ServiceExceptionSupplier.permissionExceptionExceptionSupplier()
-
Uses of PermissionException in com.atlassian.confluence.impl.retention.service
Methods in com.atlassian.confluence.impl.retention.service that throw PermissionExceptionModifier and TypeMethodDescriptionvoid
DefaultSpaceRetentionPolicyService.deletePolicy
(String spaceKey) void
DefaultSpaceRetentionPolicyService.savePolicy
(String spaceKey, SpaceRetentionPolicy newPolicy) -
Uses of PermissionException in com.atlassian.confluence.plugins.restapi.experimental.resources
Methods in com.atlassian.confluence.plugins.restapi.experimental.resources that throw PermissionExceptionModifier and TypeMethodDescriptionjakarta.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.jakarta.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.jakarta.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.