| Package | Description |
|---|---|
| org.jboss.as.controller | |
| org.jboss.as.controller.registry | |
| org.jboss.as.controller.transform |
| 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 |
TransformersImpl.transformOperation(Transformers.TransformationInputs transformationInputs,
org.jboss.dmr.ModelNode operation) |
OperationTransformer.TransformedOperation |
Transformers.transformOperation(Transformers.TransformationInputs transformationInputs,
org.jboss.dmr.ModelNode operation)
Transform an operation.
|
Resource |
TransformersImpl.transformRootResource(Transformers.TransformationInputs transformationInputs,
Resource resource) |
Resource |
Transformers.transformRootResource(Transformers.TransformationInputs transformationInputs,
Resource resource)
Transform a given root resource, including children.
|
Resource |
TransformersImpl.transformRootResource(Transformers.TransformationInputs transformationInputs,
Resource resource,
Transformers.ResourceIgnoredTransformationRegistry ignoredTransformationRegistry) |
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. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.