public class ReadOnlyHandler extends Object implements EventHandler
| Constructor and Description |
|---|
ReadOnlyHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanReadOnlyFields(EventContext context) |
boolean |
isReadOnly(com.sap.cds.reflect.CdsElement element,
String event,
Map<String,Object> map)
Returns true, if a
CdsElement is read only |
@HandlerOrder(value=-10700) public void cleanReadOnlyFields(EventContext context)
public boolean isReadOnly(com.sap.cds.reflect.CdsElement element,
String event,
Map<String,Object> map)
CdsElement is read onlyelement - the CdsElementevent - the event currently being processedmap - the data mapCdsElement is read onlyCopyright © 2021. All rights reserved.