| Interface | Description |
|---|---|
| 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.
|
| ExtensionTransformerRegistration | |
| OperationRejectionPolicy |
Policy for rejecting operations on the domain controller.
|
| OperationResultTransformer |
Transformer for the operation response.
|
| OperationTransformer |
The operation transformer.
|
| PathAddressTransformer |
A path address transformation step.
|
| PathAddressTransformer.Builder | |
| ResourceTransformationContext |
The resource transformation context.
|
| ResourceTransformer |
The resource transformer.
|
| SubsystemTransformerRegistration |
Subsystem transformers registration API
Methods on this interface provide main transformers registration points for all
ExtensionTransformerRegistration implementations. |
| TransformationContext | |
| TransformationTarget |
A potentially remote target requiring transformation.
|
| TransformerEntry | |
| Transformers |
Transformers API for manipulating transformation operations between different versions of application server
|
| Transformers.OperationExcludedTransformationRegistry |
Provides information on whether a target process is excluded from receiving operations for a particular resource addresses.
|
| Transformers.ResourceIgnoredTransformationRegistry |
Provides information on whether a target process is ignoring particular resource addresses.
|
| TransformersSubRegistration |
Registration for subsystem specific operation transformers.
|
| Class | Description |
|---|---|
| AbstractOperationTransformer |
Base class for
OperationTransformer implementations, which don't need to transform the operation result. |
| AddNameFromAddressResourceTransformer |
ResourceTransformer that takes the value in the last element of the given address
and stores it in a model attribute named name. |
| AliasOperationTransformer | Deprecated |
| 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.
|
| 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, and default internal implementations
|
| Transformers.TransformationInputs |
Standard inputs into a transformation process.
|
| 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 © 2019 JBoss by Red Hat. All rights reserved.