public interface OperationTransformer
AbstractOperationTransformer
.Modifier and Type | Interface and Description |
---|---|
static class |
OperationTransformer.TransformedOperation |
Modifier and Type | Field and Description |
---|---|
static OperationTransformer |
DEFAULT |
static OperationRejectionPolicy |
DEFAULT_REJECTION_POLICY |
static OperationTransformer |
DISCARD |
static OperationResultTransformer |
SUCCESSFUL_RESULT |
Modifier and Type | Method and Description |
---|---|
OperationTransformer.TransformedOperation |
transformOperation(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation)
Transform the operation.
|
static final OperationTransformer DEFAULT
static final OperationTransformer DISCARD
static final OperationResultTransformer SUCCESSFUL_RESULT
static final OperationRejectionPolicy DEFAULT_REJECTION_POLICY
OperationTransformer.TransformedOperation transformOperation(TransformationContext context, PathAddress address, org.jboss.dmr.ModelNode operation) throws OperationFailedException
context
- the operation contextaddress
- the path addressoperation
- the operationOperationFailedException
Copyright © 2023 JBoss by Red Hat. All rights reserved.