@ExperimentalApi
public interface ContentRestrictionService
Modifier and Type | Method and Description |
---|---|
ContentRestriction |
getRestrictionsForOperation(ContentId target,
OperationKey operationKey,
PageRequest pageRequest,
Expansion... expansions)
Retrieves all restrictions for given operation key on given content.
|
Map<OperationKey,ContentRestriction> |
getRestrictionsGroupByOperation(ContentId target,
Expansion... expansions)
List all restrictions that exist directly on the given content.
|
Map<OperationKey,ContentRestriction> getRestrictionsGroupByOperation(ContentId target, Expansion... expansions) throws NotFoundException
getRestrictionsForOperation(com.atlassian.confluence.api.model.content.id.ContentId, com.atlassian.confluence.api.model.permissions.OperationKey, com.atlassian.confluence.api.model.pagination.PageRequest, com.atlassian.confluence.api.model.Expansion...)
method.target
- the id of the content to look up permissions forexpansions
- the expansions to apply to the returned data. These expansions start from the operation itself.NotFoundException
- if given content id does not exist, or is not viewable by userContentRestriction getRestrictionsForOperation(ContentId target, OperationKey operationKey, PageRequest pageRequest, Expansion... expansions) throws NotFoundException
target
- the id of the content to look up permissions foroperationKey
- the operation key to look up restrictions forpageRequest
- pagination through the subjects contained within the ContentRestrictionexpansions
- the expansions to the ContentRestriction.NotFoundException
- if given content id does not exist, or is not viewable by user, or if the given operation key is not recognised for the content.Copyright © 2003–2016 Atlassian. All rights reserved.