public class SimpleAddOperationTransformer extends Object implements org.jboss.as.controller.transform.OperationTransformer
| Constructor and Description |
|---|
SimpleAddOperationTransformer(OperationTransformer transformer) |
SimpleAddOperationTransformer(PathAddressTransformer transformer) |
| Modifier and Type | Method and Description |
|---|---|
SimpleAddOperationTransformer |
addAttributes(Attribute... attributes) |
<E extends Enum<E> & Attribute> |
addAttributes(Class<E> enumClass) |
SimpleAddOperationTransformer |
addAttributes(Collection<? extends Attribute> attributes) |
org.jboss.as.controller.transform.OperationTransformer.TransformedOperation |
transformOperation(org.jboss.as.controller.transform.TransformationContext context,
org.jboss.as.controller.PathAddress address,
org.jboss.dmr.ModelNode operation) |
public SimpleAddOperationTransformer(PathAddressTransformer transformer)
public SimpleAddOperationTransformer(OperationTransformer transformer)
public <E extends Enum<E> & Attribute> SimpleAddOperationTransformer addAttributes(Class<E> enumClass)
public SimpleAddOperationTransformer addAttributes(Attribute... attributes)
public SimpleAddOperationTransformer addAttributes(Collection<? extends Attribute> attributes)
public org.jboss.as.controller.transform.OperationTransformer.TransformedOperation transformOperation(org.jboss.as.controller.transform.TransformationContext context,
org.jboss.as.controller.PathAddress address,
org.jboss.dmr.ModelNode operation)
transformOperation in interface org.jboss.as.controller.transform.OperationTransformerCopyright © 2020 JBoss by Red Hat. All rights reserved.