Modifier and Type | Method and Description |
---|---|
OperationTransformer.TransformedOperation |
TransformingProxyController.transformOperation(Transformers.TransformationInputs parameters,
org.jboss.dmr.ModelNode operation)
Transform the operation.
|
Modifier and Type | Method and Description |
---|---|
static AliasEntry.AliasContext |
AliasEntry.AliasContext.create(org.jboss.dmr.ModelNode operation,
Transformers.TransformationInputs transformationInputs) |
Modifier and Type | Method and Description |
---|---|
static Transformers.TransformationInputs |
Transformers.TransformationInputs.getOrCreate(OperationContext context)
Obtains a set of
TransformationInputs from the given operation context. |
Modifier and Type | Method and Description |
---|---|
OperationTransformer.TransformedOperation |
Transformers.transformOperation(Transformers.TransformationInputs transformationInputs,
org.jboss.dmr.ModelNode operation)
Transform an operation.
|
OperationTransformer.TransformedOperation |
TransformersImpl.transformOperation(Transformers.TransformationInputs transformationInputs,
org.jboss.dmr.ModelNode operation) |
Resource |
Transformers.transformRootResource(Transformers.TransformationInputs transformationInputs,
Resource resource)
Transform a given root resource, including children.
|
Resource |
TransformersImpl.transformRootResource(Transformers.TransformationInputs transformationInputs,
Resource resource) |
Resource |
Transformers.transformRootResource(Transformers.TransformationInputs transformationInputs,
Resource resource,
Transformers.ResourceIgnoredTransformationRegistry ignoredTransformationRegistry)
Transform a given resource, including children, removing resources that the given
ignoredTransformationRegistry
indicates are being ignored by the target process. |
Resource |
TransformersImpl.transformRootResource(Transformers.TransformationInputs transformationInputs,
Resource resource,
Transformers.ResourceIgnoredTransformationRegistry ignoredTransformationRegistry) |
Modifier and Type | Method and Description |
---|---|
OperationTransformer.TransformedOperation |
MultiphaseOverallContext.transformServerOperation(String hostName,
TransformingProxyController remoteProxyController,
Transformers.TransformationInputs transformationInputs,
org.jboss.dmr.ModelNode original) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.