public class CdsRuntimeImpl extends Object implements CdsRuntime
| Modifier and Type | Method and Description |
|---|---|
ChangeSetContextRunner |
changeSetContext() |
com.sap.cds.reflect.CdsModel |
getCdsModel() |
com.sap.cds.reflect.CdsModel |
getCdsModel(String tenant) |
AuthenticationInfo |
getProvidedAuthenticationInfo() |
ParameterInfo |
getProvidedParameterInfo() |
UserInfo |
getProvidedUserInfo() |
ServiceCatalogSPI |
getServiceCatalog() |
RequestContextRunner |
requestContext() |
<T> T |
runInChangeSetContext(Function<ChangeSetContext,T> changeSetHandler) |
<T> T |
runInRequestContext(Request request,
Function<RequestContext,T> requestHandler) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunInChangeSetContext, runInRequestContextpublic ServiceCatalogSPI getServiceCatalog()
getServiceCatalog in interface CdsRuntimepublic com.sap.cds.reflect.CdsModel getCdsModel()
getCdsModel in interface CdsRuntimepublic com.sap.cds.reflect.CdsModel getCdsModel(String tenant)
getCdsModel in interface CdsRuntimepublic <T> T runInRequestContext(Request request, Function<RequestContext,T> requestHandler)
runInRequestContext in interface CdsRuntimepublic RequestContextRunner requestContext()
requestContext in interface CdsRuntimepublic <T> T runInChangeSetContext(Function<ChangeSetContext,T> changeSetHandler)
runInChangeSetContext in interface CdsRuntimepublic ChangeSetContextRunner changeSetContext()
changeSetContext in interface CdsRuntimepublic ParameterInfo getProvidedParameterInfo()
getProvidedParameterInfo in interface CdsRuntimepublic UserInfo getProvidedUserInfo()
getProvidedUserInfo in interface CdsRuntimepublic AuthenticationInfo getProvidedAuthenticationInfo()
getProvidedAuthenticationInfo in interface CdsRuntimeCopyright © 2021. All rights reserved.