Package | Description |
---|---|
org.jboss.as.controller.transform | |
org.jboss.as.model.test |
Modifier and Type | Field and Description |
---|---|
static OperationContext.AttachmentKey<TransformerOperationAttachment> |
TransformerOperationAttachment.KEY |
Modifier and Type | Method and Description |
---|---|
static TransformerOperationAttachment |
TransformerOperationAttachment.getOrCreate(OperationContext context) |
TransformerOperationAttachment |
Transformers.TransformationInputs.getTransformerOperationAttachment()
Gets any
TransformerOperationAttachment that was attached to the OperationContext
at the time this object was created. |
Modifier and Type | Method and Description |
---|---|
static ResourceTransformationContext |
Transformers.Factory.create(TransformationTarget target,
Resource model,
ImmutableManagementResourceRegistration registration,
ExpressionResolver resolver,
RunningMode runningMode,
ProcessType type,
TransformerOperationAttachment attachment)
Creates a ResourceTransformationContext
|
static ResourceTransformationContext |
Transformers.Factory.create(TransformationTarget target,
Resource model,
ImmutableManagementResourceRegistration registration,
ExpressionResolver resolver,
RunningMode runningMode,
ProcessType type,
TransformerOperationAttachment attachment,
Transformers.ResourceIgnoredTransformationRegistry ignoredTransformationRegistry)
Creates a ResourceTransformationContext
|
Modifier and Type | Method and Description |
---|---|
protected TransformationContext |
ModelTestKernelServicesImpl.createTransformationContext(TransformationTarget target,
TransformerOperationAttachment attachment) |
OperationTransformer.TransformedOperation |
ModelTestKernelServices.transformOperation(ModelVersion modelVersion,
org.jboss.dmr.ModelNode operation,
TransformerOperationAttachment attachment)
Transforms an operation in the main controller to the format expected by the model controller containing
the legacy subsystem
|
OperationTransformer.TransformedOperation |
ModelTestLegacyControllerKernelServicesProxy.transformOperation(ModelVersion modelVersion,
org.jboss.dmr.ModelNode operation,
TransformerOperationAttachment attachment) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.