Interface OperationTransformer
- All Known Subinterfaces:
CombinedTransformer
- All Known Implementing Classes:
AbstractOperationTransformer,AliasOperationTransformer,DiscardAttributesTransformer,DiscardUndefinedAttributesTransformer,RejectExpressionValuesTransformer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The operation transformer. For basic implementations .
- Author:
- Tomaz Cerar
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OperationTransformerstatic final OperationRejectionPolicystatic final OperationTransformerstatic final OperationResultTransformer -
Method Summary
Modifier and TypeMethodDescriptiontransformOperation(TransformationContext context, PathAddress address, org.jboss.dmr.ModelNode operation) Transform the operation.
-
Field Details
-
DEFAULT
-
DISCARD
-
SUCCESSFUL_RESULT
-
DEFAULT_REJECTION_POLICY
-
-
Method Details
-
transformOperation
OperationTransformer.TransformedOperation transformOperation(TransformationContext context, PathAddress address, org.jboss.dmr.ModelNode operation) throws OperationFailedException Transform the operation.- Parameters:
context- the operation contextaddress- the path addressoperation- the operation- Returns:
- the transformed operation
- Throws:
OperationFailedException
-