@ExperimentalSpi
public interface OperationDelegate
TargetType
.Modifier and Type | Method and Description |
---|---|
List<OperationCheck> |
getAllOperations()
Return a list of
OperationCheck s for all operations supported by this delegate. |
OperationCheck |
getOperation(OperationKey operationKey)
Get the
OperationCheck which can answer questions about a particular operation. |
List<OperationCheck> getAllOperations()
OperationCheck
s for all operations supported by this delegate.@Nullable OperationCheck getOperation(OperationKey operationKey)
OperationCheck
which can answer questions about a particular operation.operationKey
- the operation for which to retrieve the checker object.NullPointerException
- if operationKey is nullCopyright © 2003–2018 Atlassian. All rights reserved.