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.typebindingMethods 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.validationMethods 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.serviceMethods 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.resourcesMethods in com.atlassian.confluence.plugins.restapi.experimental.resources that throw PermissionExceptionModifier and TypeMethodDescriptionjakarta.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.jakarta.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.jakarta.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.