@Deprecated public class AliasOperationTransformer extends Object implements CombinedTransformer
OperationTransformer and ResourceTransformer transforming the operation address only.| Modifier and Type | Class and Description |
|---|---|
static interface |
AliasOperationTransformer.AddressTransformer
Deprecated.
|
OperationTransformer.TransformedOperationDEFAULT, DISCARDDEFAULT, DEFAULT_REJECTION_POLICY, DISCARD, SUCCESSFUL_RESULT| Modifier | Constructor and Description |
|---|---|
protected |
AliasOperationTransformer(AliasOperationTransformer.AddressTransformer transformer)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static AliasOperationTransformer |
create(AliasOperationTransformer.AddressTransformer transformer)
Deprecated.
|
static AliasOperationTransformer |
replaceLastElement(PathElement element)
Deprecated.
Replace the last element of an address with a static path element.
|
OperationTransformer.TransformedOperation |
transformOperation(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode original)
Deprecated.
Transform the operation.
|
void |
transformResource(ResourceTransformationContext currentCtx,
PathAddress address,
Resource resource)
Deprecated.
Transform a resource.
|
protected AliasOperationTransformer(AliasOperationTransformer.AddressTransformer transformer)
public OperationTransformer.TransformedOperation transformOperation(TransformationContext context, PathAddress address, org.jboss.dmr.ModelNode original) throws OperationFailedException
OperationTransformertransformOperation in interface OperationTransformercontext - the operation contextaddress - the path addressoriginal - the operationOperationFailedExceptionpublic void transformResource(ResourceTransformationContext currentCtx, PathAddress address, Resource resource) throws OperationFailedException
ResourceTransformertransformResource in interface ResourceTransformercurrentCtx - the resource transformation contextaddress - the path addressresource - the resource to transformOperationFailedExceptionpublic static AliasOperationTransformer replaceLastElement(PathElement element)
element - the path elementpublic static AliasOperationTransformer create(AliasOperationTransformer.AddressTransformer transformer)
Copyright © 2017 JBoss by Red Hat. All rights reserved.