| Package | Description |
|---|---|
| org.jboss.as.controller.transform |
| 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
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.