Uses of Class
com.atlassian.confluence.api.model.permissions.RelevantViewRestrictions
Packages that use RelevantViewRestrictions
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 RelevantViewRestrictions in com.atlassian.confluence.api.impl.service.permissions
Methods in com.atlassian.confluence.api.impl.service.permissions that return RelevantViewRestrictionsModifier and TypeMethodDescriptionContentRestrictionServiceImpl.getRelevantViewRestrictionsForSingleContent
(LimitedRequest pageRequest, ContentId contentId, Expansions expansions) Methods in com.atlassian.confluence.api.impl.service.permissions that return types with arguments of type RelevantViewRestrictionsModifier and TypeMethodDescriptionContentRestrictionServiceImpl.getRelevantViewRestrictionsForContent
(LimitedRequest limitedReq, Map<Long, Long> contentIdToParentIdMap, Expansions expansions) -
Uses of RelevantViewRestrictions in com.atlassian.confluence.api.model.content
Methods in com.atlassian.confluence.api.model.content that return types with arguments of type RelevantViewRestrictionsModifier and TypeMethodDescriptionContent.getRelevantViewRestrictions()
Returns a Map of relevant View restrictions present on the given Content including direct inherited View restrictionsMethods in com.atlassian.confluence.api.model.content with parameters of type RelevantViewRestrictionsModifier and TypeMethodDescriptionContent.ContentBuilder.relevantViewRestrictions
(RelevantViewRestrictions relevantViewRestrictions) Method parameters in com.atlassian.confluence.api.model.content with type arguments of type RelevantViewRestrictionsModifier and TypeMethodDescriptionContent.ContentBuilder.relevantViewRestrictionsReference
(Reference<RelevantViewRestrictions> relevantViewRestrictions) -
Uses of RelevantViewRestrictions in com.atlassian.confluence.api.model.permissions
Methods in com.atlassian.confluence.api.model.permissions that return types with arguments of type RelevantViewRestrictionsModifier and TypeMethodDescriptionstatic Reference<RelevantViewRestrictions>
RelevantViewRestrictions.buildReference
(Navigation.Builder builder) Method parameters in com.atlassian.confluence.api.model.permissions with type arguments of type RelevantViewRestrictionsModifier and TypeMethodDescriptionstatic Navigation.Builder
RelevantViewRestrictions.getNavigationBuilder
(Reference<RelevantViewRestrictions> historyReference) -
Uses of RelevantViewRestrictions in com.atlassian.confluence.api.service.permissions
Methods in com.atlassian.confluence.api.service.permissions that return RelevantViewRestrictionsModifier and TypeMethodDescriptionContentRestrictionService.getRelevantViewRestrictionsForSingleContent
(LimitedRequest pageRequest, ContentId contentId, Expansions expansions) Return RelevantViewRestrictions per content where it will contain direct and inherited permission set required to access a contentMethods in com.atlassian.confluence.api.service.permissions that return types with arguments of type RelevantViewRestrictionsModifier and TypeMethodDescriptionContentRestrictionService.getRelevantViewRestrictionsForContent
(LimitedRequest pageRequest, Map<Long, Long> contentIdToParentIdMap, Expansions expansions) Return RelevantViewRestrictions per content where it will contain direct and inherited permission set required to access a content -
Uses of RelevantViewRestrictions in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources that return RelevantViewRestrictionsModifier and TypeMethodDescriptionContentRestrictionResource.relevantViewRestrictions
(ContentId id, String expand, int start, int limit) -
Uses of RelevantViewRestrictions in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return types with arguments of type RelevantViewRestrictionsModifier and TypeMethodDescriptionRemoteContentRestrictionService.getRelevantViewRestrictionsForContentCompletionStage
(ContentId target, Expansion... expansions) Return a list of view content permission set which need to be passed in other to access this content.RemoteContentRestrictionServiceImpl.getRelevantViewRestrictionsForContentCompletionStage
(ContentId target, Expansion... expansions)