Uses of Class
com.atlassian.confluence.api.service.exceptions.PermissionException
-
-
Uses of PermissionException in com.atlassian.confluence.api.impl.service.content.typebinding
Methods in com.atlassian.confluence.api.impl.service.content.typebinding that throw PermissionException Modifier and Type Method Description protected 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 PermissionException Modifier and Type Method Description static com.atlassian.fugue.Function2<String,ValidationResult,? extends PermissionException>ServiceExceptionSupplier. permissionExceptionException()Deprecated.since 7.0.1.static 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 PermissionException Modifier and Type Method Description voidDefaultSpaceRetentionPolicyService. 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 PermissionException Modifier and Type Method Description javax.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.
-