Uses of Interface
com.sap.cds.services.Service
Packages that use Service
Package
Description
-
Uses of Service in com.sap.cds.services
Classes in com.sap.cds.services that implement ServiceMethods in com.sap.cds.services with type parameters of type ServiceModifier and TypeMethodDescription<S extends Service>
SServiceCatalog.getService(Class<S> serviceClass, String name) Returns theServicewith the given type and nameServiceCatalog.getServices(Class<S> serviceClass) Returns allServiceinstances of a given type<S extends Service>
SCoreFactory.unboxed(S service) Removes an outbox wrapper from the given service.Methods in com.sap.cds.services that return ServiceModifier and TypeMethodDescriptionstatic ServiceCreates a newServiceCoreFactory.createService(String name) The factory method to create a newService.CoreFactory.createService(String name, Service delegator) ServiceDelegator.getDelegatedService()EventContext.getService()Returns theService(Consumption API) of the service, targeted by theEventContext.ServiceCatalog.getService(String name) Returns theServicewith the specified nameMethods in com.sap.cds.services that return types with arguments of type ServiceModifier and TypeMethodDescriptionServiceCatalog.getServices()Returns allServiceinstances known to theServiceCatalogMethods in com.sap.cds.services with parameters of type Service -
Uses of Service in com.sap.cds.services.application
Subinterfaces of Service in com.sap.cds.services.applicationModifier and TypeInterfaceDescriptioninterfaceThe interface for the technical service which indicates application's lifecycle events. -
Uses of Service in com.sap.cds.services.auditlog
Subinterfaces of Service in com.sap.cds.services.auditlogModifier and TypeInterfaceDescriptioninterfaceDefines the audit log service API. -
Uses of Service in com.sap.cds.services.authorization
Subinterfaces of Service in com.sap.cds.services.authorizationModifier and TypeInterfaceDescriptioninterfaceTechnical service for checking authorization on service or entity level for the current user. -
Uses of Service in com.sap.cds.services.cds
Subinterfaces of Service in com.sap.cds.services.cdsModifier and TypeInterfaceDescriptioninterfaceAnApplicationServiceis aCqnServicethat is backed by an actual service definition within theCdsModel.interfaceThe interface defining the asynchronous consumption API of an outboxedCqnService.interfaceThe interface defining the consumption API of aCqnService.interface -
Uses of Service in com.sap.cds.services.draft
Subinterfaces of Service in com.sap.cds.services.draftModifier and TypeInterfaceDescriptioninterfaceAnApplicationServicethat handles draft enabled entities. -
Uses of Service in com.sap.cds.services.messaging
Subinterfaces of Service in com.sap.cds.services.messaging -
Uses of Service in com.sap.cds.services.mt
Subinterfaces of Service in com.sap.cds.services.mtModifier and TypeInterfaceDescriptioninterfaceImplements steps during subscriptions, upgrades and unsubscription of tenantsinterfaceA service that is used to manage model extensions.interfaceInterface for aServicethat provides tenant information. -
Uses of Service in com.sap.cds.services.outbox
Subinterfaces of Service in com.sap.cds.services.outboxMethods in com.sap.cds.services.outbox with type parameters of type ServiceModifier and TypeMethodDescription<A extends Service>
AReturns a wrapper around the given service that executes asynchronously by submitting all events to this outbox instance.<S extends Service>
SOutboxService.outboxed(S service) Returns a wrapper around the given service that executes asynchronously by submiting all events to this outbox instance.static <S extends Service>
SOutboxService.unboxed(S service) Returns the underlying service of the outbox wrapped service.Methods in com.sap.cds.services.outbox with parameters of type Service -
Uses of Service in com.sap.cds.services.pdf
Subinterfaces of Service in com.sap.cds.services.pdf -
Uses of Service in com.sap.cds.services.persistence
Subinterfaces of Service in com.sap.cds.services.persistenceModifier and TypeInterfaceDescriptioninterfaceThe interface defining the consumption API of thePersistenceService. -
Uses of Service in com.sap.cds.services.runtime
Methods in com.sap.cds.services.runtime with parameters of type ServiceModifier and TypeMethodDescription