Uses of Class
com.atlassian.confluence.api.model.permissions.OperationCheckResult
Packages that use OperationCheckResult
Package
Description
Model objects for user and group permission and validation checks, for use with
OperationService
.-
Uses of OperationCheckResult in com.atlassian.confluence.api.impl.service.permissions
Methods in com.atlassian.confluence.api.impl.service.permissions that return types with arguments of type OperationCheckResultModifier and TypeMethodDescription@NonNull List<OperationCheckResult>
OperationServiceImpl.getAvailableOperations
(Person person, Target target) @NonNull List<OperationCheckResult>
OperationServiceImpl.getAvailableOperations
(Target target) -
Uses of OperationCheckResult in com.atlassian.confluence.api.model.content
Methods in com.atlassian.confluence.api.model.content that return types with arguments of type OperationCheckResultMethod parameters in com.atlassian.confluence.api.model.content with type arguments of type OperationCheckResultModifier and TypeMethodDescriptionContent.ContentBuilder.operations
(Iterable<OperationCheckResult> operations) -
Uses of OperationCheckResult in com.atlassian.confluence.api.model.permissions
Methods in com.atlassian.confluence.api.model.permissions that return OperationCheckResult -
Uses of OperationCheckResult in com.atlassian.confluence.api.service.permissions
Methods in com.atlassian.confluence.api.service.permissions that return types with arguments of type OperationCheckResultModifier and TypeMethodDescription@NonNull List<OperationCheckResult>
OperationService.getAvailableOperations
(Person person, Target target) List all operations that a person can perform on a particular target.@NonNull List<OperationCheckResult>
OperationService.getAvailableOperations
(Target target) List all operations that the current user can perform on a particular target. -
Uses of OperationCheckResult in com.atlassian.confluence.api.testsupport.matchers.model.permissions
Methods in com.atlassian.confluence.api.testsupport.matchers.model.permissions that return types with arguments of type OperationCheckResultModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<List<OperationCheckResult>>
OperationDescriptionMatchers.containsChecksWithOperationKeys
(Target target, OperationKey... keys)