Package | Description |
---|---|
org.jboss.as.controller.transform | |
org.jboss.as.controller.transform.description |
Modifier and Type | Interface and Description |
---|---|
interface |
ResourceTransformationContext
The resource transformation context.
|
Modifier and Type | Method and Description |
---|---|
TransformerEntry |
TransformationTarget.getTransformerEntry(TransformationContext context,
PathAddress address)
Get the transformer entry.
|
TransformerEntry |
TransformationTargetImpl.getTransformerEntry(TransformationContext context,
PathAddress address) |
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 |
TransformationTarget.resolveTransformer(TransformationContext context,
PathAddress address,
String operationName)
Resolve an operation transformer for a given address.
|
OperationTransformer |
TransformationTargetImpl.resolveTransformer(TransformationContext context,
PathAddress address,
String operationName) |
protected abstract org.jboss.dmr.ModelNode |
AbstractOperationTransformer.transform(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation)
Transform the operation only.
|
protected abstract org.jboss.dmr.ModelNode |
AbstractResourceModelTransformer.transformModel(TransformationContext context,
org.jboss.dmr.ModelNode model)
Transform the model.
|
OperationTransformer.TransformedOperation |
TransformersImpl.transformOperation(TransformationContext context,
org.jboss.dmr.ModelNode operation) |
OperationTransformer.TransformedOperation |
Transformers.transformOperation(TransformationContext context,
org.jboss.dmr.ModelNode operation)
Transform an operation.
|
OperationTransformer.TransformedOperation |
RejectExpressionValuesTransformer.transformOperation(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation) |
OperationTransformer.TransformedOperation |
DiscardAttributesTransformer.transformOperation(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation) |
OperationTransformer.TransformedOperation |
AliasOperationTransformer.transformOperation(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode original) |
OperationTransformer.TransformedOperation |
AbstractOperationTransformer.transformOperation(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation) |
OperationTransformer.TransformedOperation |
DiscardUndefinedAttributesTransformer.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.
|
Modifier and Type | Method and Description |
---|---|
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 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.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.