| Interface | Description |
|---|---|
| AbstractResourceModelTransformer.ResourceDefinitionLoader | |
| AliasOperationTransformer.AddressTransformer | |
| AttributeTransformationRequirementChecker |
Handler that
OperationTransformer and ResourceTransformer implementations can accept to
delegate decisions about whether a given attribute requires transformation. |
| CombinedTransformer |
A combination of
ResourceTransformer and OperationTransformer. |
| DiscardAttributesTransformer.DiscardApprover |
Approves the transformation of the resource or operation.
|
| OperationRejectionPolicy |
Policy for rejecting operations on the domain controller.
|
| OperationResultTransformer |
Transformer for the operation result.
|
| OperationTransformer |
The operation transformer.
|
| PathAddressTransformer |
A path address transformation step.
|
| PathAddressTransformer.Builder | |
| ResourceTransformationContext |
The resource transformation context.
|
| ResourceTransformer |
The resource transformer.
|
| RuntimeIgnoreTransformation | |
| TransformationContext | |
| TransformationTarget |
A potentially remote target requiring transformation.
|
| TransformationTarget.IgnoredTransformationRegistry |
Provides information to a
TransformationTarget indicating that a resource
with the given address does not need
resource transformation
or operation transformation
because the resource is ignored on the target. |
| TransformerEntry | |
| Transformers |
Transformers API for manipulating transformation operations between different versions of application server
|
| TransformersSubRegistration |
Registration for subsystem specific operation transformers.
|
| Class | Description |
|---|---|
| AbstractOperationTransformer |
Base class for
OperationTransformer implementations, which don't need to transform the operation result. |
| AbstractResourceModelTransformer |
Basic transformer working on the basis of the model rather the resource.
|
| AbstractResourceModelTransformer.AbstractDefinitionLoader | |
| AddNameFromAddressResourceTransformer |
ResourceTransformer that takes the value in the last element of the given address
and stores it in a model attribute named name. |
| AliasOperationTransformer |
OperationTransformer and ResourceTransformer transforming the operation address only. |
| AttributeTransformationRequirementChecker.ListAttributeTransformationRequirementChecker | |
| AttributeTransformationRequirementChecker.ObjectFieldsAttributeTransformationRequirementChecker | |
| ChainedTransformationTools |
Tools to interact with the package protected
ResourceTransformationContext implementation classes. |
| ContextAttachments |
Internal class for providing attachments.
|
| DiscardAttributesTransformer |
Discards attributes silently.
|
| DiscardAttributesTransformer.AttributeValueDiscardApprover |
A
DiscardApprover that checks the value of a provided attribute in order to decide whether transformation
is allowed. |
| DiscardUndefinedAttributesTransformer |
Transformer that hides new attributes from legacy slaves if the attribute value is undefined.
|
| OperationTransformer.TransformedOperation | |
| PathAddressTransformer.BasicPathAddressTransformer | |
| PathAddressTransformer.BuilderImpl | |
| PathAddressTransformer.ReplaceElementKey | |
| RejectExpressionValuesTransformer |
A transformer rejecting values containing an expression.
|
| SubsystemDescriptionDump | |
| TransformationTargetImpl | |
| TransformerOperationAttachment |
If this attachment is attached to an OperationContext, its internal attachments get propagated to the transformers.
|
| TransformerRegistry |
Global transformers registry.
|
| TransformerRegistry.Factory | |
| TransformerRegistry.TransformersSubRegistrationImpl | |
| Transformers.Factory |
Convenience factory for unit tests
|
| TransformersImpl | |
| TransformersLogger |
Logger utility class that provides a unified mechanism to log warnings that occur as part of the transformation process.
|
| Enum | Description |
|---|---|
| TransformationTarget.TransformationTargetType |
Copyright © 2015 JBoss by Red Hat. All rights reserved.