public interface OperationTransformationOverrideBuilder extends BaseAttributeTransformationDescriptionBuilder<OperationTransformationOverrideBuilder>
Modifier and Type | Method and Description |
---|---|
OperationTransformationOverrideBuilder |
inheritResourceAttributeDefinitions()
Inherit all existing attribute rules from the resource for this operation transformer.
|
OperationTransformationOverrideBuilder |
rename(String newName)
Give the operation a new name
|
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 |
setReject()
Reject this operation
|
addRejectCheck, addRejectCheck, addRejectChecks, addRejectChecks, addRename, addRename, addRenames, end, setDiscard, setDiscard, setDiscard, setValueConverter, setValueConverter
OperationTransformationOverrideBuilder rename(String newName)
newName
- the new name of the operationOperationTransformationOverrideBuilder setCustomOperationTransformer(OperationTransformer operationTransformer)
operationTransformer
- the operation transformerOperationTransformationOverrideBuilder inheritResourceAttributeDefinitions()
OperationTransformationOverrideBuilder setReject()
Copyright © 2023 JBoss by Red Hat. All rights reserved.