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> |
BlogPostOperationDelegate.makeOperations() |
protected List<OperationCheck> |
AttachmentOperationDelegate.makeOperations() |
protected List<OperationCheck> |
PageOperationDelegate.makeOperations() |
protected List<OperationCheck> |
SpaceOperationDelegate.makeOperations() |
protected List<OperationCheck> |
CommentOperationDelegate.makeOperations() |
Modifier and Type | Class and Description |
---|---|
class |
BaseOperationCheck
Base class for implementing
OperationCheck s. |
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
OperationCheck s for all operations supported by this delegate. |
Copyright © 2003–2021 Atlassian. All rights reserved.