@ExperimentalApi
public interface RemoteContentRestrictionService
ContentRestrictionService implementation that communicates with Confluence remotely using the Confluence REST API.
Provides future returning equivalents for the methods in ContentRestrictionService.
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<ContentRestriction> |
getRestrictionsForOperation(ContentId target,
OperationKey operationKey,
PageRequest pageRequest,
Expansion... expansions)
Retrieves all restrictions for given operation key on given content.
|
com.atlassian.util.concurrent.Promise<Map<OperationKey,ContentRestriction>> |
getRestrictionsGroupByOperation(ContentId target,
Expansion... expansions)
List all restrictions that exist directly on the given content.
|
com.atlassian.util.concurrent.Promise<Map<OperationKey,ContentRestriction>> getRestrictionsGroupByOperation(ContentId target, Expansion... expansions) throws ServiceException
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.ServiceExceptioncom.atlassian.util.concurrent.Promise<ContentRestriction> getRestrictionsForOperation(ContentId target, OperationKey operationKey, PageRequest pageRequest, Expansion... expansions) throws ServiceException
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.ServiceExceptionCopyright © 2003–2016 Atlassian. All rights reserved.