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 voidCommentContentTypeApiSupport.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 TypeMethodDescriptionvoidDefaultSpaceRetentionPolicyService.deletePolicy(String spaceKey) voidDefaultSpaceRetentionPolicyService.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 TypeMethodDescriptionjavax.ws.rs.core.ResponseRelationResource.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.ResponseRelationResource.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.ResponseRelationResource.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.