Uses of Class
org.jboss.as.controller.transform.TransformerOperationAttachment
-
Packages that use TransformerOperationAttachment Package Description org.jboss.as.controller.transform -
-
Uses of TransformerOperationAttachment in org.jboss.as.controller.transform
Fields in org.jboss.as.controller.transform with type parameters of type TransformerOperationAttachment Modifier and Type Field Description static OperationContext.AttachmentKey<TransformerOperationAttachment>TransformerOperationAttachment. KEYMethods in org.jboss.as.controller.transform that return TransformerOperationAttachment Modifier and Type Method Description static TransformerOperationAttachmentTransformerOperationAttachment. getOrCreate(OperationContext context)TransformerOperationAttachmentTransformers.TransformationInputs. getTransformerOperationAttachment()Gets anyTransformerOperationAttachmentthat was attached to theOperationContextat the time this object was created.Methods in org.jboss.as.controller.transform with parameters of type TransformerOperationAttachment Modifier and Type Method Description static ResourceTransformationContextTransformers.Factory. create(TransformationTarget target, Resource model, ImmutableManagementResourceRegistration registration, ExpressionResolver resolver, RunningMode runningMode, ProcessType type, TransformerOperationAttachment attachment)Creates a ResourceTransformationContextstatic ResourceTransformationContextTransformers.Factory. create(TransformationTarget target, Resource model, ImmutableManagementResourceRegistration registration, ExpressionResolver resolver, RunningMode runningMode, ProcessType type, TransformerOperationAttachment attachment, Transformers.ResourceIgnoredTransformationRegistry ignoredTransformationRegistry)Creates a ResourceTransformationContext
-