| Package | Description |
|---|---|
| com.atlassian.confluence.api.impl.service.permissions.delegates | |
| com.atlassian.confluence.api.model.permissions.spi |
SPI for implementing pluggable permission and validation checks, for use with
OperationService. |
| Modifier and Type | Method and Description |
|---|---|
protected List<OperationCheck> |
AttachmentOperationDelegate.makeOperations() |
protected List<OperationCheck> |
BlogPostOperationDelegate.makeOperations() |
protected List<OperationCheck> |
CommentOperationDelegate.makeOperations() |
protected List<OperationCheck> |
SpaceOperationDelegate.makeOperations() |
protected List<OperationCheck> |
PageOperationDelegate.makeOperations() |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseOperationCheck
Base class for implementing
OperationChecks. |
| Modifier and Type | Method and Description |
|---|---|
@Nullable OperationCheck |
OperationDelegate.getOperation(OperationKey operationKey)
Get the
OperationCheck which can answer questions about a particular operation. |
| Modifier and Type | Method and Description |
|---|---|
List<OperationCheck> |
OperationDelegate.getAllOperations()
Return a list of
OperationChecks for all operations supported by this delegate. |
Copyright © 2003–2020 Atlassian. All rights reserved.