Uses of Interface
com.sap.cds.services.runtime.CdsRuntime
Packages that use CdsRuntime
-
Uses of CdsRuntime in com.sap.cds.services
Methods in com.sap.cds.services that return CdsRuntimeModifier and TypeMethodDescriptionEventContext.getCdsRuntime()Returns the underlyingCdsRuntime. -
Uses of CdsRuntime in com.sap.cds.services.request
Methods in com.sap.cds.services.request with parameters of type CdsRuntimeModifier and TypeMethodDescriptionstatic RequestContextRequestContext.getCurrent(CdsRuntime runtime) Gives access to either the currentRequestContext, or if this does not exist to a helperRequestContextthat itself ensures that there is always aRequestContextopened.RequestContextAccessor.getCurrent(CdsRuntime runtime) Gives access to either the currentRequestContext, or if this does not exist to a helperRequestContextthat itself ensures that there is always aRequestContextopened. -
Uses of CdsRuntime in com.sap.cds.services.runtime
Methods in com.sap.cds.services.runtime that return CdsRuntimeModifier and TypeMethodDescriptionCdsRuntimeConfigurer.complete()Completes theCdsRuntimeConfigurerto prevent any further modifications of theCdsRuntimeCdsRuntimeConfigurer.getCdsRuntime()TheCdsRuntimethat is configured by thisCdsRuntimeConfigurer.Methods in com.sap.cds.services.runtime with parameters of type CdsRuntimeModifier and TypeMethodDescriptionstatic <T> Iterator<T>ExtendedServiceLoader.loadAll(Class<T> clazz, CdsRuntime runtime) Loads all implementations of the given class.static <T> TExtendedServiceLoader.loadSingle(Class<T> clazz, CdsRuntime runtime) Loads the first implementation of the given class.voidCdsRuntimeAware.setCdsRuntime(CdsRuntime runtime) Provides access to theCdsRuntime.