Uses of Interface
org.jboss.as.controller.transform.TransformationContext
Packages that use TransformationContext
Package
Description
-
Uses of TransformationContext in org.jboss.as.controller.registry
Methods in org.jboss.as.controller.registry with parameters of type TransformationContextModifier and TypeMethodDescriptionstatic AliasEntry.AliasContextAliasEntry.AliasContext.create(org.jboss.dmr.ModelNode operation, TransformationContext delegate) -
Uses of TransformationContext in org.jboss.as.controller.transform
Subinterfaces of TransformationContext in org.jboss.as.controller.transformModifier and TypeInterfaceDescriptioninterfaceThe resource transformation context.Methods in org.jboss.as.controller.transform with parameters of type TransformationContextModifier and TypeMethodDescriptionTransformationTarget.getTransformerEntry(TransformationContext context, PathAddress address) Get the transformer entry.TransformationTargetImpl.getTransformerEntry(TransformationContext context, PathAddress address) booleanAttributeTransformationRequirementChecker.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.booleanAttributeTransformationRequirementChecker.ListAttributeTransformationRequirementChecker.isAttributeTransformationRequired(String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context) booleanAttributeTransformationRequirementChecker.ObjectFieldsAttributeTransformationRequirementChecker.isAttributeTransformationRequired(String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context) booleanDiscardAttributesTransformer.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.booleanDiscardAttributesTransformer.DiscardApprover.isOperationDiscardAllowed(TransformationContext context, PathAddress address, org.jboss.dmr.ModelNode operation) Replies with whether operation transformation should be done.booleanDiscardAttributesTransformer.AttributeValueDiscardApprover.isResourceDiscardAllowed(TransformationContext context, PathAddress address, Resource resource) booleanDiscardAttributesTransformer.DiscardApprover.isResourceDiscardAllowed(TransformationContext context, PathAddress address, Resource resource) Replies with whether resource transformation should be done.TransformationTarget.resolveTransformer(TransformationContext context, PathAddress address, String operationName) Resolve an operation transformer for a given address.TransformationTargetImpl.resolveTransformer(TransformationContext context, PathAddress address, String operationName) protected abstract org.jboss.dmr.ModelNodeAbstractOperationTransformer.transform(TransformationContext context, PathAddress address, org.jboss.dmr.ModelNode operation) Transform the operation only.AbstractOperationTransformer.transformOperation(TransformationContext context, PathAddress address, org.jboss.dmr.ModelNode operation) AliasOperationTransformer.transformOperation(TransformationContext context, PathAddress address, org.jboss.dmr.ModelNode original) DiscardAttributesTransformer.transformOperation(TransformationContext context, PathAddress address, org.jboss.dmr.ModelNode operation) DiscardUndefinedAttributesTransformer.transformOperation(TransformationContext context, PathAddress address, org.jboss.dmr.ModelNode operation) OperationTransformer.transformOperation(TransformationContext context, PathAddress address, org.jboss.dmr.ModelNode operation) Transform the operation.RejectExpressionValuesTransformer.transformOperation(TransformationContext context, PathAddress address, org.jboss.dmr.ModelNode operation) Transformers.transformOperation(TransformationContext context, org.jboss.dmr.ModelNode operation) Only for use by test frameworks. Transforms an operation.TransformersImpl.transformOperation(TransformationContext context, org.jboss.dmr.ModelNode operation) -
Uses of TransformationContext in org.jboss.as.controller.transform.description
Methods in org.jboss.as.controller.transform.description with parameters of type TransformationContextModifier and TypeMethodDescriptionDynamicDiscardPolicy.checkResource(TransformationContext context, PathAddress address) Checks whether the child should be addedprotected abstract voidAttributeConverter.DefaultAttributeConverter.convertAttribute(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context) Gets called by the default implementations ofAttributeConverter.DefaultAttributeConverter.convertOperationParameter(PathAddress, String, ModelNode, ModelNode, TransformationContext)andAttributeConverter.DefaultAttributeConverter.convertResourceAttribute(PathAddress, String, ModelNode, TransformationContext).protected abstract voidDefaultCheckersAndConverter.convertAttribute(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context) voidAttributeConverter.convertOperationParameter(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, org.jboss.dmr.ModelNode operation, TransformationContext context) Converts an operation parametervoidAttributeConverter.DefaultAttributeConverter.convertOperationParameter(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, org.jboss.dmr.ModelNode operation, TransformationContext context) Converts an operation parametervoidDefaultCheckersAndConverter.convertOperationParameter(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, org.jboss.dmr.ModelNode operation, TransformationContext context) Converts an operation parametervoidAttributeConverter.convertResourceAttribute(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context) Converts a resource attributevoidAttributeConverter.DefaultAttributeConverter.convertResourceAttribute(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context) Converts a resource attributevoidDefaultCheckersAndConverter.convertResourceAttribute(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context) Converts a resource attributebooleanDiscardAttributeChecker.DefaultDiscardAttributeChecker.isOperationParameterDiscardable(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, org.jboss.dmr.ModelNode operation, TransformationContext context) booleanDiscardAttributeChecker.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 discardedbooleanDiscardAttributeChecker.DefaultDiscardAttributeChecker.isResourceAttributeDiscardable(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context) booleanDiscardAttributeChecker.isResourceAttributeDiscardable(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context) Gets whether the given attribute can be discardedprotected abstract booleanDiscardAttributeChecker.DefaultDiscardAttributeChecker.isValueDiscardable(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context) Gets called by the default implementations ofDiscardAttributeChecker.DefaultDiscardAttributeChecker.isOperationParameterDiscardable(PathAddress, String, ModelNode, ModelNode, TransformationContext)andDiscardAttributeChecker.DefaultDiscardAttributeChecker.isResourceAttributeDiscardable(PathAddress, String, ModelNode, TransformationContext).protected booleanDiscardAttributeChecker.DiscardAttributeValueChecker.isValueDiscardable(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context) protected abstract booleanDefaultCheckersAndConverter.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 booleanRejectAttributeChecker.DefaultRejectAttributeChecker.rejectAttribute(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context) Gets called by the default implementations ofRejectAttributeChecker.DefaultRejectAttributeChecker.rejectOperationParameter(PathAddress, String, ModelNode, ModelNode, TransformationContext)andRejectAttributeChecker.DefaultRejectAttributeChecker.rejectResourceAttribute(PathAddress, String, ModelNode, TransformationContext).protected booleanRejectAttributeChecker.SimpleAcceptAttributeChecker.rejectAttribute(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context) protected booleanRejectAttributeChecker.SimpleRejectAttributeChecker.rejectAttribute(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context) booleanDefaultCheckersAndConverter.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.booleanRejectAttributeChecker.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.booleanRejectAttributeChecker.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.booleanRejectAttributeChecker.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.booleanRejectAttributeChecker.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.booleanDefaultCheckersAndConverter.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.booleanRejectAttributeChecker.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.booleanRejectAttributeChecker.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.booleanRejectAttributeChecker.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.booleanRejectAttributeChecker.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.