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 with
OperationService . |
com.atlassian.confluence.api.service.permissions |
Modifier and Type | Method and Description |
---|---|
List<OperationCheckResult> |
OperationServiceImpl.getAvailableOperations(Person person,
Target target) |
List<OperationCheckResult> |
OperationServiceImpl.getAvailableOperations(Target target) |
Modifier and Type | Method and Description |
---|---|
List<OperationCheckResult> |
Content.getOperations() |
Modifier and Type | Method and Description |
---|---|
Content.ContentBuilder |
Content.ContentBuilder.operations(Iterable<OperationCheckResult> operations) |
Modifier and Type | Method and Description |
---|---|
OperationCheckResult |
OperationCheckResult.OperationCheckResultBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<OperationCheckResult> |
OperationService.getAvailableOperations(Person person,
Target target)
List all operations that a person can perform on a particular target.
|
List<OperationCheckResult> |
OperationService.getAvailableOperations(Target target)
List all operations that the current user can perform on a particular target.
|
Copyright © 2003–2016 Atlassian. All rights reserved.