Uses of Class
com.atlassian.confluence.api.model.permissions.OperationCheckResult
-
Packages that use OperationCheckResult Package Description com.atlassian.confluence.api.impl.service.permissions com.atlassian.confluence.api.model.content com.atlassian.confluence.api.model.permissions Model objects for user and group permission and validation checks, for use withOperationService.com.atlassian.confluence.api.service.permissions -
-
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 OperationCheckResult Modifier and Type Method Description @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 OperationCheckResult Modifier and Type Method Description List<OperationCheckResult>Content. getOperations()Method parameters in com.atlassian.confluence.api.model.content with type arguments of type OperationCheckResult Modifier and Type Method Description Content.ContentBuilderContent.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 Modifier and Type Method Description OperationCheckResultOperationCheckResult.OperationCheckResultBuilder. build() -
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 OperationCheckResult Modifier and Type Method Description @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.
-