@Target(value=METHOD) @Retention(value=RUNTIME) public @interface BeforeOperation
The BeforeOperation annotation attached to a public method specifies
that the method executes before the specified operation (either a function or an action) executes.
A method to which this annotation is attached supports two signatures depending on the following scenarios:
SCENARIO 1: You're executing the operation on your local HANA database.
OperationRequest
ExtensionHelper
OperationResponse
SCENARIO 2: You're executing the operation only on a remote data source.
OperationRequest
OperationResponse
| Modifier and Type | Required Element and Description |
|---|---|
String |
Name |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
serviceName |
Copyright © 2020 SAP. All Rights Reserved.