public class CdsRequestGlobals extends Object
| Constructor and Description |
|---|
CdsRequestGlobals(CdsRuntime runtime,
com.sap.cds.reflect.CdsModel model) |
| Modifier and Type | Method and Description |
|---|---|
static RequestContext |
currentContext() |
ApplicationService |
getApplicationService() |
Map<String,String> |
getCdsEntityNames() |
String |
getMetadataEtag() |
com.sap.cds.reflect.CdsModel |
getModel() |
CdsRuntime |
getRuntime() |
void |
setApplicationService(ApplicationService service) |
void |
setMetadataEtag(String metadataEtag) |
public CdsRequestGlobals(CdsRuntime runtime, com.sap.cds.reflect.CdsModel model)
public static RequestContext currentContext()
public CdsRuntime getRuntime()
public com.sap.cds.reflect.CdsModel getModel()
public ApplicationService getApplicationService()
public void setApplicationService(ApplicationService service)
public String getMetadataEtag()
public void setMetadataEtag(String metadataEtag)
Copyright © 2021. All rights reserved.