Package | Description |
---|---|
org.jboss.as.controller.registry | |
org.jboss.as.controller.transform | |
org.jboss.as.controller.transform.description | |
org.jboss.as.model.test |
Modifier and Type | Method and Description |
---|---|
static AliasEntry.AliasContext |
AliasEntry.AliasContext.create(org.jboss.dmr.ModelNode operation,
TransformationContext delegate) |
Modifier and Type | Interface and Description |
---|---|
interface |
ResourceTransformationContext
The resource transformation context.
|
Modifier and Type | Method and Description |
---|---|
TransformerEntry |
TransformationTargetImpl.getTransformerEntry(TransformationContext context,
PathAddress address) |
TransformerEntry |
TransformationTarget.getTransformerEntry(TransformationContext context,
PathAddress address)
Get the transformer entry.
|
boolean |
AttributeTransformationRequirementChecker.isAttributeTransformationRequired(String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Gets whether the given attribute or parameter value is not understandable by the target process and needs
to be transformed.
|
boolean |
AttributeTransformationRequirementChecker.ListAttributeTransformationRequirementChecker.isAttributeTransformationRequired(String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context) |
boolean |
AttributeTransformationRequirementChecker.ObjectFieldsAttributeTransformationRequirementChecker.isAttributeTransformationRequired(String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context) |
boolean |
DiscardAttributesTransformer.DiscardApprover.isOperationDiscardAllowed(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation)
Replies with whether operation transformation should be done.
|
boolean |
DiscardAttributesTransformer.AttributeValueDiscardApprover.isOperationDiscardAllowed(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation)
Checks if the value of the resource after the operation is applied would meet the criteria.
|
boolean |
DiscardAttributesTransformer.DiscardApprover.isResourceDiscardAllowed(TransformationContext context,
PathAddress address,
Resource resource)
Replies with whether resource transformation should be done.
|
boolean |
DiscardAttributesTransformer.AttributeValueDiscardApprover.isResourceDiscardAllowed(TransformationContext context,
PathAddress address,
Resource resource) |
OperationTransformer |
TransformationTargetImpl.resolveTransformer(TransformationContext context,
PathAddress address,
String operationName) |
OperationTransformer |
TransformationTarget.resolveTransformer(TransformationContext context,
PathAddress address,
String operationName)
Resolve an operation transformer for a given address.
|
protected abstract org.jboss.dmr.ModelNode |
AbstractOperationTransformer.transform(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation)
Transform the operation only.
|
OperationTransformer.TransformedOperation |
Transformers.transformOperation(TransformationContext context,
org.jboss.dmr.ModelNode operation)
Only for use by test frameworks. Transforms an operation.
|
OperationTransformer.TransformedOperation |
TransformersImpl.transformOperation(TransformationContext context,
org.jboss.dmr.ModelNode operation) |
OperationTransformer.TransformedOperation |
DiscardUndefinedAttributesTransformer.transformOperation(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation) |
OperationTransformer.TransformedOperation |
AbstractOperationTransformer.transformOperation(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation) |
OperationTransformer.TransformedOperation |
OperationTransformer.transformOperation(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation)
Transform the operation.
|
OperationTransformer.TransformedOperation |
RejectExpressionValuesTransformer.transformOperation(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation) |
OperationTransformer.TransformedOperation |
AliasOperationTransformer.transformOperation(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode original)
Deprecated.
|
OperationTransformer.TransformedOperation |
DiscardAttributesTransformer.transformOperation(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation) |
Modifier and Type | Method and Description |
---|---|
DiscardPolicy |
DynamicDiscardPolicy.checkResource(TransformationContext context,
PathAddress address)
Checks whether the child should be added
|
protected abstract void |
AttributeConverter.DefaultAttributeConverter.convertAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Gets called by the default implementations of
AttributeConverter.DefaultAttributeConverter.convertOperationParameter(PathAddress, String, ModelNode, ModelNode, TransformationContext) and
AttributeConverter.DefaultAttributeConverter.convertResourceAttribute(PathAddress, String, ModelNode, TransformationContext) . |
protected void |
AttributeConverter.DefaultValueAttributeConverter.convertAttribute(PathAddress address,
String name,
org.jboss.dmr.ModelNode value,
TransformationContext context) |
protected abstract void |
DefaultCheckersAndConverter.convertAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
|
void |
AttributeConverter.convertOperationParameter(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.dmr.ModelNode operation,
TransformationContext context)
Converts an operation parameter
|
void |
AttributeConverter.DefaultAttributeConverter.convertOperationParameter(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.dmr.ModelNode operation,
TransformationContext context)
Converts an operation parameter
|
void |
DefaultCheckersAndConverter.convertOperationParameter(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.dmr.ModelNode operation,
TransformationContext context)
Converts an operation parameter
|
void |
AttributeConverter.convertResourceAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Converts a resource attribute
|
void |
AttributeConverter.DefaultAttributeConverter.convertResourceAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Converts a resource attribute
|
void |
DefaultCheckersAndConverter.convertResourceAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Converts a resource attribute
|
boolean |
DiscardAttributeChecker.isOperationParameterDiscardable(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.dmr.ModelNode operation,
TransformationContext context)
Gets whether the given operation parameter can be discarded
|
boolean |
DiscardAttributeChecker.DefaultDiscardAttributeChecker.isOperationParameterDiscardable(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.dmr.ModelNode operation,
TransformationContext context)
Gets whether the given operation parameter can be discarded
|
boolean |
DiscardAttributeChecker.isResourceAttributeDiscardable(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Gets whether the given attribute can be discarded
|
boolean |
DiscardAttributeChecker.DefaultDiscardAttributeChecker.isResourceAttributeDiscardable(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Gets whether the given attribute can be discarded
|
protected abstract boolean |
DiscardAttributeChecker.DefaultDiscardAttributeChecker.isValueDiscardable(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Gets called by the default implementations of
DiscardAttributeChecker.DefaultDiscardAttributeChecker.isOperationParameterDiscardable(PathAddress, String, ModelNode, ModelNode, TransformationContext) and
DiscardAttributeChecker.DefaultDiscardAttributeChecker.isResourceAttributeDiscardable(PathAddress, String, ModelNode, TransformationContext) . |
protected boolean |
DiscardAttributeChecker.DiscardAttributeValueChecker.isValueDiscardable(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context) |
protected abstract boolean |
DefaultCheckersAndConverter.rejectAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Gets called by the default implementations of
#rejectOperationParameter(String, ModelNode, ModelNode, TransformationContext) and
#rejectResourceAttribute(String, ModelNode, TransformationContext) . |
protected abstract boolean |
RejectAttributeChecker.DefaultRejectAttributeChecker.rejectAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Gets called by the default implementations of
RejectAttributeChecker.DefaultRejectAttributeChecker.rejectOperationParameter(PathAddress, String, ModelNode, ModelNode, TransformationContext)
and RejectAttributeChecker.DefaultRejectAttributeChecker.rejectResourceAttribute(PathAddress, String, ModelNode, TransformationContext) . |
protected boolean |
RejectAttributeChecker.SimpleRejectAttributeChecker.rejectAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context) |
protected boolean |
RejectAttributeChecker.SimpleAcceptAttributeChecker.rejectAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context) |
boolean |
DefaultCheckersAndConverter.rejectOperationParameter(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.dmr.ModelNode operation,
TransformationContext context)
Determines whether the given operation parameter value is not understandable by the target process and needs
to be rejected.
|
boolean |
RejectAttributeChecker.rejectOperationParameter(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.dmr.ModelNode operation,
TransformationContext context)
Determines whether the given operation parameter value is not understandable by the target process and needs
to be rejected.
|
boolean |
RejectAttributeChecker.DefaultRejectAttributeChecker.rejectOperationParameter(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.dmr.ModelNode operation,
TransformationContext context)
Determines whether the given operation parameter value is not understandable by the target process and needs
to be rejected.
|
boolean |
RejectAttributeChecker.ListRejectAttributeChecker.rejectOperationParameter(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.dmr.ModelNode operation,
TransformationContext context)
Determines whether the given operation parameter value is not understandable by the target process and needs
to be rejected.
|
boolean |
RejectAttributeChecker.ObjectFieldsRejectAttributeChecker.rejectOperationParameter(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.dmr.ModelNode operation,
TransformationContext context)
Determines whether the given operation parameter value is not understandable by the target process and needs
to be rejected.
|
boolean |
DefaultCheckersAndConverter.rejectResourceAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Gets whether the given resource attribute value is not understandable by the target process and needs
to be rejected.
|
boolean |
RejectAttributeChecker.rejectResourceAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Gets whether the given resource attribute value is not understandable by the target process and needs
to be rejected.
|
boolean |
RejectAttributeChecker.DefaultRejectAttributeChecker.rejectResourceAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Gets whether the given resource attribute value is not understandable by the target process and needs
to be rejected.
|
boolean |
RejectAttributeChecker.ListRejectAttributeChecker.rejectResourceAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Gets whether the given resource attribute value is not understandable by the target process and needs
to be rejected.
|
boolean |
RejectAttributeChecker.ObjectFieldsRejectAttributeChecker.rejectResourceAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Gets whether the given resource attribute value is not understandable by the target process and needs
to be rejected.
|
Modifier and Type | Method and Description |
---|---|
protected TransformationContext |
ModelTestKernelServicesImpl.createTransformationContext(TransformationTarget target,
TransformerOperationAttachment attachment) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.