Package | Description |
---|---|
org.jboss.as.controller.transform.description |
Modifier and Type | Method and Description |
---|---|
OperationTransformationOverrideBuilder |
ResourceTransformationDescriptionBuilder.addOperationTransformationOverride(String operationName)
Add an operation transformation entry for a given operation.
|
OperationTransformationOverrideBuilder |
OperationTransformationOverrideBuilder.inheritResourceAttributeDefinitions()
Inherit all existing attribute rules from the resource for this operation transformer.
|
OperationTransformationOverrideBuilder |
OperationTransformationOverrideBuilder.rename(String newName)
Give the operation a new name
|
OperationTransformationOverrideBuilder |
OperationTransformationOverrideBuilder.setCustomOperationTransformer(OperationTransformer operationTransformer)
Set an optional operation transformer, which is called after all attribute rules added by the super-interface have
been executed.
|
OperationTransformationOverrideBuilder |
OperationTransformationOverrideBuilder.setReject()
Reject this operation
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.