Package com.sap.cds.services.impl
Interface ServiceSPI
- All Superinterfaces:
Service
- All Known Implementing Classes:
ServiceImpl
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn entity describing a handler registration for this service. -
Method Summary
Modifier and TypeMethodDescriptionReturns theCdsRuntimethisServicebelongs to.registrations(Phase phase) voidsetCdsRuntime(CdsRuntime runtime) Makes theCdsRuntimeknown to theService
-
Method Details
-
setCdsRuntime
Makes theCdsRuntimeknown to theService- Parameters:
runtime- theCdsRuntime
-
getCdsRuntime
CdsRuntime getCdsRuntime()Returns theCdsRuntimethisServicebelongs to.- Returns:
- The
CdsRuntimeinstance.
-
registrations
- Parameters:
phase- The phase the registrations refer to- Returns:
- The stream
-