Uses of Interface
org.jboss.as.controller.transform.OperationResultTransformer
-
Packages that use OperationResultTransformer Package Description org.jboss.as.controller.transform -
-
Uses of OperationResultTransformer in org.jboss.as.controller.transform
Classes in org.jboss.as.controller.transform that implement OperationResultTransformer Modifier and Type Class Description classAbstractOperationTransformerBase class forOperationTransformerimplementations, which don't need to transform the operation result.static classOperationTransformer.TransformedOperationFields in org.jboss.as.controller.transform declared as OperationResultTransformer Modifier and Type Field Description static OperationResultTransformerOperationResultTransformer. ORIGINAL_RESULTstatic OperationResultTransformerOperationTransformer. SUCCESSFUL_RESULTMethods in org.jboss.as.controller.transform that return OperationResultTransformer Modifier and Type Method Description OperationResultTransformerOperationTransformer.TransformedOperation. getResultTransformer()Constructors in org.jboss.as.controller.transform with parameters of type OperationResultTransformer Constructor Description TransformedOperation(org.jboss.dmr.ModelNode transformedOperation, OperationRejectionPolicy policy, OperationResultTransformer resultTransformer)TransformedOperation(org.jboss.dmr.ModelNode transformedOperation, OperationResultTransformer resultTransformer)
-