com.atlassian.util.concurrent.Promise<ContentRestrictionsPageResponse> |
RemoteContentRestrictionService.addRestrictions(ContentId target,
Collection<? extends ContentRestriction> contentRestrictions,
Expansion... expansions) |
Deprecated.
|
com.atlassian.util.concurrent.Promise<ContentRestrictionsPageResponse> |
RemoteContentRestrictionServiceImpl.addRestrictions(ContentId target,
Collection<? extends ContentRestriction> contentRestrictions,
Expansion... expansions) |
Deprecated.
|
CompletionStage<ContentRestrictionsPageResponse> |
RemoteContentRestrictionService.addRestrictionsCompletionStage(ContentId target,
Collection<? extends ContentRestriction> contentRestrictions,
Expansion... expansions) |
Attempts to add all the restrictions specified to a piece of content identified by contentId .
|
CompletionStage<ContentRestrictionsPageResponse> |
RemoteContentRestrictionServiceImpl.addRestrictionsCompletionStage(ContentId target,
Collection<? extends ContentRestriction> contentRestrictions,
Expansion... expansions) |
|
com.atlassian.util.concurrent.Promise<ContentRestrictionsPageResponse> |
RemoteContentRestrictionService.deleteAllDirectRestrictions(ContentId target,
Expansion... expansions) |
Deprecated.
|
com.atlassian.util.concurrent.Promise<ContentRestrictionsPageResponse> |
RemoteContentRestrictionServiceImpl.deleteAllDirectRestrictions(ContentId target,
Expansion... expansions) |
Deprecated.
|
CompletionStage<ContentRestrictionsPageResponse> |
RemoteContentRestrictionService.deleteAllDirectRestrictionsCompletionStage(ContentId target,
Expansion... expansions) |
Attempts to delete all the restrictions specified directly on a piece of content identified by contentId .
|
CompletionStage<ContentRestrictionsPageResponse> |
RemoteContentRestrictionServiceImpl.deleteAllDirectRestrictionsCompletionStage(ContentId target,
Expansion... expansions) |
|
com.atlassian.util.concurrent.Promise<ContentRestrictionsPageResponse> |
RemoteContentRestrictionService.getRestrictions(ContentId target,
PageRequest pageRequest,
Expansion... expansions) |
Deprecated.
|
com.atlassian.util.concurrent.Promise<ContentRestrictionsPageResponse> |
RemoteContentRestrictionServiceImpl.getRestrictions(ContentId target,
PageRequest pageRequest,
Expansion... expansions) |
Deprecated.
|
CompletionStage<ContentRestrictionsPageResponse> |
RemoteContentRestrictionService.getRestrictionsCompletionStage(ContentId target,
PageRequest pageRequest,
Expansion... expansions) |
Retrieves all the restrictions for all the operations on a given Content.
|
CompletionStage<ContentRestrictionsPageResponse> |
RemoteContentRestrictionServiceImpl.getRestrictionsCompletionStage(ContentId target,
PageRequest pageRequest,
Expansion... expansions) |
|
com.atlassian.util.concurrent.Promise<ContentRestrictionsPageResponse> |
RemoteContentRestrictionService.updateRestrictions(ContentId target,
Collection<? extends ContentRestriction> contentRestrictions,
Expansion... expansions) |
Deprecated.
|
com.atlassian.util.concurrent.Promise<ContentRestrictionsPageResponse> |
RemoteContentRestrictionServiceImpl.updateRestrictions(ContentId target,
Collection<? extends ContentRestriction> contentRestrictions,
Expansion... expansions) |
Deprecated.
|
CompletionStage<ContentRestrictionsPageResponse> |
RemoteContentRestrictionService.updateRestrictionsCompletionStage(ContentId target,
Collection<? extends ContentRestriction> contentRestrictions,
Expansion... expansions) |
Sets all the restrictions specified to a piece of content identified by contentId , replacing any existing permissions.
|
CompletionStage<ContentRestrictionsPageResponse> |
RemoteContentRestrictionServiceImpl.updateRestrictionsCompletionStage(ContentId target,
Collection<? extends ContentRestriction> contentRestrictions,
Expansion... expansions) |
|