| 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> | 
PageOperationDelegate.makeOperations()  | 
protected List<OperationCheck> | 
SpaceOperationDelegate.makeOperations()  | 
protected List<OperationCheck> | 
BlogPostOperationDelegate.makeOperations()  | 
protected List<OperationCheck> | 
AttachmentOperationDelegate.makeOperations()  | 
protected List<OperationCheck> | 
CommentOperationDelegate.makeOperations()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseOperationCheck
Base class for implementing  
OperationChecks. | 
| Modifier and Type | Method and Description | 
|---|---|
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–2017 Atlassian. All rights reserved.