| Package | Description |
|---|---|
| com.atlassian.confluence.api.impl.service.content.factory | |
| 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 |
|---|---|
protected List<OperationCheckResult> |
AbstractSpaceFactory.getOperations(Space entity,
Expansions expansions) |
| Modifier and Type | Method and Description |
|---|---|
List<OperationCheckResult> |
OperationServiceImpl.getAvailableChildOperations(Target target) |
List<OperationCheckResult> |
OperationServiceImpl.getAvailableOperations(Person person,
Target target) |
List<OperationCheckResult> |
OperationServiceImpl.getAvailableOperations(Target target) |
| Modifier and Type | Method and Description |
|---|---|
List<OperationCheckResult> |
Space.getOperations() |
List<OperationCheckResult> |
Content.getOperations() |
| Modifier and Type | Method and Description |
|---|---|
Space.SpaceBuilder |
Space.SpaceBuilder.operations(Iterable<OperationCheckResult> operations) |
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.getAvailableChildOperations(Target target)
List all types of child that the current user can create off a particular target.
|
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.