Uses of Class
com.atlassian.confluence.api.model.permissions.ContentRestrictionsPageResponse
Packages that use ContentRestrictionsPageResponse
Package
Description
Model objects for user and group permission and validation checks, for use with
 
OperationService.This package contains the code which communicates with Confluence via REST API.
- 
Uses of ContentRestrictionsPageResponse in com.atlassian.confluence.api.impl.service.permissionsMethods in com.atlassian.confluence.api.impl.service.permissions that return ContentRestrictionsPageResponseModifier and TypeMethodDescriptionContentRestrictionServiceImpl.addRestrictions(ContentId target, Collection<? extends ContentRestriction> contentRestrictions, Expansion... expansions) ContentRestrictionServiceImpl.deleteAllDirectRestrictions(ContentId target, Expansion... expansions) ContentRestrictionServiceImpl.getRestrictions(ContentId target, PageRequest pageRequest, Expansion... allExpansions) ContentRestrictionServiceImpl.updateRestrictions(ContentId target, Collection<? extends ContentRestriction> contentRestrictions, Expansion... expansions) 
- 
Uses of ContentRestrictionsPageResponse in com.atlassian.confluence.api.model.permissionsMethods in com.atlassian.confluence.api.model.permissions that return ContentRestrictionsPageResponseModifier and TypeMethodDescriptionContentRestrictionsPageResponse.ContentRestrictionPageResponseBuilder.build()
- 
Uses of ContentRestrictionsPageResponse in com.atlassian.confluence.api.service.permissionsMethods in com.atlassian.confluence.api.service.permissions that return ContentRestrictionsPageResponseModifier and TypeMethodDescriptionContentRestrictionService.addRestrictions(ContentId target, Collection<? extends ContentRestriction> contentRestrictions, Expansion... expansions) Attempts to add all the restrictions specified to a piece of content identified bycontentId.ContentRestrictionService.deleteAllDirectRestrictions(ContentId target, Expansion... expansions) Attempts to delete all the restrictions specified directly on a piece of content identified bycontentId.ContentRestrictionService.getRestrictions(ContentId target, PageRequest pageRequest, Expansion... expansions) Retrieves all the restrictions for all the operations on a given Content.ContentRestrictionService.updateRestrictions(ContentId target, Collection<? extends ContentRestriction> contentRestrictions, Expansion... expansions) Sets all the restrictions specified to a piece of content identified bycontentId, replacing any existing permissions.
- 
Uses of ContentRestrictionsPageResponse in com.atlassian.confluence.rest.clientMethods in com.atlassian.confluence.rest.client that return types with arguments of type ContentRestrictionsPageResponseModifier and TypeMethodDescriptionRemoteContentRestrictionService.addRestrictionsCompletionStage(ContentId target, Collection<? extends ContentRestriction> contentRestrictions, Expansion... expansions) Attempts to add all the restrictions specified to a piece of content identified bycontentId.RemoteContentRestrictionServiceImpl.addRestrictionsCompletionStage(ContentId target, Collection<? extends ContentRestriction> contentRestrictions, Expansion... expansions) RemoteContentRestrictionService.deleteAllDirectRestrictionsCompletionStage(ContentId target, Expansion... expansions) Attempts to delete all the restrictions specified directly on a piece of content identified bycontentId.RemoteContentRestrictionServiceImpl.deleteAllDirectRestrictionsCompletionStage(ContentId target, Expansion... expansions) RemoteContentRestrictionService.getRestrictionsCompletionStage(ContentId target, PageRequest pageRequest, Expansion... expansions) Retrieves all the restrictions for all the operations on a given Content.RemoteContentRestrictionServiceImpl.getRestrictionsCompletionStage(ContentId target, PageRequest pageRequest, Expansion... expansions) RemoteContentRestrictionService.updateRestrictionsCompletionStage(ContentId target, Collection<? extends ContentRestriction> contentRestrictions, Expansion... expansions) Sets all the restrictions specified to a piece of content identified bycontentId, replacing any existing permissions.RemoteContentRestrictionServiceImpl.updateRestrictionsCompletionStage(ContentId target, Collection<? extends ContentRestriction> contentRestrictions, Expansion... expansions)