Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

Access - Interface in com.sap.cds.services.auditlog
 
ACCESS_FILTERS - Static variable in interface com.sap.cds.services.auditlog.DataAccessLog
 
ACCESSES - Static variable in interface com.sap.cds.services.auditlog.DataAccessLog
 
Action - Enum in com.sap.cds.services.auditlog
Constants of supported data modification and configuration change actions.
ACTION - Static variable in interface com.sap.cds.services.auditlog.ConfigChangeLog
 
ACTION - Static variable in interface com.sap.cds.services.auditlog.DataModification
 
ACTION - Static variable in interface com.sap.cds.services.auditlog.SecurityLog
 
ActionAccessEventContext - Interface in com.sap.cds.services.authorization
 
addRole(String) - Method in interface com.sap.cds.services.request.ModifiableUserInfo
Adds a role to the user.
addUnrestrictedAttribute(String) - Method in interface com.sap.cds.services.request.ModifiableUserInfo
Adds the attribute from the list of unrestricted attributes.
After - Annotation Type in com.sap.cds.services.handler.annotations
Annotation to register a handler for the AFTER phase of an event on a specific service and entity.
AFTER - Static variable in annotation type com.sap.cds.services.handler.annotations.HandlerOrder
 
after(EventPredicate, Handler) - Method in interface com.sap.cds.services.Service
after(String[], String[], int, Handler) - Method in interface com.sap.cds.services.Service
Registers a Handler on this Service for the AFTER phase of the processing of an EventContext.
after(String[], String[], Handler) - Method in interface com.sap.cds.services.Service
Registers a Handler on this Service for the AFTER phase of the processing of an EventContext.
after(String, String, int, Handler) - Method in interface com.sap.cds.services.Service
Registers a Handler on this Service for the AFTER phase of the processing of an EventContext.
after(String, String, Handler) - Method in interface com.sap.cds.services.Service
Registers a Handler on this Service for the AFTER phase of the processing of an EventContext.
after(EventPredicate, Handler) - Method in class com.sap.cds.services.ServiceDelegator
Deprecated.
after(String[], String[], int, Handler) - Method in class com.sap.cds.services.ServiceDelegator
 
afterClose(boolean) - Method in interface com.sap.cds.services.changeset.ChangeSetListener
Called, after the ChangeSetContext is closed.
ALL - Static variable in interface com.sap.cds.services.handler.EventPredicate
EventPredicate, which always evaluates to true
anonymousUser() - Method in interface com.sap.cds.services.runtime.RequestContextRunner
Sets the UserInfo for the RequestContext to the anonymous user.
Application() - Constructor for class com.sap.cds.services.environment.CdsProperties.Application
 
ApplicationInfo - Interface in com.sap.cds.services.environment
A ApplicationInfo provides the access to the application specific environment properties.
ApplicationInfoProvider - Interface in com.sap.cds.services.environment
Provider for the ApplicationInfo
ApplicationLifecycleService - Interface in com.sap.cds.services.application
The interface for the technical service which indicates application's lifecycle events.
applicationPrepared() - Method in interface com.sap.cds.services.application.ApplicationLifecycleService
Called when the application is fully initialized but not started yet.
ApplicationPreparedEventContext - Interface in com.sap.cds.services.application
 
ApplicationService - Interface in com.sap.cds.services.cds
An ApplicationService is a CqnService that is backed by an actual service definition within the CdsModel.
ApplicationServiceConfig() - Constructor for class com.sap.cds.services.environment.CdsProperties.Application.ApplicationServiceConfig
 
ApplicationServiceConfig(String) - Constructor for class com.sap.cds.services.environment.CdsProperties.Application.ApplicationServiceConfig
 
AppUi() - Constructor for class com.sap.cds.services.environment.CdsProperties.MultiTenancy.AppUi
 
args - Variable in exception com.sap.cds.services.ServiceException
 
as(Class<T>) - Method in interface com.sap.cds.services.EventContext
Overlays an existing EventContext with a specialized EventContext interface (for example CdsReadEventContext or CdsCreateEventContext) The specialized EventContext provides typed access to the input and output parameters of the event.
as(Class<T>) - Method in interface com.sap.cds.services.request.UserInfo
Provides type-safe access to UserInfo and additional attributes.
Attachment - Interface in com.sap.cds.services.auditlog
Attachment name and identifier in case the audit log event is triggered by the download or display of some attachments or files
ATTACHMENTS - Static variable in interface com.sap.cds.services.auditlog.Access
 
Attribute - Interface in com.sap.cds.services.auditlog
An attribute that was read or modified.
ATTRIBUTES - Static variable in interface com.sap.cds.services.auditlog.Access
 
ATTRIBUTES - Static variable in interface com.sap.cds.services.auditlog.ConfigChange
 
ATTRIBUTES - Static variable in interface com.sap.cds.services.auditlog.DataModification
 
AuditLog() - Constructor for class com.sap.cds.services.environment.CdsProperties.AuditLog
 
AuditLogService - Interface in com.sap.cds.services.auditlog
Defines the audit log service API.
AuthenticationInfo - Interface in com.sap.cds.services.authentication
The AuthenticationInfo provides access to the authorization of the current request.
AuthenticationInfoProvider - Interface in com.sap.cds.services.runtime
A AuthenticationInfoProvider provides the AuthenticationInfo of the request.
AuthorizationService - Interface in com.sap.cds.services.authorization
Technical service for checking authorization on service or entity level for the current user.

B

BasicAuthenticationInfo - Class in com.sap.cds.services.authentication
Representation of a Basic authentication
BasicAuthenticationInfo(String, String) - Constructor for class com.sap.cds.services.authentication.BasicAuthenticationInfo
 
Before - Annotation Type in com.sap.cds.services.handler.annotations
Annotation to register a handler for the BEFORE phase of an event on a specific service and entity.
BEFORE - Static variable in annotation type com.sap.cds.services.handler.annotations.HandlerOrder
Steps to define order sequence between handlers
before(EventPredicate, Handler) - Method in interface com.sap.cds.services.Service
before(String[], String[], int, Handler) - Method in interface com.sap.cds.services.Service
Registers a Handler on this Service for the BEFORE phase of the processing of an EventContext.
before(String[], String[], Handler) - Method in interface com.sap.cds.services.Service
Registers a Handler on this Service for the BEFORE phase of the processing of an EventContext.
before(String, String, int, Handler) - Method in interface com.sap.cds.services.Service
Registers a Handler on this Service for the BEFORE phase of the processing of an EventContext.
before(String, String, Handler) - Method in interface com.sap.cds.services.Service
Registers a Handler on this Service for the BEFORE phase of the processing of an EventContext.
before(EventPredicate, Handler) - Method in class com.sap.cds.services.ServiceDelegator
Deprecated.
before(String[], String[], int, Handler) - Method in class com.sap.cds.services.ServiceDelegator
 
beforeClose() - Method in interface com.sap.cds.services.changeset.ChangeSetListener
Called, before the ChangeSetContext is closed.
begin() - Method in interface com.sap.cds.services.transaction.TransactionManager
Starts a new transaction
bindPropertyClass(String, Class<T>) - Method in interface com.sap.cds.services.environment.PropertiesProvider
Binds the configuration POJO to the specified section
build() - Static method in class com.sap.cds.services.runtime.Request
Deprecated.
Builds a new Request

C

Cache() - Constructor for class com.sap.cds.services.environment.CdsProperties.MultiTenancy.Sidecar.Cache
 
calcWhereCondition(String, String) - Method in interface com.sap.cds.services.authorization.AuthorizationService
Calculates a CqnPredicate which reflects the 'where' conditions for the given entity and event.
CalcWhereConditionEventContext - Interface in com.sap.cds.services.authorization
 
cancel() - Method in interface com.sap.cds.services.changeset.ChangeSetMember
Defines how the underlying resource of this ChangeSetMember can be cancelled (rolled back)
cancel() - Method in class com.sap.cds.services.transaction.ChangeSetMemberDelegate
 
cancelDraft(CqnDelete, Object...) - Method in interface com.sap.cds.services.draft.DraftService
Deletes draft entities by executing the provided delete statement.
cancelDraft(CqnDelete, Map<String, Object>) - Method in interface com.sap.cds.services.draft.DraftService
Deletes draft entities by executing the provided delete statement.
cancelDraft(CqnDelete, Iterable<Map<String, Object>>) - Method in interface com.sap.cds.services.draft.DraftService
Deletes draft entities by executing the provided delete statement.
CDS_NAME - Static variable in interface com.sap.cds.services.auditlog.ConfigChangeLogContext
 
CDS_NAME - Static variable in interface com.sap.cds.services.auditlog.DataAccessLogContext
 
CDS_NAME - Static variable in interface com.sap.cds.services.auditlog.DataModificationLogContext
 
CDS_NAME - Static variable in interface com.sap.cds.services.auditlog.SecurityLogContext
 
CDS_NAME - Static variable in interface com.sap.cds.services.draft.DraftAdministrativeData
 
CdsCreateEventContext - Interface in com.sap.cds.services.cds
The specialized EventContext to be used for CqnService.EVENT_CREATE
CdsDeleteEventContext - Interface in com.sap.cds.services.cds
The specialized EventContext to be used for CqnService.EVENT_DELETE
CdsEnvironment - Interface in com.sap.cds.services.environment
Provides properties, service bindings and other configuration options.
cdsModel() - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfigurer
Sets the default CDS model on the CdsRuntime of this CdsRuntimeConfigurer
cdsModel(String) - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfigurer
Sets the CDS model from the specified CSN file path on the CdsRuntime of this CdsRuntimeConfigurer
cdsModel(CdsModel) - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfigurer
Sets the given CdsModel on the CdsRuntime of this CdsRuntimeConfigurer
CdsModelProvider - Interface in com.sap.cds.services.runtime
A provider of tenant and feature toggle dependent CDS models.
CdsProperties - Class in com.sap.cds.services.environment
Properties that control the CDS runtime
CdsProperties() - Constructor for class com.sap.cds.services.environment.CdsProperties
 
CdsProperties.Application - Class in com.sap.cds.services.environment
 
CdsProperties.Application.ApplicationServiceConfig - Class in com.sap.cds.services.environment
 
CdsProperties.Application.ApplicationServiceConfig.Messaging - Class in com.sap.cds.services.environment
 
CdsProperties.Application.ApplicationServiceConfig.Serve - Class in com.sap.cds.services.environment
 
CdsProperties.Application.ApplicationServiceConfig.Serve.Endpoint - Class in com.sap.cds.services.environment
 
CdsProperties.AuditLog - Class in com.sap.cds.services.environment
 
CdsProperties.Composite - Class in com.sap.cds.services.environment
 
CdsProperties.Composite.CompositeServiceConfig - Class in com.sap.cds.services.environment
 
CdsProperties.Composite.CompositeServiceConfig.Route - Class in com.sap.cds.services.environment
 
CdsProperties.DataSource - Class in com.sap.cds.services.environment
 
CdsProperties.Definition - Class in com.sap.cds.services.environment
 
CdsProperties.Definition.Messaging - Class in com.sap.cds.services.environment
 
CdsProperties.Drafts - Class in com.sap.cds.services.environment
Properties for drafts.
CdsProperties.Drafts.GC - Class in com.sap.cds.services.environment
 
CdsProperties.Enabled - Class in com.sap.cds.services.environment
 
CdsProperties.Environment - Class in com.sap.cds.services.environment
 
CdsProperties.Environment.K8s - Class in com.sap.cds.services.environment
 
CdsProperties.Environment.K8s.ServiceBindingConfig - Class in com.sap.cds.services.environment
 
CdsProperties.Environment.Local - Class in com.sap.cds.services.environment
 
CdsProperties.Errors - Class in com.sap.cds.services.environment
 
CdsProperties.Locales - Class in com.sap.cds.services.environment
 
CdsProperties.Locales.Normalization - Class in com.sap.cds.services.environment
 
CdsProperties.Messaging - Class in com.sap.cds.services.environment
 
CdsProperties.Messaging.MessagingServiceConfig - Class in com.sap.cds.services.environment
 
CdsProperties.Messaging.MessagingServiceConfig.Connection - Class in com.sap.cds.services.environment
 
CdsProperties.Messaging.MessagingServiceConfig.Queue - Class in com.sap.cds.services.environment
 
CdsProperties.Messaging.MessagingWebhooks - Class in com.sap.cds.services.environment
 
CdsProperties.Model - Class in com.sap.cds.services.environment
 
CdsProperties.MultiTenancy - Class in com.sap.cds.services.environment
 
CdsProperties.MultiTenancy.AppUi - Class in com.sap.cds.services.environment
 
CdsProperties.MultiTenancy.DataSource - Class in com.sap.cds.services.environment
 
CdsProperties.MultiTenancy.Deployer - Class in com.sap.cds.services.environment
 
CdsProperties.MultiTenancy.HealthCheck - Class in com.sap.cds.services.environment
 
CdsProperties.MultiTenancy.Liquibase - Class in com.sap.cds.services.environment
 
CdsProperties.MultiTenancy.Security - Class in com.sap.cds.services.environment
 
CdsProperties.MultiTenancy.ServiceManager - Class in com.sap.cds.services.environment
 
CdsProperties.MultiTenancy.Sidecar - Class in com.sap.cds.services.environment
 
CdsProperties.MultiTenancy.Sidecar.Cache - Class in com.sap.cds.services.environment
 
CdsProperties.ODataV2 - Class in com.sap.cds.services.environment
 
CdsProperties.ODataV4 - Class in com.sap.cds.services.environment
 
CdsProperties.Outbox - Class in com.sap.cds.services.environment
 
CdsProperties.Query - Class in com.sap.cds.services.environment
 
CdsProperties.Query.Limit - Class in com.sap.cds.services.environment
 
CdsProperties.Remote - Class in com.sap.cds.services.environment
 
CdsProperties.Remote.RemoteServiceConfig - Class in com.sap.cds.services.environment
 
CdsProperties.Remote.RemoteServiceConfig.Destination - Class in com.sap.cds.services.environment
 
CdsProperties.Security - Class in com.sap.cds.services.environment
 
CdsProperties.Security.Mock - Class in com.sap.cds.services.environment
 
CdsProperties.Security.Mock.User - Class in com.sap.cds.services.environment
 
CdsProperties.Security.Xsuaa - Class in com.sap.cds.services.environment
 
CdsProperties.Servlet - Class in com.sap.cds.services.environment
 
CdsProperties.Sql - Class in com.sap.cds.services.environment
 
CdsProperties.Sql.Hana - Class in com.sap.cds.services.environment
 
CdsProperties.Sql.Search - Class in com.sap.cds.services.environment
 
CdsReadEventContext - Interface in com.sap.cds.services.cds
The specialized EventContext to be used for CqnService.EVENT_READ
CdsRuntime - Interface in com.sap.cds.services.runtime
Interface for Protocol Adapters to get access to Service instances and CdsModel.
CdsRuntimeAware - Interface in com.sap.cds.services.runtime
Can be implemented by classes loaded through ExtendedServiceLoader.
CdsRuntimeConfiguration - Interface in com.sap.cds.services.runtime
 
CdsRuntimeConfigurer - Interface in com.sap.cds.services.runtime
 
CdsService - Interface in com.sap.cds.services.cds
This class has been deprecated (!) in favor of the new CqnService interface.
CdsUpdateEventContext - Interface in com.sap.cds.services.cds
The specialized EventContext to be used for CqnService.EVENT_UPDATE
CdsUpsertEventContext - Interface in com.sap.cds.services.cds
The specialized EventContext to be used for CqnService.EVENT_UPSERT
ChangedAttribute - Interface in com.sap.cds.services.auditlog
An attribute that has been modified
ChangeSetContext - Interface in com.sap.cds.services.changeset
A ChangeSetContext defines the transactional boundaries around one or multiple Service.emit(com.sap.cds.services.EventContext) calls.
changeSetContext() - Method in interface com.sap.cds.services.runtime.CdsRuntime
Starts a new ChangeSetContext which defines the transactional boundaries
ChangeSetContextAccessor - Interface in com.sap.cds.services.changeset
Interface to access ChangeSetContext objects.
ChangeSetContextRunner - Interface in com.sap.cds.services.runtime
 
ChangeSetContextSPI - Interface in com.sap.cds.services.changeset
 
ChangeSetListener - Interface in com.sap.cds.services.changeset
Listener interface to get notified when a ChangeSetContext is closed successfully or cancelled.
ChangeSetMember - Interface in com.sap.cds.services.changeset
A ChangeSetMember links a certain resource to a ChangeSetContext.
ChangeSetMemberDelegate - Class in com.sap.cds.services.transaction
A ChangeSetMember wrapper for a given TransactionManager
ChangeSetMemberDelegate(TransactionManager) - Constructor for class com.sap.cds.services.transaction.ChangeSetMemberDelegate
 
clearMessages() - Method in interface com.sap.cds.services.runtime.RequestContextRunner
Resets the Messages for the RequestContext being opened.
clearParameters() - Method in interface com.sap.cds.services.runtime.RequestContextRunner
Resets the ParameterInfo for the RequestContext being opened.
clearUser() - Method in interface com.sap.cds.services.runtime.RequestContextRunner
Resets the UserInfo for the RequestContext being opened.
code(String) - Method in interface com.sap.cds.services.messages.Message
Adds the passed code to the current message.
com.sap.cds.services - package com.sap.cds.services
 
com.sap.cds.services.application - package com.sap.cds.services.application
 
com.sap.cds.services.auditlog - package com.sap.cds.services.auditlog
 
com.sap.cds.services.authentication - package com.sap.cds.services.authentication
 
com.sap.cds.services.authorization - package com.sap.cds.services.authorization
 
com.sap.cds.services.cds - package com.sap.cds.services.cds
 
com.sap.cds.services.changeset - package com.sap.cds.services.changeset
 
com.sap.cds.services.datasource - package com.sap.cds.services.datasource
 
com.sap.cds.services.draft - package com.sap.cds.services.draft
 
com.sap.cds.services.environment - package com.sap.cds.services.environment
 
com.sap.cds.services.handler - package com.sap.cds.services.handler
 
com.sap.cds.services.handler.annotations - package com.sap.cds.services.handler.annotations
 
com.sap.cds.services.messages - package com.sap.cds.services.messages
 
com.sap.cds.services.messaging - package com.sap.cds.services.messaging
 
com.sap.cds.services.mt - package com.sap.cds.services.mt
 
com.sap.cds.services.outbox - package com.sap.cds.services.outbox
 
com.sap.cds.services.persistence - package com.sap.cds.services.persistence
 
com.sap.cds.services.request - package com.sap.cds.services.request
 
com.sap.cds.services.runtime - package com.sap.cds.services.runtime
 
com.sap.cds.services.transaction - package com.sap.cds.services.transaction
 
commit() - Method in interface com.sap.cds.services.transaction.TransactionManager
Commits the current transaction
complete() - Method in interface com.sap.cds.services.changeset.ChangeSetMember
Defines how the underlying resource of this ChangeSetMember can be completed (comitted)
complete() - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfigurer
Completes the CdsRuntimeConfigurer to prevent any further modifications of the CdsRuntime
complete() - Method in class com.sap.cds.services.transaction.ChangeSetMemberDelegate
 
Composite() - Constructor for class com.sap.cds.services.environment.CdsProperties.Composite
 
COMPOSITE_NAME - Static variable in interface com.sap.cds.services.messaging.MessagingService
The name of the composite MessagingService
CompositeServiceConfig(String) - Constructor for class com.sap.cds.services.environment.CdsProperties.Composite.CompositeServiceConfig
 
CompositeServiceConfig() - Constructor for class com.sap.cds.services.environment.CdsProperties.Composite.CompositeServiceConfig
 
ConfigChange - Interface in com.sap.cds.services.auditlog
 
ConfigChangeLog - Interface in com.sap.cds.services.auditlog
 
ConfigChangeLogContext - Interface in com.sap.cds.services.auditlog
 
configuration(CdsRuntimeConfiguration) - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfigurer
CONFIGURATIONS - Static variable in interface com.sap.cds.services.auditlog.ConfigChangeLog
 
Connection() - Constructor for class com.sap.cds.services.environment.CdsProperties.Messaging.MessagingServiceConfig.Connection
 
copy() - Method in interface com.sap.cds.services.request.ParameterInfo
Creates a ModifiableParameterInfo based on this ParameterInfo.
copy() - Method in interface com.sap.cds.services.request.UserInfo
Creates a ModifiableUserInfo based on this UserInfo.
CoreFactory - Interface in com.sap.cds.services
Factory to create various objects for API interfaces.
CqnService - Interface in com.sap.cds.services.cds
The interface defining the consumption API of a CqnService.
create() - Static method in interface com.sap.cds.services.application.ApplicationPreparedEventContext
Creates an EventContext already overlayed with this interface.
create() - Static method in interface com.sap.cds.services.auditlog.Access
 
create() - Static method in interface com.sap.cds.services.auditlog.Attachment
 
create() - Static method in interface com.sap.cds.services.auditlog.Attribute
 
create() - Static method in interface com.sap.cds.services.auditlog.ChangedAttribute
 
create() - Static method in interface com.sap.cds.services.auditlog.ConfigChange
 
create() - Static method in interface com.sap.cds.services.auditlog.ConfigChangeLog
 
create() - Static method in interface com.sap.cds.services.auditlog.ConfigChangeLogContext
 
create() - Static method in interface com.sap.cds.services.auditlog.DataAccessLog
 
create() - Static method in interface com.sap.cds.services.auditlog.DataAccessLogContext
 
create() - Static method in interface com.sap.cds.services.auditlog.DataModification
 
create() - Static method in interface com.sap.cds.services.auditlog.DataModificationLog
 
create() - Static method in interface com.sap.cds.services.auditlog.DataModificationLogContext
 
create() - Static method in interface com.sap.cds.services.auditlog.DataObject
 
create() - Static method in interface com.sap.cds.services.auditlog.DataSubject
 
create() - Static method in interface com.sap.cds.services.auditlog.KeyValuePair
 
create() - Static method in interface com.sap.cds.services.auditlog.SecurityLog
 
create() - Static method in interface com.sap.cds.services.auditlog.SecurityLogContext
 
create() - Static method in interface com.sap.cds.services.authorization.ActionAccessEventContext
 
create(String) - Static method in interface com.sap.cds.services.authorization.CalcWhereConditionEventContext
 
create(String) - Static method in interface com.sap.cds.services.authorization.EntityAccessEventContext
 
create() - Static method in interface com.sap.cds.services.authorization.FunctionAccessEventContext
 
create() - Static method in interface com.sap.cds.services.authorization.ServiceAccessEventContext
 
create(String) - Static method in interface com.sap.cds.services.cds.CdsCreateEventContext
Creates an EventContext already overlayed with this interface.
create(String) - Static method in interface com.sap.cds.services.cds.CdsDeleteEventContext
Creates an EventContext already overlayed with this interface.
create(String) - Static method in interface com.sap.cds.services.cds.CdsReadEventContext
Creates an EventContext already overlayed with this interface.
create(String) - Static method in interface com.sap.cds.services.cds.CdsUpdateEventContext
Creates an EventContext already overlayed with this interface.
create(String) - Static method in interface com.sap.cds.services.cds.CdsUpsertEventContext
Creates an EventContext already overlayed with this interface.
create() - Method in interface com.sap.cds.services.datasource.DataSourceDescriptorFactory
 
create() - Method in interface com.sap.cds.services.datasource.DataSourceFactory
A map containing all created DataSource objects.
create(String) - Static method in interface com.sap.cds.services.draft.DraftCancelEventContext
Creates an EventContext already overlayed with this interface.
create(String) - Static method in interface com.sap.cds.services.draft.DraftCreateEventContext
Creates an EventContext already overlayed with this interface.
create(String) - Static method in interface com.sap.cds.services.draft.DraftEditEventContext
Creates an EventContext already overlayed with this interface.
create() - Static method in interface com.sap.cds.services.draft.DraftGcEventContext
Creates an EventContext already overlayed with this interface.
create(String) - Static method in interface com.sap.cds.services.draft.DraftNewEventContext
Creates an EventContext already overlayed with this interface.
create(String) - Static method in interface com.sap.cds.services.draft.DraftPatchEventContext
Creates an EventContext already overlayed with this interface.
create(String) - Static method in interface com.sap.cds.services.draft.DraftPrepareEventContext
Creates an EventContext already overlayed with this interface.
create(String) - Static method in interface com.sap.cds.services.draft.DraftSaveEventContext
Creates an EventContext already overlayed with this interface.
create(String, String) - Static method in interface com.sap.cds.services.EventContext
Creates a new EventContext
create(Class<T>, String) - Static method in interface com.sap.cds.services.EventContext
Creates a new specialized EventContext of concrete type T
create(String) - Static method in interface com.sap.cds.services.messaging.TopicMessageEventContext
create() - Static method in interface com.sap.cds.services.mt.ModelChangedEventContext
Creates an EventContext already overlayed with this interface.
create() - Static method in interface com.sap.cds.services.mt.ReadTenantsEventContext
Creates an EventContext already overlayed with this interface.
create() - Static method in interface com.sap.cds.services.mt.TenantInfo
Creates a new TenantInfo
create() - Static method in interface com.sap.cds.services.outbox.OutboxEnrollEventContext
 
create(FeatureToggle...) - Static method in interface com.sap.cds.services.request.FeatureTogglesInfo
Creates a FeatureTogglesInfo object.
create(List<FeatureToggle>) - Static method in interface com.sap.cds.services.request.FeatureTogglesInfo
Creates a FeatureTogglesInfo object.
create(Map<String, Boolean>) - Static method in interface com.sap.cds.services.request.FeatureTogglesInfo
Creates a FeatureTogglesInfo object.
create() - Static method in interface com.sap.cds.services.request.ParameterInfo
Creates a ModifiableUserInfo based on default values of a clear ParameterInfo.
create() - Static method in interface com.sap.cds.services.request.UserInfo
Creates a ModifiableUserInfo based on default values of a clear UserInfo.
create() - Static method in interface com.sap.cds.services.runtime.CdsRuntimeConfigurer
Creates a new CdsRuntimeConfigurer.
create(PropertiesProvider) - Static method in interface com.sap.cds.services.runtime.CdsRuntimeConfigurer
Creates a new CdsRuntimeConfigurer with the given PropertiesProvider.
create(String) - Static method in interface com.sap.cds.services.Service
Creates a new Service
createCdsRuntimeConfigurer(PropertiesProvider) - Method in interface com.sap.cds.services.CoreFactory
The factory method to create a new CdsRuntimeConfigurer with the given properties.
createChangeSetContextAccessor() - Method in interface com.sap.cds.services.CoreFactory
The factory method to create a new ChangeSetContextAccessor.
createChangeSetContextSPI() - Method in interface com.sap.cds.services.CoreFactory
The factory method to create a new ChangeSetContextSPI.
CREATED_BY_USER - Static variable in interface com.sap.cds.services.draft.DraftAdministrativeData
 
createEventContext(String, String) - Method in interface com.sap.cds.services.CoreFactory
The factory method to create a new EventContext.
createFeatureTogglesInfo(List<FeatureToggle>) - Method in interface com.sap.cds.services.CoreFactory
Creates a FeatureTogglesInfo object.
createFeatureTogglesInfo(Map<String, Boolean>) - Method in interface com.sap.cds.services.CoreFactory
Creates a FeatureTogglesInfo object.
createParameterInfo(ParameterInfo) - Method in interface com.sap.cds.services.CoreFactory
Creates a ModifiableParameterInfo based on the passed ParameterInfo.
createRequestContextAccessor() - Method in interface com.sap.cds.services.CoreFactory
The factory method to create a new RequestContextAccessor.
createService(String) - Method in interface com.sap.cds.services.CoreFactory
The factory method to create a new Service.
createService(String, Service) - Method in interface com.sap.cds.services.CoreFactory
The factory method to create a new Service with a given delegator Service.
createServiceExceptionUtils() - Method in interface com.sap.cds.services.CoreFactory
The factory method to create a new ServiceExceptionUtils.
createUserInfo(UserInfo) - Method in interface com.sap.cds.services.CoreFactory
Creates a ModifiableUserInfo based on the passed UserInfo.
CREATION_DATE_TIME - Static variable in interface com.sap.cds.services.draft.DraftAdministrativeData
 

D

DATA - Static variable in interface com.sap.cds.services.auditlog.SecurityLog
 
DATA_SUBJECT - Static variable in interface com.sap.cds.services.auditlog.Access
 
DATA_SUBJECT - Static variable in interface com.sap.cds.services.auditlog.DataModification
 
DataAccessLog - Interface in com.sap.cds.services.auditlog
Data access interface for logging successful and unsuccessful access to any sensitive personal data.
DataAccessLogContext - Interface in com.sap.cds.services.auditlog
Data access interface for logging successful and unsuccessful access to any sensitive personal data.
DataModification - Interface in com.sap.cds.services.auditlog
 
DataModificationLog - Interface in com.sap.cds.services.auditlog
Data modification interface for logging successful and unsuccessful modification to any sensitive personal data.
DataModificationLogContext - Interface in com.sap.cds.services.auditlog
Data modification interface for logging successful and unsuccessful modification to any sensitive personal data.
DataObject - Interface in com.sap.cds.services.auditlog
The object where the accessed or modified personal data that is being audit logged is contained.
DataSource() - Constructor for class com.sap.cds.services.environment.CdsProperties.DataSource
 
DataSource() - Constructor for class com.sap.cds.services.environment.CdsProperties.MultiTenancy.DataSource
 
DataSourceDescriptor - Interface in com.sap.cds.services.datasource
The descriptor of DataSource objects
DataSourceDescriptorFactory - Interface in com.sap.cds.services.datasource
Interface for providers of DataSourceDescriptor.
DataSourceFactory - Interface in com.sap.cds.services.datasource
Interface for classes that create DataSource objects.
DataSubject - Interface in com.sap.cds.services.auditlog
The data subject whom the accessed personal data that is being audit logged belongs to.
DEFAULT - Static variable in annotation type com.sap.cds.services.handler.annotations.HandlerOrder
 
DEFAULT_NAME - Static variable in interface com.sap.cds.services.application.ApplicationLifecycleService
 
DEFAULT_NAME - Static variable in interface com.sap.cds.services.auditlog.AuditLogService
 
DEFAULT_NAME - Static variable in interface com.sap.cds.services.authorization.AuthorizationService
 
DEFAULT_NAME - Static variable in interface com.sap.cds.services.mt.ExtensibilityService
 
DEFAULT_NAME - Static variable in interface com.sap.cds.services.mt.TenantProviderService
 
DEFAULT_NAME - Static variable in interface com.sap.cds.services.outbox.OutboxService
 
DEFAULT_NAME - Static variable in interface com.sap.cds.services.persistence.PersistenceService
The PersistenceService wrapping the primary SQL database uses this name
Definition() - Constructor for class com.sap.cds.services.environment.CdsProperties.Definition
 
definitions - Variable in class com.sap.cds.services.environment.CdsProperties.Definition
 
Deployer() - Constructor for class com.sap.cds.services.environment.CdsProperties.MultiTenancy.Deployer
 
Destination() - Constructor for class com.sap.cds.services.environment.CdsProperties.Remote.RemoteServiceConfig.Destination
 
DRAFT_ADMINISTRATIVE_DATA - Static variable in interface com.sap.cds.services.draft.Drafts
 
DRAFT_ADMINISTRATIVE_DATA_DRAFT_UUID - Static variable in interface com.sap.cds.services.draft.Drafts
 
DRAFT_IS_CREATED_BY_ME - Static variable in interface com.sap.cds.services.draft.DraftAdministrativeData
 
DRAFT_IS_PROCESSED_BY_ME - Static variable in interface com.sap.cds.services.draft.DraftAdministrativeData
 
DRAFT_UUID - Static variable in interface com.sap.cds.services.draft.DraftAdministrativeData
 
DraftAdministrativeData - Interface in com.sap.cds.services.draft
Interface for the DraftAdministrativeData of a draft enabled entity.
DraftCancelEventContext - Interface in com.sap.cds.services.draft
DraftCreateEventContext - Interface in com.sap.cds.services.draft
DraftEditEventContext - Interface in com.sap.cds.services.draft
DraftGcEventContext - Interface in com.sap.cds.services.draft
DraftNewEventContext - Interface in com.sap.cds.services.draft
DraftPatchEventContext - Interface in com.sap.cds.services.draft
DraftPrepareEventContext - Interface in com.sap.cds.services.draft
Drafts - Interface in com.sap.cds.services.draft
Interface for a draft enabled entity.
Drafts() - Constructor for class com.sap.cds.services.environment.CdsProperties.Drafts
 
DraftSaveEventContext - Interface in com.sap.cds.services.draft
DraftService - Interface in com.sap.cds.services.draft
An ApplicationService that handles draft enabled entities.

E

EARLY - Static variable in annotation type com.sap.cds.services.handler.annotations.HandlerOrder
Common order values
editDraft(CqnSelect, boolean, Object...) - Method in interface com.sap.cds.services.draft.DraftService
Creates a new draft entity from an active entity.
editDraft(CqnSelect, boolean, Map<String, Object>) - Method in interface com.sap.cds.services.draft.DraftService
Creates a new draft entity from an active entity.
emit(String, String) - Method in interface com.sap.cds.services.messaging.MessagingService
Sends the given message to the specified topic of this message broker.
emit(String, Map<String, Object>) - Method in interface com.sap.cds.services.messaging.MessagingService
Serializes the message Map to JSON sends it to the specified topic of this message broker.
emit(EventContext) - Method in interface com.sap.cds.services.Service
The generic consumption API to emit arbitrary events, represented by EventContext objects.
emit(EventContext) - Method in class com.sap.cds.services.ServiceDelegator
 
Enabled(Boolean) - Constructor for class com.sap.cds.services.environment.CdsProperties.Enabled
 
Endpoint() - Constructor for class com.sap.cds.services.environment.CdsProperties.Application.ApplicationServiceConfig.Serve.Endpoint
 
enroll(Service, EventContext) - Method in interface com.sap.cds.services.outbox.OutboxService
Enrolls the specified EventContext into the outbox for the specified Service.
ENTITY_NAME - Static variable in interface com.sap.cds.services.draft.DraftAdministrativeData
 
EntityAccessEventContext - Interface in com.sap.cds.services.authorization
 
Environment() - Constructor for class com.sap.cds.services.environment.CdsProperties.Environment
 
environment(CdsRuntimeConfigurer) - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfiguration
Creates and registers one or multiple environment provider instances, using the given CdsRuntimeConfigurer
environment(ServiceBindingProvider) - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfigurer
environment(ApplicationInfoProvider) - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfigurer
environmentConfigurations() - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfigurer
Applies all environment configuration modules to the CdsRuntime of this CdsRuntimeConfigurer
error(String, Object...) - Method in interface com.sap.cds.services.messages.Messages
Adds a new Message with severity Message.Severity.ERROR to the current request with the given message text or format and format parameters.
Errors() - Constructor for class com.sap.cds.services.environment.CdsProperties.Errors
 
ErrorStatus - Interface in com.sap.cds.services
An ErrorStatus is used by ServiceException to identify certain error types.
errorStatus - Variable in exception com.sap.cds.services.ServiceException
 
ErrorStatuses - Enum in com.sap.cds.services
This enum implements ErrorStatus, which is the interface required by ServiceException.
EVENT_ACTION_ACCESS - Static variable in interface com.sap.cds.services.authorization.AuthorizationService
 
EVENT_APPLICATION_PREPARED - Static variable in interface com.sap.cds.services.application.ApplicationLifecycleService
 
EVENT_CALC_WHERE_CONDITION - Static variable in interface com.sap.cds.services.authorization.AuthorizationService
 
EVENT_CREATE - Static variable in interface com.sap.cds.services.cds.CdsService
 
EVENT_CREATE - Static variable in interface com.sap.cds.services.cds.CqnService
 
EVENT_DELETE - Static variable in interface com.sap.cds.services.cds.CdsService
 
EVENT_DELETE - Static variable in interface com.sap.cds.services.cds.CqnService
 
EVENT_DRAFT_CANCEL - Static variable in interface com.sap.cds.services.draft.DraftService
 
EVENT_DRAFT_CREATE - Static variable in interface com.sap.cds.services.draft.DraftService
 
EVENT_DRAFT_EDIT - Static variable in interface com.sap.cds.services.draft.DraftService
 
EVENT_DRAFT_GC - Static variable in interface com.sap.cds.services.draft.DraftService
 
EVENT_DRAFT_NEW - Static variable in interface com.sap.cds.services.draft.DraftService
 
EVENT_DRAFT_PATCH - Static variable in interface com.sap.cds.services.draft.DraftService
 
EVENT_DRAFT_PREPARE - Static variable in interface com.sap.cds.services.draft.DraftService
 
EVENT_DRAFT_SAVE - Static variable in interface com.sap.cds.services.draft.DraftService
 
EVENT_ENROLL - Static variable in interface com.sap.cds.services.outbox.OutboxService
 
EVENT_ENTITY_ACCESS - Static variable in interface com.sap.cds.services.authorization.AuthorizationService
 
EVENT_FUNCTION_ACCESS - Static variable in interface com.sap.cds.services.authorization.AuthorizationService
 
EVENT_MODEL_CHANGED - Static variable in interface com.sap.cds.services.mt.ExtensibilityService
This event is emitted when the model has changed
EVENT_READ - Static variable in interface com.sap.cds.services.cds.CdsService
 
EVENT_READ - Static variable in interface com.sap.cds.services.cds.CqnService
 
EVENT_READ_TENANTS - Static variable in interface com.sap.cds.services.mt.TenantProviderService
 
EVENT_SERVICE_ACCESS - Static variable in interface com.sap.cds.services.authorization.AuthorizationService
 
EVENT_UPDATE - Static variable in interface com.sap.cds.services.cds.CdsService
 
EVENT_UPDATE - Static variable in interface com.sap.cds.services.cds.CqnService
 
EVENT_UPSERT - Static variable in interface com.sap.cds.services.cds.CdsService
 
EVENT_UPSERT - Static variable in interface com.sap.cds.services.cds.CqnService
 
EventContext - Interface in com.sap.cds.services
The EventContext provides information about the event that is emitted via Service.emit(EventContext).
EventHandler - Interface in com.sap.cds.services.handler
Marker interface for annotation-based handler registration.
eventHandler(Object) - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfigurer
Registers an event handler instance with the CdsRuntime.
eventHandler(Class<T>, Supplier<T>) - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfigurer
Registers an event handler class with the CdsRuntime, given a factory to create instances of the event handler
eventHandlerConfigurations() - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfigurer
Applies all event handler configuration modules to the CdsRuntime of this CdsRuntimeConfigurer
eventHandlers(CdsRuntimeConfigurer) - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfiguration
Creates and registers one or multiple event handler instances, using the given CdsRuntimeConfigurer
EventName - Annotation Type in com.sap.cds.services
Annotation to be used on class level to specify the event which matches the interface of a deviated EventContext.
EventPredicate - Interface in com.sap.cds.services.handler
Functional interface to filter for certain events and entities, when registering Handler instances on Service instances.
ExtendedServiceLoader - Class in com.sap.cds.services.runtime
Loads implementations of classes via Java's ServiceLoader and provides the CdsRuntime to these if requested through the CdsRuntimeAware interface.
ExtendedServiceLoader() - Constructor for class com.sap.cds.services.runtime.ExtendedServiceLoader
 
ExtensibilityService - Interface in com.sap.cds.services.mt
A service that is used to manage model extensions.

F

FeatureToggle - Interface in com.sap.cds.services.request
Interface that provides information about a specific feature toggle.
featureToggles(FeatureTogglesInfo) - Method in interface com.sap.cds.services.runtime.RequestContextRunner
Sets a dedicated FeatureTogglesInfo for the RequestContext being opened.
FeatureTogglesInfo - Interface in com.sap.cds.services.request
Class that provides information about features of the application that can be enabled or disabled at runtime.
FeatureTogglesInfoProvider - Interface in com.sap.cds.services.runtime
A provider of the FeatureTogglesInfo for a RequestContext.
FunctionAccessEventContext - Interface in com.sap.cds.services.authorization
 

G

GC() - Constructor for class com.sap.cds.services.environment.CdsProperties.Drafts.GC
 
gcDrafts() - Method in interface com.sap.cds.services.draft.DraftService
This method deletes all drafts that exist longer than the draft deletion timeout (cds.drafts.deletionTimeout).
get() - Method in interface com.sap.cds.services.environment.ApplicationInfoProvider
Provides application specific information.
get() - Method in interface com.sap.cds.services.environment.ServiceBindingProvider
Provides the available ServiceBindings.
get(String) - Method in interface com.sap.cds.services.EventContext
Returns an input or output parameter, which was stored under the given key.
get(String, Object[], Locale) - Method in interface com.sap.cds.services.messages.LocalizedMessageProvider
Returns the localized message for the given code, arguments and locale if existing, null otherwise.
get() - Method in interface com.sap.cds.services.runtime.AuthenticationInfoProvider
Provides the AuthenticationInfo.
get(String) - Method in interface com.sap.cds.services.runtime.CdsModelProvider
Deprecated.
get(UserInfo, FeatureTogglesInfo) - Method in interface com.sap.cds.services.runtime.CdsModelProvider
Calculates the model for a user and a set of feature toggles.
get(UserInfo, ParameterInfo) - Method in interface com.sap.cds.services.runtime.FeatureTogglesInfoProvider
 
get() - Method in interface com.sap.cds.services.runtime.ParameterInfoProvider
Provides the ParameterInfo.
get() - Method in interface com.sap.cds.services.runtime.UserInfoProvider
Provides the UserInfo.
getAccessEntityName() - Method in interface com.sap.cds.services.authorization.EntityAccessEventContext
 
getAccesses() - Method in interface com.sap.cds.services.auditlog.DataAccessLog
All data accesses to log.
getAccessEventName() - Method in interface com.sap.cds.services.authorization.EntityAccessEventContext
 
getAccessEventName() - Method in interface com.sap.cds.services.authorization.ServiceAccessEventContext
 
getAccessQuery() - Method in interface com.sap.cds.services.authorization.EntityAccessEventContext
 
getAccessServiceName() - Method in interface com.sap.cds.services.authorization.ServiceAccessEventContext
 
getAction() - Method in interface com.sap.cds.services.auditlog.ConfigChangeLog
 
getAction() - Method in interface com.sap.cds.services.auditlog.DataModification
The action that was performed: Create, Update, Delete.
getAction() - Method in interface com.sap.cds.services.auditlog.SecurityLog
 
getActionName() - Method in interface com.sap.cds.services.authorization.ActionAccessEventContext
 
getAdditionalAttribute(String) - Method in interface com.sap.cds.services.request.UserInfo
Returns additional attribute with given name if existing.
getAdditionalAttributes() - Method in interface com.sap.cds.services.request.UserInfo
Returns all additional attributes as Map.
getAdditionalAttributes() - Method in interface com.sap.cds.services.runtime.RequestUser
Deprecated.
Returns a Map with additional attributes.
getApplicationInfo() - Method in interface com.sap.cds.services.environment.CdsEnvironment
 
getAttachments() - Method in interface com.sap.cds.services.auditlog.Access
Attachments in case the event is triggered by the download or display of some attachments or files.
getAttribute(String) - Method in interface com.sap.cds.services.request.UserInfo
Deprecated.
getAttributes() - Method in interface com.sap.cds.services.auditlog.Access
The attributes that have been read
getAttributes() - Method in interface com.sap.cds.services.auditlog.ConfigChange
 
getAttributes() - Method in interface com.sap.cds.services.auditlog.DataModification
A list with changed attributes.
getAttributes() - Method in interface com.sap.cds.services.request.UserInfo
Returns all user attributes as a Map.
getAttributeValues(String) - Method in interface com.sap.cds.services.request.UserInfo
Returns a List of values of the specified attribute as presented in the request.
getByCode(int) - Static method in enum com.sap.cds.services.ErrorStatuses
 
getCdsDataStore() - Method in interface com.sap.cds.services.persistence.PersistenceService
Deprecated.
getCdsModel() - Method in interface com.sap.cds.services.runtime.CdsRuntime
 
getCdsModel(String) - Method in interface com.sap.cds.services.runtime.CdsRuntime
 
getCdsModel(UserInfo, FeatureTogglesInfo) - Method in interface com.sap.cds.services.runtime.CdsRuntime
 
getCdsProperties() - Method in interface com.sap.cds.services.environment.CdsEnvironment
 
getCdsRuntime() - Method in interface com.sap.cds.services.EventContext
Returns the underlying CdsRuntime.
getCdsRuntime() - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfigurer
The CdsRuntime that is configured by this CdsRuntimeConfigurer.
getChangeSetContext() - Method in interface com.sap.cds.services.EventContext
 
getCode() - Method in interface com.sap.cds.services.ErrorStatus
Deprecated.
getCode() - Method in enum com.sap.cds.services.ErrorStatuses
 
getCode() - Method in interface com.sap.cds.services.messages.Message
The optional code of the message
getCodeString() - Method in interface com.sap.cds.services.ErrorStatus
 
getConfigurations() - Method in interface com.sap.cds.services.auditlog.ConfigChangeLog
 
getCqn() - Method in interface com.sap.cds.services.cds.CdsCreateEventContext
 
getCqn() - Method in interface com.sap.cds.services.cds.CdsDeleteEventContext
 
getCqn() - Method in interface com.sap.cds.services.cds.CdsReadEventContext
 
getCqn() - Method in interface com.sap.cds.services.cds.CdsUpdateEventContext
 
getCqn() - Method in interface com.sap.cds.services.cds.CdsUpsertEventContext
 
getCqn() - Method in interface com.sap.cds.services.draft.DraftCancelEventContext
 
getCqn() - Method in interface com.sap.cds.services.draft.DraftCreateEventContext
 
getCqn() - Method in interface com.sap.cds.services.draft.DraftEditEventContext
 
getCqn() - Method in interface com.sap.cds.services.draft.DraftNewEventContext
 
getCqn() - Method in interface com.sap.cds.services.draft.DraftPatchEventContext
 
getCqn() - Method in interface com.sap.cds.services.draft.DraftPrepareEventContext
 
getCqn() - Method in interface com.sap.cds.services.draft.DraftSaveEventContext
 
getCqnNamedValues() - Method in interface com.sap.cds.services.cds.CdsReadEventContext
The CQN named values, for parameterized CqnSelect statements
getCqnNamedValues() - Method in interface com.sap.cds.services.draft.DraftEditEventContext
The CQN named values, for parameterized CqnSelect statements
getCqnNamedValues() - Method in interface com.sap.cds.services.draft.DraftPrepareEventContext
The CQN named values, for parameterized CqnSelect statements
getCqnNamedValues() - Method in interface com.sap.cds.services.draft.DraftSaveEventContext
The CQN named values, for parameterized CqnSelect statements
getCqnValueSets() - Method in interface com.sap.cds.services.cds.CdsDeleteEventContext
 
getCqnValueSets() - Method in interface com.sap.cds.services.cds.CdsUpdateEventContext
 
getCqnValueSets() - Method in interface com.sap.cds.services.draft.DraftCancelEventContext
 
getCqnValueSets() - Method in interface com.sap.cds.services.draft.DraftPatchEventContext
 
getCreatedByUser() - Method in interface com.sap.cds.services.draft.DraftAdministrativeData
 
getCreationDateTime() - Method in interface com.sap.cds.services.draft.DraftAdministrativeData
 
getCredentials() - Method in interface com.sap.cds.services.environment.ServiceBinding
 
getCurrent() - Static method in interface com.sap.cds.services.changeset.ChangeSetContext
Gives access to the currently active ChangeSetContext.
getCurrent() - Method in interface com.sap.cds.services.changeset.ChangeSetContextAccessor
Gives access to the currently active ChangeSetContext.
getCurrent(CdsRuntime) - Static method in interface com.sap.cds.services.request.RequestContext
Gives access to either the current RequestContext, or if this does not exist to a helper RequestContext that itself ensures that there is always a RequestContext opened.
getCurrent(CdsRuntime) - Method in interface com.sap.cds.services.request.RequestContextAccessor
Gives access to either the current RequestContext, or if this does not exist to a helper RequestContext that itself ensures that there is always a RequestContext opened.
getData() - Method in interface com.sap.cds.services.auditlog.ConfigChangeLogContext
 
getData() - Method in interface com.sap.cds.services.auditlog.DataAccessLogContext
 
getData() - Method in interface com.sap.cds.services.auditlog.DataModificationLogContext
 
getData() - Method in interface com.sap.cds.services.auditlog.SecurityLog
 
getData() - Method in interface com.sap.cds.services.auditlog.SecurityLogContext
 
getData() - Method in interface com.sap.cds.services.messaging.TopicMessageEventContext
 
getDataObject() - Method in interface com.sap.cds.services.auditlog.Access
The object where the accessed personal data that is being audit logged is contained.
getDataObject() - Method in interface com.sap.cds.services.auditlog.ConfigChange
The object where the accessed or modified personal data that is being audit logged is contained.
getDataObject() - Method in interface com.sap.cds.services.auditlog.DataModification
The object where the modified personal data that is being audit logged is contained.
getDataSubject() - Method in interface com.sap.cds.services.auditlog.Access
The data subject whom the accessed personal data that is being audit logged belongs to.
getDataSubject() - Method in interface com.sap.cds.services.auditlog.DataModification
The data subject whom the modified personal data that is being audit logged belongs to.
getDefault() - Method in class com.sap.cds.services.environment.CdsProperties.Query.Limit
 
getDefinition() - Method in interface com.sap.cds.services.cds.ApplicationService
 
getDefinition() - Method in interface com.sap.cds.services.cds.RemoteService
 
getDefinition(String) - Method in class com.sap.cds.services.environment.CdsProperties.Definition
 
getDelegatedService() - Method in class com.sap.cds.services.ServiceDelegator
 
getDescription() - Method in interface com.sap.cds.services.ErrorStatus
 
getDescription() - Method in enum com.sap.cds.services.ErrorStatuses
 
getDraftAdministrativeData() - Method in interface com.sap.cds.services.draft.Drafts
 
getDraftAdministrativeDataDraftUuid() - Method in interface com.sap.cds.services.draft.Drafts
 
getDraftIsCreatedByMe() - Method in interface com.sap.cds.services.draft.DraftAdministrativeData
 
getDraftIsProcessedByMe() - Method in interface com.sap.cds.services.draft.DraftAdministrativeData
 
getDraftUUID() - Method in interface com.sap.cds.services.draft.DraftAdministrativeData
 
getDriverClassName() - Method in interface com.sap.cds.services.datasource.DataSourceDescriptor
 
getEnabledFeatureToggles() - Method in interface com.sap.cds.services.request.FeatureTogglesInfo
 
getEntity() - Method in interface com.sap.cds.services.messages.MessageTarget
 
getEntityName() - Method in interface com.sap.cds.services.authorization.ActionAccessEventContext
 
getEntityName() - Method in interface com.sap.cds.services.authorization.CalcWhereConditionEventContext
 
getEntityName() - Method in interface com.sap.cds.services.authorization.FunctionAccessEventContext
 
getEnvironment() - Method in interface com.sap.cds.services.runtime.CdsRuntime
 
getErrorsProperties() - Method in interface com.sap.cds.services.ServiceExceptionUtils
 
getErrorStatus() - Method in exception com.sap.cds.services.ServiceException
 
getEvent() - Method in interface com.sap.cds.services.EventContext
 
getEventName() - Method in interface com.sap.cds.services.authorization.CalcWhereConditionEventContext
 
getExtensionAttribute(String) - Method in interface com.sap.cds.services.runtime.RequestUser
Deprecated.
Returns the extension attribute if existing.
getFeatureToggle(String) - Method in interface com.sap.cds.services.request.FeatureTogglesInfo
 
getFeatureToggles() - Method in interface com.sap.cds.services.request.FeatureTogglesInfo
 
getFeatureTogglesInfo() - Method in interface com.sap.cds.services.EventContext
 
getFeatureTogglesInfo() - Method in interface com.sap.cds.services.request.RequestContext
 
getFeatureTogglesInfo(UserInfo, ParameterInfo) - Method in interface com.sap.cds.services.runtime.CdsRuntime
 
getFunctionName() - Method in interface com.sap.cds.services.authorization.FunctionAccessEventContext
 
getHasActiveEntity() - Method in interface com.sap.cds.services.draft.Drafts
 
getHasDraftEntity() - Method in interface com.sap.cds.services.draft.Drafts
 
getHeader(String) - Method in interface com.sap.cds.services.request.ParameterInfo
Returns the value of a header with the given identifier.
getHeader(String) - Method in interface com.sap.cds.services.runtime.RequestParameters
Deprecated.
Returns the value of a header with the given identifier
getHeaders() - Method in interface com.sap.cds.services.request.ParameterInfo
Returns the header values as Map.
getHttpStatus() - Method in interface com.sap.cds.services.ErrorStatus
 
getHttpStatus() - Method in enum com.sap.cds.services.ErrorStatuses
 
getId() - Method in interface com.sap.cds.services.auditlog.Attachment
The attachment identifier.
getId() - Method in interface com.sap.cds.services.auditlog.DataObject
The unique object identifier.
getId() - Method in interface com.sap.cds.services.auditlog.DataSubject
 
getId() - Method in interface com.sap.cds.services.changeset.ChangeSetContext
 
getId() - Method in interface com.sap.cds.services.environment.ApplicationInfo
Provides the application ID.
getId() - Method in interface com.sap.cds.services.request.UserInfo
Returns the verified user id of the request's authenticated user.
getId() - Method in interface com.sap.cds.services.runtime.RequestUser
Deprecated.
Returns the verified user id of the request's authenticated user.
getInProcessByUser() - Method in interface com.sap.cds.services.draft.DraftAdministrativeData
 
getInstanceManager() - Method in class com.sap.cds.services.environment.CdsProperties.MultiTenancy
Deprecated.
getIsActiveEntity() - Method in interface com.sap.cds.services.draft.Drafts
 
getIsInbound() - Method in interface com.sap.cds.services.messaging.TopicMessageEventContext
 
getKeyName() - Method in interface com.sap.cds.services.auditlog.KeyValuePair
The key name.
getLastChangeDateTime() - Method in interface com.sap.cds.services.draft.DraftAdministrativeData
 
getLastChangedByUser() - Method in interface com.sap.cds.services.draft.DraftAdministrativeData
 
getLocale() - Method in interface com.sap.cds.services.request.ParameterInfo
 
getLocales() - Method in interface com.sap.cds.services.runtime.RequestParameters
Deprecated.
getLocalizedMessage(String, Object[], Locale) - Method in interface com.sap.cds.services.runtime.CdsRuntime
Returns the localized message for the given code, arguments and locale if existing, null otherwise.
getLocalizedMessage() - Method in exception com.sap.cds.services.ServiceException
 
getLocalizedMessage(Locale) - Method in exception com.sap.cds.services.ServiceException
 
getLocalizedMessage(String, Object[], Locale) - Method in interface com.sap.cds.services.ServiceExceptionUtils
Creates a message based on code and args.
getLongTextUrl() - Method in interface com.sap.cds.services.messages.Message
The optional long text url
getMessage() - Method in interface com.sap.cds.services.messages.Message
The localized message
getMessage() - Method in exception com.sap.cds.services.ServiceException
 
getMessage(String, Object[]) - Method in interface com.sap.cds.services.ServiceExceptionUtils
Creates a message based on code and args.
getMessageId() - Method in interface com.sap.cds.services.messaging.TopicMessageEventContext
 
getMessages() - Method in interface com.sap.cds.services.EventContext
 
getMessages() - Method in interface com.sap.cds.services.request.RequestContext
 
getMessageTarget() - Method in exception com.sap.cds.services.ServiceException
 
getMessageTarget(String) - Method in interface com.sap.cds.services.ServiceExceptionUtils
Creates a new MessageTarget with a string-based target
getMessageTarget(String, String, Function<StructuredType<?>, Object>) - Method in interface com.sap.cds.services.ServiceExceptionUtils
Creates a new MessageTarget with a target, based on a CQN path and a string-based prefix
getMessageTarget(String, Class<E>, Function<E, Object>) - Method in interface com.sap.cds.services.ServiceExceptionUtils
Creates a new MessageTarget with a target, based on a CQN path and a string-based prefix
getModel() - Method in interface com.sap.cds.services.EventContext
Returns the tenant-specific CdsModel.
getModel() - Method in interface com.sap.cds.services.request.RequestContext
Returns the tenant-specific CdsModel.
getModifications() - Method in interface com.sap.cds.services.auditlog.DataModificationLog
All modifications to log.
getName() - Method in interface com.sap.cds.services.auditlog.Attachment
The attachment name.
getName() - Method in interface com.sap.cds.services.auditlog.Attribute
The attribute name.
getName() - Method in interface com.sap.cds.services.auditlog.ChangedAttribute
The attribute name.
getName() - Method in interface com.sap.cds.services.changeset.ChangeSetMember
The name should be directly linked to the resource the ChangeSetMember manages It can be used to ensure that a resource is only registered once on a given ChangeSetContext.
getName() - Method in interface com.sap.cds.services.datasource.DataSourceDescriptor
 
getName() - Method in interface com.sap.cds.services.environment.ApplicationInfo
Provides the application name
getName() - Method in interface com.sap.cds.services.environment.ServiceBinding
 
getName() - Method in interface com.sap.cds.services.request.FeatureToggle
 
getName() - Method in interface com.sap.cds.services.request.UserInfo
Returns the verified user name of the request's authenticated user.
getName() - Method in interface com.sap.cds.services.runtime.RequestUser
Deprecated.
Returns the verified user name of the request's authenticated user.
getName() - Method in interface com.sap.cds.services.Service
Returns the name of the Service.
getName() - Method in class com.sap.cds.services.ServiceDelegator
 
getName() - Method in class com.sap.cds.services.transaction.ChangeSetMemberDelegate
 
getName() - Method in interface com.sap.cds.services.transaction.TransactionManager
The name of the TransactionManager.
getNewValue() - Method in interface com.sap.cds.services.auditlog.ChangedAttribute
The new value.
getNumericSeverity() - Method in enum com.sap.cds.services.messages.Message.Severity
 
getOldValue() - Method in interface com.sap.cds.services.auditlog.ChangedAttribute
The old value.
getOpenUnrestrictedEndpoints(boolean) - Method in class com.sap.cds.services.environment.CdsProperties.Security
Returns the effective value of property openUnrestrictedEndpoints.
getOutboxedContext() - Method in interface com.sap.cds.services.outbox.OutboxEnrollEventContext
 
getOutboxedService() - Method in interface com.sap.cds.services.outbox.OutboxEnrollEventContext
 
getParameterInfo() - Method in interface com.sap.cds.services.EventContext
 
getParameterInfo() - Method in interface com.sap.cds.services.request.RequestContext
 
getPassword() - Method in class com.sap.cds.services.authentication.BasicAuthenticationInfo
 
getPassword() - Method in interface com.sap.cds.services.datasource.DataSourceDescriptor
 
getPath() - Method in interface com.sap.cds.services.messages.MessageTarget
 
getPlainMessage() - Method in exception com.sap.cds.services.ServiceException
 
getPrefix() - Method in interface com.sap.cds.services.messages.MessageTarget
 
getPreserveChanges() - Method in interface com.sap.cds.services.draft.DraftEditEventContext
 
getProperty(String, Class<T>, T) - Method in interface com.sap.cds.services.environment.CdsEnvironment
Returns the value of the property with given key as given type asClazz.
getProperty(String) - Method in interface com.sap.cds.services.environment.PropertiesProvider
Returns the value of the property value with given key as String.
getProperty(String, String) - Method in interface com.sap.cds.services.environment.PropertiesProvider
Returns the value of the property with given key as String.
getProperty(String, Class<T>) - Method in interface com.sap.cds.services.environment.PropertiesProvider
Returns the value of the property with given key as given type asClazz.
getProperty(String, Class<T>, T) - Method in interface com.sap.cds.services.environment.PropertiesProvider
Returns the value of the property with given key as given type asClazz.
getProvidedAuthenticationInfo() - Method in interface com.sap.cds.services.runtime.CdsRuntime
 
getProvidedParameterInfo() - Method in interface com.sap.cds.services.runtime.CdsRuntime
 
getProvidedUserInfo() - Method in interface com.sap.cds.services.runtime.CdsRuntime
 
getQueryParameter(String) - Method in interface com.sap.cds.services.request.ParameterInfo
Returns the value of a query parameter with the given key
getQueryParameter(String) - Method in interface com.sap.cds.services.runtime.RequestParameters
Deprecated.
Returns the value of a query parameter with the given key
getQueryParameters() - Method in interface com.sap.cds.services.request.ParameterInfo
Deprecated.
getQueryParameters() - Method in interface com.sap.cds.services.runtime.RequestParameters
Deprecated.
 
getQueryParams() - Method in interface com.sap.cds.services.request.ParameterInfo
Returns the query parameter values as Map.
getRequestParameters() - Method in class com.sap.cds.services.runtime.Request
Deprecated.
 
getRequestUser() - Method in class com.sap.cds.services.runtime.Request
Deprecated.
 
getResult() - Method in interface com.sap.cds.services.authorization.ActionAccessEventContext
 
getResult() - Method in interface com.sap.cds.services.authorization.CalcWhereConditionEventContext
 
getResult() - Method in interface com.sap.cds.services.authorization.EntityAccessEventContext
 
getResult() - Method in interface com.sap.cds.services.authorization.FunctionAccessEventContext
 
getResult() - Method in interface com.sap.cds.services.authorization.ServiceAccessEventContext
 
getResult() - Method in interface com.sap.cds.services.cds.CdsCreateEventContext
 
getResult() - Method in interface com.sap.cds.services.cds.CdsDeleteEventContext
 
getResult() - Method in interface com.sap.cds.services.cds.CdsReadEventContext
 
getResult() - Method in interface com.sap.cds.services.cds.CdsUpdateEventContext
 
getResult() - Method in interface com.sap.cds.services.cds.CdsUpsertEventContext
 
getResult() - Method in interface com.sap.cds.services.draft.DraftCancelEventContext
 
getResult() - Method in interface com.sap.cds.services.draft.DraftCreateEventContext
 
getResult() - Method in interface com.sap.cds.services.draft.DraftEditEventContext
 
getResult() - Method in interface com.sap.cds.services.draft.DraftGcEventContext
 
getResult() - Method in interface com.sap.cds.services.draft.DraftNewEventContext
 
getResult() - Method in interface com.sap.cds.services.draft.DraftPatchEventContext
 
getResult() - Method in interface com.sap.cds.services.draft.DraftPrepareEventContext
 
getResult() - Method in interface com.sap.cds.services.draft.DraftSaveEventContext
 
getResult() - Method in interface com.sap.cds.services.mt.ReadTenantsEventContext
 
getRole() - Method in interface com.sap.cds.services.auditlog.DataSubject
Role to the data subject.
getRoles() - Method in interface com.sap.cds.services.request.UserInfo
Returns the List of granted user roles.
getRoles() - Method in interface com.sap.cds.services.runtime.RequestUser
Deprecated.
Returns the roles of the authenticated user.
getService() - Method in interface com.sap.cds.services.application.ApplicationPreparedEventContext
 
getService() - Method in interface com.sap.cds.services.authorization.ActionAccessEventContext
 
getService() - Method in interface com.sap.cds.services.authorization.CalcWhereConditionEventContext
 
getService() - Method in interface com.sap.cds.services.authorization.EntityAccessEventContext
 
getService() - Method in interface com.sap.cds.services.authorization.FunctionAccessEventContext
 
getService() - Method in interface com.sap.cds.services.authorization.ServiceAccessEventContext
 
getService() - Method in interface com.sap.cds.services.cds.CdsCreateEventContext
 
getService() - Method in interface com.sap.cds.services.cds.CdsDeleteEventContext
 
getService() - Method in interface com.sap.cds.services.cds.CdsReadEventContext
 
getService() - Method in interface com.sap.cds.services.cds.CdsUpdateEventContext
 
getService() - Method in interface com.sap.cds.services.cds.CdsUpsertEventContext
 
getService() - Method in interface com.sap.cds.services.draft.DraftCancelEventContext
 
getService() - Method in interface com.sap.cds.services.draft.DraftCreateEventContext
 
getService() - Method in interface com.sap.cds.services.draft.DraftEditEventContext
 
getService() - Method in interface com.sap.cds.services.draft.DraftGcEventContext
 
getService() - Method in interface com.sap.cds.services.draft.DraftNewEventContext
 
getService() - Method in interface com.sap.cds.services.draft.DraftPatchEventContext
 
getService() - Method in interface com.sap.cds.services.draft.DraftPrepareEventContext
 
getService() - Method in interface com.sap.cds.services.draft.DraftSaveEventContext
 
getService(String) - Method in class com.sap.cds.services.environment.CdsProperties.Application
 
getService(String) - Method in class com.sap.cds.services.environment.CdsProperties.Messaging
 
getService(String) - Method in class com.sap.cds.services.environment.CdsProperties.Remote
 
getService() - Method in interface com.sap.cds.services.environment.ServiceBinding
 
getService() - Method in interface com.sap.cds.services.EventContext
Returns the Service (Consumption API) of the service, targeted by the EventContext.
getService() - Method in interface com.sap.cds.services.mt.ReadTenantsEventContext
 
getService(String) - Method in interface com.sap.cds.services.ServiceCatalog
Returns the Service with the specified name
getService(Class<S>, String) - Method in interface com.sap.cds.services.ServiceCatalog
Returns the Service with the given type and name
getServiceBindings() - Method in interface com.sap.cds.services.environment.CdsEnvironment
 
getServiceBindings() - Method in class com.sap.cds.services.environment.CdsProperties.Environment.K8s
 
getServiceCatalog() - Method in interface com.sap.cds.services.EventContext
Returns the ServiceCatalog, populated with all available Service instances.
getServiceCatalog() - Method in interface com.sap.cds.services.request.RequestContext
Returns the ServiceCatalog, populated with all available Service instances.
getServiceCatalog() - Method in interface com.sap.cds.services.runtime.CdsRuntime
 
getServiceName() - Method in class com.sap.cds.services.environment.CdsProperties.DataSource
Deprecated.
getServiceName() - Method in class com.sap.cds.services.environment.CdsProperties.Security.Xsuaa
Deprecated.
getServicePlan() - Method in interface com.sap.cds.services.environment.ServiceBinding
 
getServices() - Method in class com.sap.cds.services.environment.CdsProperties.Application
 
getServices() - Method in class com.sap.cds.services.environment.CdsProperties.Composite
 
getServices() - Method in class com.sap.cds.services.environment.CdsProperties
Deprecated.
getServices() - Method in class com.sap.cds.services.environment.CdsProperties.Messaging
 
getServices(Class<S>) - Method in interface com.sap.cds.services.ServiceCatalog
Returns all Service instances of a given type
getServices() - Method in interface com.sap.cds.services.ServiceCatalog
Returns all Service instances known to the ServiceCatalog
getServicesByBinding(String) - Method in class com.sap.cds.services.environment.CdsProperties.Messaging
 
getServicesByKind(String) - Method in class com.sap.cds.services.environment.CdsProperties.Messaging
 
getServicesByModel(String) - Method in class com.sap.cds.services.environment.CdsProperties.Application
 
getServicesByModel(String) - Method in class com.sap.cds.services.environment.CdsProperties.Remote
 
getSeverity() - Method in interface com.sap.cds.services.messages.Message
The severity of the message.
getSiblingEntity() - Method in interface com.sap.cds.services.draft.Drafts
 
getSideEffectsQualifier() - Method in interface com.sap.cds.services.draft.DraftPrepareEventContext
 
getSystemAttribute(String) - Method in interface com.sap.cds.services.runtime.RequestUser
Deprecated.
Returns the verified value list of the specified system attribute as presented in the request.
getTags() - Method in interface com.sap.cds.services.environment.ServiceBinding
 
getTarget() - Method in interface com.sap.cds.services.EventContext
Returns the Reflection API CdsEntity, for which the EventContext was created.
getTarget() - Method in interface com.sap.cds.services.messages.Message
The optional MessageTarget
getTenant() - Method in interface com.sap.cds.services.mt.TenantInfo
 
getTenant() - Method in interface com.sap.cds.services.request.UserInfo
Returns the verified tenant of the request's authenticated user.
getTenant() - Method in interface com.sap.cds.services.runtime.RequestUser
Deprecated.
Returns the verified tenant of the request's authenticated user.
getTimestamp() - Method in interface com.sap.cds.services.mt.ModelChangedEventContext
 
getToken() - Method in class com.sap.cds.services.authentication.JwtTokenAuthenticationInfo
 
getType() - Method in interface com.sap.cds.services.auditlog.DataObject
The object type.
getType() - Method in interface com.sap.cds.services.auditlog.DataSubject
Type to the data subject
getUnrestrictedAttributes() - Method in interface com.sap.cds.services.request.UserInfo
Returns the Set of unrestricted attributes of the user.
getUrl() - Method in interface com.sap.cds.services.datasource.DataSourceDescriptor
 
getUrl() - Method in interface com.sap.cds.services.environment.ApplicationInfo
Provides the application URL.
getUserAttribute(String) - Method in interface com.sap.cds.services.runtime.RequestUser
Deprecated.
Returns the verified value list of the specified user attribute as presented in the request.
getUserInfo() - Method in interface com.sap.cds.services.EventContext
 
getUserInfo() - Method in interface com.sap.cds.services.request.RequestContext
 
getUsername() - Method in class com.sap.cds.services.authentication.BasicAuthenticationInfo
 
getUsername() - Method in interface com.sap.cds.services.datasource.DataSourceDescriptor
 
getValidFrom() - Method in interface com.sap.cds.services.request.ParameterInfo
 
getValidTo() - Method in interface com.sap.cds.services.request.ParameterInfo
 
getValue() - Method in interface com.sap.cds.services.auditlog.KeyValuePair
The corresponding value.
getWhiteList() - Method in class com.sap.cds.services.environment.CdsProperties.Locales.Normalization
Deprecated.

H

Hana() - Constructor for class com.sap.cds.services.environment.CdsProperties.Sql.Hana
 
Handler - Interface in com.sap.cds.services.handler
Functional interface for progammatic handler registration on Service instances.
HandlerOrder - Annotation Type in com.sap.cds.services.handler.annotations
 
HAS_ACTIVE_ENTITY - Static variable in interface com.sap.cds.services.draft.Drafts
 
HAS_DRAFT_ENTITY - Static variable in interface com.sap.cds.services.draft.Drafts
 
hasActionAccess(String, String) - Method in interface com.sap.cds.services.authorization.AuthorizationService
Checks if the current user is allowed to access the given action.
hasChangeSetMember(String) - Method in interface com.sap.cds.services.changeset.ChangeSetContextSPI
Returns true if a ChangeSetMember with the given name is already registered.
hasEntityAccess(String, String) - Method in interface com.sap.cds.services.authorization.AuthorizationService
Checks if the current user is allowed to access the given entity.
hasEntityAccess(String, String, CqnStatement) - Method in interface com.sap.cds.services.authorization.AuthorizationService
Checks if the current user is allowed to access the entity via the given query.
hasFunctionAccess(String, String) - Method in interface com.sap.cds.services.authorization.AuthorizationService
Checks if the current user is allowed to access the given function.
hasProperty(String) - Method in interface com.sap.cds.services.environment.PropertiesProvider
Checks if the property with given key is defined.
hasRole(String) - Method in interface com.sap.cds.services.request.UserInfo
Checks if the current user is associated with the specified user role.
hasServiceAccess(String, String) - Method in interface com.sap.cds.services.authorization.AuthorizationService
Checks if the current user is allowed to access the given service.
HealthCheck() - Constructor for class com.sap.cds.services.environment.CdsProperties.MultiTenancy.HealthCheck
 

I

ID - Static variable in interface com.sap.cds.services.auditlog.Attachment
 
ID - Static variable in interface com.sap.cds.services.auditlog.DataObject
 
ID - Static variable in interface com.sap.cds.services.auditlog.DataSubject
 
IN_PROCESS_BY_USER - Static variable in interface com.sap.cds.services.draft.DraftAdministrativeData
 
info(String, Object...) - Method in interface com.sap.cds.services.messages.Messages
Adds a new Message with severity Message.Severity.INFO to the current request with the given message text or format and format parameters.
INSTANCE - Static variable in interface com.sap.cds.services.CoreFactory
The instance loaded via ExtendedServiceLoader.
IS_ACTIVE_ENTITY - Static variable in interface com.sap.cds.services.draft.Drafts
 
isActive() - Static method in interface com.sap.cds.services.changeset.ChangeSetContext
 
isActive() - Method in interface com.sap.cds.services.changeset.ChangeSetContextAccessor
 
isActive() - Static method in interface com.sap.cds.services.request.RequestContext
 
isActive() - Method in interface com.sap.cds.services.request.RequestContextAccessor
 
isActive() - Method in interface com.sap.cds.services.transaction.TransactionManager
 
isAuthenticated() - Method in interface com.sap.cds.services.request.UserInfo
Returns true if UserInfo is filled with data of an authenticated user.
isCompleted() - Method in interface com.sap.cds.services.EventContext
 
isEnabled() - Method in class com.sap.cds.services.environment.CdsProperties.Enabled
 
isEnabled() - Method in interface com.sap.cds.services.request.FeatureToggle
 
isEnabled(String) - Method in interface com.sap.cds.services.request.FeatureTogglesInfo
Provides information whether a feature is enabled or not.
isMarkedForCancel() - Method in interface com.sap.cds.services.changeset.ChangeSetContext
 
isMarkedForCancel() - Method in interface com.sap.cds.services.changeset.ChangeSetMember
Defines, if the underlying resource of this ChangeSetMember was requested to be cancelled (rolled back).
isMarkedForCancel() - Method in class com.sap.cds.services.transaction.ChangeSetMemberDelegate
 
isPrivileged() - Method in interface com.sap.cds.services.request.UserInfo
Returns true if UserInfo is a privileged user, i.e.
isRollbackOnly() - Method in interface com.sap.cds.services.transaction.TransactionManager
 
isSystemUser() - Method in interface com.sap.cds.services.request.UserInfo
Returns true if the user is a system user and not a named user.
isSystemUser() - Method in interface com.sap.cds.services.runtime.RequestUser
Deprecated.
Returns true if the user is a system user and not a named user.
isUnrestrictedAttribute(String) - Method in interface com.sap.cds.services.request.UserInfo
Returns true if the passed attribute is unrestricted, i.e.
isUnrestrictedUserAttribute(String) - Method in interface com.sap.cds.services.runtime.RequestUser
Deprecated.
Returns true if the passed attribute is unrestricted, i.e.
isValid() - Method in class com.sap.cds.services.environment.CdsProperties.Security.Mock.User
 

J

JwtTokenAuthenticationInfo - Class in com.sap.cds.services.authentication
Representation of an OAuth2 JWT Token authentication
JwtTokenAuthenticationInfo(String) - Constructor for class com.sap.cds.services.authentication.JwtTokenAuthenticationInfo
 

K

K8s() - Constructor for class com.sap.cds.services.environment.CdsProperties.Environment.K8s
 
KEY_NAME - Static variable in interface com.sap.cds.services.auditlog.KeyValuePair
 
keySet() - Method in interface com.sap.cds.services.EventContext
Returns an unmodifiable set containing the keys of all parameters.
KeyValuePair - Interface in com.sap.cds.services.auditlog
A generic key-value pair.

L

LAST_CHANGE_DATE_TIME - Static variable in interface com.sap.cds.services.draft.DraftAdministrativeData
 
LAST_CHANGED_BY_USER - Static variable in interface com.sap.cds.services.draft.DraftAdministrativeData
 
LATE - Static variable in annotation type com.sap.cds.services.handler.annotations.HandlerOrder
 
Limit() - Constructor for class com.sap.cds.services.environment.CdsProperties.Query.Limit
 
Liquibase() - Constructor for class com.sap.cds.services.environment.CdsProperties.MultiTenancy.Liquibase
 
loadAll(Class<T>) - Static method in class com.sap.cds.services.runtime.ExtendedServiceLoader
Loads all implementations of the given class.
loadAll(Class<T>, CdsRuntime) - Static method in class com.sap.cds.services.runtime.ExtendedServiceLoader
Loads all implementations of the given class.
loadSingle(Class<T>) - Static method in class com.sap.cds.services.runtime.ExtendedServiceLoader
Loads the first implementation of the given class.
loadSingle(Class<T>, CdsRuntime) - Static method in class com.sap.cds.services.runtime.ExtendedServiceLoader
Loads the first implementation of the given class.
Local() - Constructor for class com.sap.cds.services.environment.CdsProperties.Environment.Local
 
Locales() - Constructor for class com.sap.cds.services.environment.CdsProperties.Locales
 
LocalizedMessageProvider - Interface in com.sap.cds.services.messages
A LocalizedMessageProvider is capable to build localized messages based on string formats in the application's resource bundles.
logConfigChange(Action, List<ConfigChange>) - Method in interface com.sap.cds.services.auditlog.AuditLogService
Writes multiple configuration changes to the audit log.
logConfigChange(Action, ConfigChange) - Method in interface com.sap.cds.services.auditlog.AuditLogService
Writes a single configuration change to the audit log.
logDataAccess(List<Access>) - Method in interface com.sap.cds.services.auditlog.AuditLogService
Writes accesses to sensitive personal data to the audit log.
logDataAccess(Access) - Method in interface com.sap.cds.services.auditlog.AuditLogService
Writes a single access to sensitive personal data to the audit log.
logDataModification(List<DataModification>) - Method in interface com.sap.cds.services.auditlog.AuditLogService
Writes modifications to personal data to the audit log.
logDataModification(DataModification) - Method in interface com.sap.cds.services.auditlog.AuditLogService
Writes a single modification to personal data to the audit log.
logSecurityEvent(String, String) - Method in interface com.sap.cds.services.auditlog.AuditLogService
Writes a security event in the audit log.
longTextUrl(String) - Method in interface com.sap.cds.services.messages.Message
Adds the passed longTextUrl to the current message.

M

markForCancel() - Method in interface com.sap.cds.services.changeset.ChangeSetContext
Marks the ChangeSetContext to be cancelled.
matches(String, String) - Method in interface com.sap.cds.services.environment.ServiceBinding
Returns true, if a service binding matches the given tag filter or service filter.
Message - Interface in com.sap.cds.services.messages
Messages can be used to pass additional information along with the response.
Message.Severity - Enum in com.sap.cds.services.messages
Severity levels.
Messages - Interface in com.sap.cds.services.messages
API to create Messages with different severity within the RequestContext.
MessageTarget - Interface in com.sap.cds.services.messages
 
messageTarget - Variable in exception com.sap.cds.services.ServiceException
 
messageTarget(String) - Method in exception com.sap.cds.services.ServiceException
Sets the provided string-based target.
messageTarget(MessageTarget) - Method in exception com.sap.cds.services.ServiceException
Sets the provided message target.
messageTarget(String, Function<StructuredType<?>, Object>) - Method in exception com.sap.cds.services.ServiceException
Adds the passed root entity and CQN path as target to the current ServiceException.
messageTarget(String, String, Function<StructuredType<?>, Object>) - Method in exception com.sap.cds.services.ServiceException
Adds the passed root entity and CQN path as target to the current ServiceException.
messageTarget(Class<E>, Function<E, Object>) - Method in exception com.sap.cds.services.ServiceException
Adds the passed root entity and CQN path as target to the current ServiceException.
messageTarget(String, Class<E>, Function<E, Object>) - Method in exception com.sap.cds.services.ServiceException
Adds the passed root entity and CQN path as target to the current ServiceException.
Messaging() - Constructor for class com.sap.cds.services.environment.CdsProperties.Application.ApplicationServiceConfig.Messaging
 
messaging - Variable in class com.sap.cds.services.environment.CdsProperties.Definition
Properties to connect messaging to this CDS definition.
Messaging() - Constructor for class com.sap.cds.services.environment.CdsProperties.Definition.Messaging
 
Messaging() - Constructor for class com.sap.cds.services.environment.CdsProperties.Messaging
 
MessagingService - Interface in com.sap.cds.services.messaging
Messaging service.
MessagingServiceConfig() - Constructor for class com.sap.cds.services.environment.CdsProperties.Messaging.MessagingServiceConfig
 
MessagingServiceConfig(String) - Constructor for class com.sap.cds.services.environment.CdsProperties.Messaging.MessagingServiceConfig
 
MessagingWebhooks() - Constructor for class com.sap.cds.services.environment.CdsProperties.Messaging.MessagingWebhooks
 
Mock() - Constructor for class com.sap.cds.services.environment.CdsProperties.Security.Mock
 
Model() - Constructor for class com.sap.cds.services.environment.CdsProperties.Model
 
ModelChangedEventContext - Interface in com.sap.cds.services.mt
 
ModifiableParameterInfo - Interface in com.sap.cds.services.request
Interface to modify the values of the ParameterInfo used in a RequestContext.
ModifiableUserInfo - Interface in com.sap.cds.services.request
Interface to modify the values of a UserInfo used in a RequestContext..
MODIFICATIONS - Static variable in interface com.sap.cds.services.auditlog.DataModificationLog
 
modifyParameters(Consumer<ModifiableParameterInfo>) - Method in interface com.sap.cds.services.runtime.RequestContextRunner
Opens a RequestContext with an adapted ParameterInfo.
modifyUser(Consumer<ModifiableUserInfo>) - Method in interface com.sap.cds.services.runtime.RequestContextRunner
Opens a RequestContext with an adapted UserInfo.
MultiTenancy() - Constructor for class com.sap.cds.services.environment.CdsProperties.MultiTenancy
 

N

NAME - Static variable in interface com.sap.cds.services.auditlog.Attachment
 
NAME - Static variable in interface com.sap.cds.services.auditlog.Attribute
 
NAME - Static variable in interface com.sap.cds.services.auditlog.ChangedAttribute
 
name - Variable in class com.sap.cds.services.environment.CdsProperties.Definition
The name of the CDS definition.
NEW_VALUE - Static variable in interface com.sap.cds.services.auditlog.ChangedAttribute
 
newDraft(CqnInsert) - Method in interface com.sap.cds.services.draft.DraftService
Creates a new draft entity by executing the insert statement.
Normalization() - Constructor for class com.sap.cds.services.environment.CdsProperties.Locales.Normalization
 

O

OBJECT - Static variable in interface com.sap.cds.services.auditlog.Access
 
OBJECT - Static variable in interface com.sap.cds.services.auditlog.ConfigChange
 
OBJECT - Static variable in interface com.sap.cds.services.auditlog.DataModification
 
ODATA_V2_TYPE - Static variable in class com.sap.cds.services.environment.CdsProperties.Remote.RemoteServiceConfig.Destination
 
ODATA_V4_TYPE - Static variable in class com.sap.cds.services.environment.CdsProperties.Remote.RemoteServiceConfig.Destination
 
ODataV2() - Constructor for class com.sap.cds.services.environment.CdsProperties.ODataV2
 
ODataV4() - Constructor for class com.sap.cds.services.environment.CdsProperties.ODataV4
 
OLD_VALUE - Static variable in interface com.sap.cds.services.auditlog.ChangedAttribute
 
On - Annotation Type in com.sap.cds.services.handler.annotations
Annotation to register a handler for the ON phase of an event on a specific service and entity.
on(EventPredicate, Handler) - Method in interface com.sap.cds.services.Service
on(String[], String[], int, Handler) - Method in interface com.sap.cds.services.Service
Registers a Handler on this Service for the ON phase of the processing of an EventContext.
on(String[], String[], Handler) - Method in interface com.sap.cds.services.Service
Registers a Handler on this Service for the ON phase of the processing of an EventContext.
on(String, String, int, Handler) - Method in interface com.sap.cds.services.Service
Registers a Handler on this Service for the ON phase of the processing of an EventContext.
on(String, String, Handler) - Method in interface com.sap.cds.services.Service
Registers a Handler on this Service for the ON phase of the processing of an EventContext.
on(EventPredicate, Handler) - Method in class com.sap.cds.services.ServiceDelegator
Deprecated.
on(String[], String[], int, Handler) - Method in class com.sap.cds.services.ServiceDelegator
 
open() - Static method in interface com.sap.cds.services.changeset.ChangeSetContextSPI
Creates a new ChangeSetContextSPI instance.
order() - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfiguration
The order can be used to execute configurations in a specified order.
Outbox() - Constructor for class com.sap.cds.services.environment.CdsProperties.Outbox
 
OutboxEnrollEventContext - Interface in com.sap.cds.services.outbox
OutboxService - Interface in com.sap.cds.services.outbox
Defines the outbox service API.

P

packageScan(String) - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfigurer
Scans the given package for event handler classes and registers them on the CdsRuntime
ParameterInfo - Interface in com.sap.cds.services.request
Interface to access request-specific information.
ParameterInfoProvider - Interface in com.sap.cds.services.runtime
A ParameterInfoProvider provides the ParameterInfo for a RequestContext if not provided explicitly.
parameters(ParameterInfo) - Method in interface com.sap.cds.services.runtime.RequestContextRunner
Sets a dedicated ParameterInfo for the RequestContext being opened.
patchDraft(CqnUpdate, Object...) - Method in interface com.sap.cds.services.draft.DraftService
Updates draft entities by executing the update statement.
patchDraft(CqnUpdate, Map<String, Object>) - Method in interface com.sap.cds.services.draft.DraftService
Updates draft entities by executing the update statement.
patchDraft(CqnUpdate, Iterable<Map<String, Object>>) - Method in interface com.sap.cds.services.draft.DraftService
Updates draft entities by executing the update statement.
PersistenceService - Interface in com.sap.cds.services.persistence
The interface defining the consumption API of the PersistenceService.
prepareDraft(CqnSelect, String, Object...) - Method in interface com.sap.cds.services.draft.DraftService
Executes checks to validate the current draft entity.
prepareDraft(CqnSelect, String, Map<String, Object>) - Method in interface com.sap.cds.services.draft.DraftService
Executes checks to validate the current draft entity.
PRESERVE_CHANGES - Static variable in interface com.sap.cds.services.draft.DraftEditEventContext
 
privilegedUser() - Method in interface com.sap.cds.services.runtime.RequestContextRunner
Sets the UserInfo for the RequestContext to the internal privileged user who passes all authorization checks.
process(EventContext) - Method in interface com.sap.cds.services.handler.Handler
Processes an EventContext
PropertiesProvider - Interface in com.sap.cds.services.environment
The interface exposing configuration properties.
providedParameters() - Method in interface com.sap.cds.services.runtime.RequestContextRunner
Sets the ParameterInfo for the RequestContext as provided by the ParameterInfoProvider.
providedUser() - Method in interface com.sap.cds.services.runtime.RequestContextRunner
Sets the UserInfo for the RequestContext as provided by the UserInfoProvider.
provider(CdsModelProvider) - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfigurer
Sets the given CdsModelProvider on the CdsRuntime of this CdsRuntimeConfigurer
provider(AuthenticationInfoProvider) - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfigurer
provider(UserInfoProvider) - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfigurer
Sets the given UserInfoProvider on the CdsRuntime of this CdsRuntimeConfigurer
provider(ParameterInfoProvider) - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfigurer
provider(FeatureTogglesInfoProvider) - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfigurer
provider(LocalizedMessageProvider) - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfigurer
providerConfigurations() - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfigurer
Applies all provider configuration modules to the CdsRuntime of this CdsRuntimeConfigurer
providers(CdsRuntimeConfigurer) - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfiguration
Creates and registers one or multiple provider instances, using the given CdsRuntimeConfigurer
put(String, Object) - Method in interface com.sap.cds.services.EventContext
Stores an input or output parameter under a given key Whenever possible it is preferred to use specialized EventContext interfaces to guarantee correct and typed access.

Q

Query() - Constructor for class com.sap.cds.services.environment.CdsProperties.Query
 
Queue() - Constructor for class com.sap.cds.services.environment.CdsProperties.Messaging.MessagingServiceConfig.Queue
 

R

readTenants() - Method in interface com.sap.cds.services.mt.TenantProviderService
 
ReadTenantsEventContext - Interface in com.sap.cds.services.mt
readTenantsInfo() - Method in interface com.sap.cds.services.mt.TenantProviderService
 
recalculateFeatureToggles() - Method in interface com.sap.cds.services.runtime.RequestContextRunner
Recalculates the FeatureTogglesInfo from the currently set UserInfo using the FeatureTogglesInfoProvider.
register(ChangeSetListener) - Method in interface com.sap.cds.services.changeset.ChangeSetContext
Registers a ChangeSetListener on the ChangeSetContext, to be notified once the ChangeSetContext is closed successfully or cancelled.
register(ChangeSetMember) - Method in interface com.sap.cds.services.changeset.ChangeSetContextSPI
Registers a ChangeSetMember on the ChangeSetContext, to be used during ChangeSetContext is closed successfully or cancelled.
Remote() - Constructor for class com.sap.cds.services.environment.CdsProperties.Remote
 
RemoteService - Interface in com.sap.cds.services.cds
A RemoteService is a CqnService that is backed by an actual service definition within the CdsModel.
RemoteServiceConfig() - Constructor for class com.sap.cds.services.environment.CdsProperties.Remote.RemoteServiceConfig
 
RemoteServiceConfig(String) - Constructor for class com.sap.cds.services.environment.CdsProperties.Remote.RemoteServiceConfig
 
removeRole(String) - Method in interface com.sap.cds.services.request.ModifiableUserInfo
Removes a role from the user.
removeUnrestrictedAttribute(String) - Method in interface com.sap.cds.services.request.ModifiableUserInfo
Removes the attribute from the list of unrestricted attributes.
Request - Class in com.sap.cds.services.runtime
Deprecated.
RequestContext - Interface in com.sap.cds.services.request
Interface to provide access to request-specific information.
requestContext() - Method in interface com.sap.cds.services.runtime.CdsRuntime
Starts a new RequestContext which defines the context of parameters (reflecting the user, request parameters etc.)
RequestContextAccessor - Interface in com.sap.cds.services.request
Interface to access RequestContext objects.
RequestContextRunner - Interface in com.sap.cds.services.runtime
RequestContextRunner is the main entry to spawn a new RequestContext with adapted UserInfo or ParameterInfo.
RequestParameters - Interface in com.sap.cds.services.runtime
Deprecated.
RequestUser - Interface in com.sap.cds.services.runtime
Deprecated.
ROLE - Static variable in interface com.sap.cds.services.auditlog.DataSubject
 
rollback() - Method in interface com.sap.cds.services.transaction.TransactionManager
Rollbacks the current transaction
Route() - Constructor for class com.sap.cds.services.environment.CdsProperties.Composite.CompositeServiceConfig.Route
 
run(CqnSelect, Object...) - Method in interface com.sap.cds.services.cds.CdsService
Executes a CqnSelect statement with optional positional parameter values against the CdsService.
run(CqnSelect, Map<String, Object>) - Method in interface com.sap.cds.services.cds.CdsService
Executes a CqnSelect statement with named parameter values against the CdsService.
run(CqnInsert) - Method in interface com.sap.cds.services.cds.CdsService
Executes a CqnInsert statement against the CdsService.
run(CqnUpsert) - Method in interface com.sap.cds.services.cds.CdsService
Executes a CqnUpsert statement against the CdsService.
run(CqnUpdate, Object...) - Method in interface com.sap.cds.services.cds.CdsService
Executes a CqnUpdate statement with optional positional parameter values against the CdsService.
run(CqnUpdate, Map<String, Object>) - Method in interface com.sap.cds.services.cds.CdsService
Executes a CqnUpdate statement with named parameter values against the CdsService.
run(CqnUpdate, Iterable<Map<String, Object>>) - Method in interface com.sap.cds.services.cds.CdsService
Executes a CqnUpdate statement as batch with the given named parameter values against the CdsService.
run(CqnDelete, Object...) - Method in interface com.sap.cds.services.cds.CdsService
Executes a CqnDelete statement with optional positional parameter values against the CdsService.
run(CqnDelete, Map<String, Object>) - Method in interface com.sap.cds.services.cds.CdsService
Executes a CqnDelete statement with named parameter values against the CdsService.
run(CqnDelete, Iterable<Map<String, Object>>) - Method in interface com.sap.cds.services.cds.CdsService
Executes a CqnDelete statement as batch with the given named parameter values against the CdsService.
run(CqnSelect, Object...) - Method in interface com.sap.cds.services.cds.CqnService
Executes a CqnSelect statement with optional positional parameter values against the CqnService.
run(CqnSelect, Map<String, Object>) - Method in interface com.sap.cds.services.cds.CqnService
Executes a CqnSelect statement with named parameter values against the CqnService.
run(CqnInsert) - Method in interface com.sap.cds.services.cds.CqnService
Executes a CqnInsert statement against the CqnService.
run(CqnUpsert) - Method in interface com.sap.cds.services.cds.CqnService
Executes a CqnUpsert statement against the CqnService.
run(CqnUpdate, Object...) - Method in interface com.sap.cds.services.cds.CqnService
Executes a CqnUpdate statement with optional positional parameter values against the CqnService.
run(CqnUpdate, Map<String, Object>) - Method in interface com.sap.cds.services.cds.CqnService
Executes a CqnUpdate statement with named parameter values against the CqnService.
run(CqnUpdate, Iterable<Map<String, Object>>) - Method in interface com.sap.cds.services.cds.CqnService
Executes a CqnUpdate statement as batch with the given named parameter values against the CqnService.
run(CqnDelete, Object...) - Method in interface com.sap.cds.services.cds.CqnService
Executes a CqnDelete statement with optional positional parameter values against the CqnService.
run(CqnDelete, Map<String, Object>) - Method in interface com.sap.cds.services.cds.CqnService
Executes a CqnDelete statement with named parameter values against the CqnService.
run(CqnDelete, Iterable<Map<String, Object>>) - Method in interface com.sap.cds.services.cds.CqnService
Executes a CqnDelete statement as batch with the given named parameter values against the CqnService.
run(Function<ChangeSetContext, T>) - Method in interface com.sap.cds.services.runtime.ChangeSetContextRunner
Opens a ChangeSetContext and runs the given handler within its scope.
run(Consumer<ChangeSetContext>) - Method in interface com.sap.cds.services.runtime.ChangeSetContextRunner
Opens a ChangeSetContext and runs the given handler within its scope.
run(Function<RequestContext, T>) - Method in interface com.sap.cds.services.runtime.RequestContextRunner
Opens a RequestContext and runs the given handler within its scope.
run(Consumer<RequestContext>) - Method in interface com.sap.cds.services.runtime.RequestContextRunner
Opens a RequestContext and runs the given handler within its scope.
runInChangeSetContext(Function<ChangeSetContext, T>) - Method in interface com.sap.cds.services.runtime.CdsRuntime
Deprecated.
runInChangeSetContext(Consumer<ChangeSetContext>) - Method in interface com.sap.cds.services.runtime.CdsRuntime
Deprecated.
runInRequestContext(Request, Function<RequestContext, T>) - Method in interface com.sap.cds.services.runtime.CdsRuntime
Deprecated.
runInRequestContext(Request, Consumer<RequestContext>) - Method in interface com.sap.cds.services.runtime.CdsRuntime
Deprecated.

S

saveDraft(CqnSelect, Object...) - Method in interface com.sap.cds.services.draft.DraftService
Saves a draft.
saveDraft(CqnSelect, Map<String, Object>) - Method in interface com.sap.cds.services.draft.DraftService
Saves a draft.
Search() - Constructor for class com.sap.cds.services.environment.CdsProperties.Sql.Search
 
Security() - Constructor for class com.sap.cds.services.environment.CdsProperties.MultiTenancy.Security
 
Security() - Constructor for class com.sap.cds.services.environment.CdsProperties.Security
 
SecurityLog - Interface in com.sap.cds.services.auditlog
 
SecurityLogContext - Interface in com.sap.cds.services.auditlog
 
Serve() - Constructor for class com.sap.cds.services.environment.CdsProperties.Application.ApplicationServiceConfig.Serve
 
service(Service) - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfigurer
Registers a given Service in the ServiceCatalog of the CdsRuntime.
Service - Interface in com.sap.cds.services
The Service is the root consumption API that every Service instance offers.
ServiceAccessEventContext - Interface in com.sap.cds.services.authorization
 
ServiceBinding - Interface in com.sap.cds.services.environment
An Open Service Broker API service binding
ServiceBindingConfig() - Constructor for class com.sap.cds.services.environment.CdsProperties.Environment.K8s.ServiceBindingConfig
 
ServiceBindingProvider - Interface in com.sap.cds.services.environment
Provider for available ServiceBindings
ServiceCatalog - Interface in com.sap.cds.services
The ServiceCatalog provides access to the Service instances and their consumption API.
serviceConfigurations() - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfigurer
Applies all service configuration modules to the CdsRuntime of this CdsRuntimeConfigurer
ServiceDelegator - Class in com.sap.cds.services
 
ServiceDelegator(String) - Constructor for class com.sap.cds.services.ServiceDelegator
 
ServiceException - Exception in com.sap.cds.services
ServiceException is the central unchecked exception thrown by the framework and Handler when an error occurs during event processing via Service.emit(EventContext) It extends RuntimeException with an ErrorStatus, which indicates an internal error code and a mapping to an HTTP status code.
ServiceException(Throwable) - Constructor for exception com.sap.cds.services.ServiceException
Creates a new ServiceException
The ErrorStatus of the first ServiceException found within the cause chain is used.
ServiceException(String, Object...) - Constructor for exception com.sap.cds.services.ServiceException
Creates a new ServiceException.
ServiceException(ErrorStatus, String, Object...) - Constructor for exception com.sap.cds.services.ServiceException
Creates a new ServiceException
ServiceExceptionUtils - Interface in com.sap.cds.services
Helper methods for creating (localized) messages in ServiceException.
ServiceManager() - Constructor for class com.sap.cds.services.environment.CdsProperties.MultiTenancy.ServiceManager
 
ServiceName - Annotation Type in com.sap.cds.services.handler.annotations
Annotation to be used on class level to specify the default Service, which should be used when registering annotation-based handlers.
services(CdsRuntimeConfigurer) - Method in interface com.sap.cds.services.runtime.CdsRuntimeConfiguration
Creates and registers one or multiple Service instances, using the given CdsRuntimeConfigurer
Servlet(String) - Constructor for class com.sap.cds.services.environment.CdsProperties.Servlet
 
setAccessEntityName(String) - Method in interface com.sap.cds.services.authorization.EntityAccessEventContext
 
setAccesses(Collection<Access>) - Method in interface com.sap.cds.services.auditlog.DataAccessLog
All data accesses to log.
setAccessEventName(String) - Method in interface com.sap.cds.services.authorization.EntityAccessEventContext
 
setAccessEventName(String) - Method in interface com.sap.cds.services.authorization.ServiceAccessEventContext
 
setAccessQuery(CqnStatement) - Method in interface com.sap.cds.services.authorization.EntityAccessEventContext
 
setAccessServiceName(String) - Method in interface com.sap.cds.services.authorization.ServiceAccessEventContext
 
setAction(Action) - Method in interface com.sap.cds.services.auditlog.ConfigChangeLog
 
setAction(Action) - Method in interface com.sap.cds.services.auditlog.DataModification
The action that was performed: Create, Update, Delete.
setAction(String) - Method in interface com.sap.cds.services.auditlog.SecurityLog
 
setActionName(String) - Method in interface com.sap.cds.services.authorization.ActionAccessEventContext
 
setAdditionalAttribute(String, Object) - Method in interface com.sap.cds.services.request.ModifiableUserInfo
Sets additional attributes.
setAdditionalAttributes(Map<String, Object>) - Method in interface com.sap.cds.services.request.ModifiableUserInfo
Sets the additional attributes.
setAttachments(Collection<Attachment>) - Method in interface com.sap.cds.services.auditlog.Access
Attachments in case the event is triggered by the download or display of some attachments or files.
setAttributes(Collection<Attribute>) - Method in interface com.sap.cds.services.auditlog.Access
The attributes that have been read
setAttributes(Collection<ChangedAttribute>) - Method in interface com.sap.cds.services.auditlog.ConfigChange
 
setAttributes(Collection<ChangedAttribute>) - Method in interface com.sap.cds.services.auditlog.DataModification
A list with changed attributes.
setAttributes(Map<String, List<String>>) - Method in interface com.sap.cds.services.request.ModifiableUserInfo
Sets an attribute value of the user.
setAttributeValues(String, List<String>) - Method in interface com.sap.cds.services.request.ModifiableUserInfo
Sets the value list of an attribute of the user.
setCdsRuntime(CdsRuntime) - Method in interface com.sap.cds.services.runtime.CdsRuntimeAware
Provides access to the CdsRuntime.
setCompleted() - Method in interface com.sap.cds.services.EventContext
Marks the EventContext as completed.
setConfigurations(Collection<ConfigChange>) - Method in interface com.sap.cds.services.auditlog.ConfigChangeLog
 
setCqn(CqnInsert) - Method in interface com.sap.cds.services.cds.CdsCreateEventContext
Sets the CqnInsert statement
setCqn(CqnDelete) - Method in interface com.sap.cds.services.cds.CdsDeleteEventContext
Sets the CqnDelete statement
setCqn(CqnSelect) - Method in interface com.sap.cds.services.cds.CdsReadEventContext
Sets the CqnSelect statement
setCqn(CqnUpdate) - Method in interface com.sap.cds.services.cds.CdsUpdateEventContext
Sets the CqnUpdate statement
setCqn(CqnUpsert) - Method in interface com.sap.cds.services.cds.CdsUpsertEventContext
Sets the CqnUpsert statement
setCqn(CqnDelete) - Method in interface com.sap.cds.services.draft.DraftCancelEventContext
Sets the CqnDelete statement
setCqn(CqnInsert) - Method in interface com.sap.cds.services.draft.DraftCreateEventContext
Sets the CqnInsert statement
setCqn(CqnSelect) - Method in interface com.sap.cds.services.draft.DraftEditEventContext
Sets the CqnSelect statement
setCqn(CqnInsert) - Method in interface com.sap.cds.services.draft.DraftNewEventContext
Sets the CqnInsert statement
setCqn(CqnUpdate) - Method in interface com.sap.cds.services.draft.DraftPatchEventContext
Sets the CqnUpdate statement
setCqn(CqnSelect) - Method in interface com.sap.cds.services.draft.DraftPrepareEventContext
Sets the CqnSelect statement
setCqn(CqnSelect) - Method in interface com.sap.cds.services.draft.DraftSaveEventContext
Sets the CqnSelect statement
setCqnNamedValues(Map<String, Object>) - Method in interface com.sap.cds.services.cds.CdsReadEventContext
Sets the CQN named values, for parameterized CqnSelect statements
setCqnNamedValues(Map<String, Object>) - Method in interface com.sap.cds.services.draft.DraftEditEventContext
Sets the CQN named values, for parameterized CqnSelect statements
setCqnNamedValues(Map<String, Object>) - Method in interface com.sap.cds.services.draft.DraftPrepareEventContext
Sets the CQN named values, for parameterized CqnSelect statements
setCqnNamedValues(Map<String, Object>) - Method in interface com.sap.cds.services.draft.DraftSaveEventContext
Sets the CQN named values, for parameterized CqnSelect statements
setCqnValueSets(Iterable<Map<String, Object>>) - Method in interface com.sap.cds.services.cds.CdsDeleteEventContext
Sets the CQN value sets, to enable batched CqnDelete statements
setCqnValueSets(Iterable<Map<String, Object>>) - Method in interface com.sap.cds.services.cds.CdsUpdateEventContext
Sets the CQN value sets, to enable batched CqnUpdate statements
setCqnValueSets(Iterable<Map<String, Object>>) - Method in interface com.sap.cds.services.draft.DraftCancelEventContext
Sets the CQN value sets, to enable batched CqnDelete statements
setCqnValueSets(Iterable<Map<String, Object>>) - Method in interface com.sap.cds.services.draft.DraftPatchEventContext
Sets the CQN value sets, to enable batched CqnUpdate statements
setCreatedByUser(String) - Method in interface com.sap.cds.services.draft.DraftAdministrativeData
 
setCreationDateTime(Instant) - Method in interface com.sap.cds.services.draft.DraftAdministrativeData
 
setData(ConfigChangeLog) - Method in interface com.sap.cds.services.auditlog.ConfigChangeLogContext
 
setData(DataAccessLog) - Method in interface com.sap.cds.services.auditlog.DataAccessLogContext
 
setData(DataModificationLog) - Method in interface com.sap.cds.services.auditlog.DataModificationLogContext
 
setData(String) - Method in interface com.sap.cds.services.auditlog.SecurityLog
 
setData(SecurityLog) - Method in interface com.sap.cds.services.auditlog.SecurityLogContext
 
setData(String) - Method in interface com.sap.cds.services.messaging.TopicMessageEventContext
 
setDataObject(DataObject) - Method in interface com.sap.cds.services.auditlog.Access
The object where the accessed personal data that is being audit logged is contained.
setDataObject(DataObject) - Method in interface com.sap.cds.services.auditlog.ConfigChange
The object where the accessed or modified personal data that is being audit logged is contained.
setDataObject(DataObject) - Method in interface com.sap.cds.services.auditlog.DataModification
The object where the modified personal data that is being audit logged is contained.
setDataSubject(DataSubject) - Method in interface com.sap.cds.services.auditlog.Access
The data subject whom the accessed personal data that is being audit logged belongs to.
setDataSubject(DataSubject) - Method in interface com.sap.cds.services.auditlog.DataModification
The data subject whom the modified personal data that is being audit logged belongs to.
setDefault(int) - Method in class com.sap.cds.services.environment.CdsProperties.Query.Limit
 
setDraftAdministrativeData(Map<String, ?>) - Method in interface com.sap.cds.services.draft.Drafts
 
setDraftAdministrativeDataDraftUuid(String) - Method in interface com.sap.cds.services.draft.Drafts
 
setDraftIsCreatedByMe(Boolean) - Method in interface com.sap.cds.services.draft.DraftAdministrativeData
 
setDraftIsProcessedByMe(Boolean) - Method in interface com.sap.cds.services.draft.DraftAdministrativeData
 
setDraftUUID(String) - Method in interface com.sap.cds.services.draft.DraftAdministrativeData
 
setEntityName(String) - Method in interface com.sap.cds.services.authorization.ActionAccessEventContext
 
setEntityName(String) - Method in interface com.sap.cds.services.authorization.CalcWhereConditionEventContext
 
setEntityName(String) - Method in interface com.sap.cds.services.authorization.FunctionAccessEventContext
 
setEventName(String) - Method in interface com.sap.cds.services.authorization.CalcWhereConditionEventContext
 
setFunctionName(String) - Method in interface com.sap.cds.services.authorization.FunctionAccessEventContext
 
setHasActiveEntity(Boolean) - Method in interface com.sap.cds.services.draft.Drafts
 
setHasDraftEntity(Boolean) - Method in interface com.sap.cds.services.draft.Drafts
 
setHeader(String, String) - Method in interface com.sap.cds.services.request.ModifiableParameterInfo
Sets the value of the header with the given identifier.
setHeaders(Map<String, String>) - Method in interface com.sap.cds.services.request.ModifiableParameterInfo
Sets all the header values.
setId(String) - Method in interface com.sap.cds.services.auditlog.Attachment
The attachment identifier.
setId(Collection<KeyValuePair>) - Method in interface com.sap.cds.services.auditlog.DataObject
The unique object identifier.
setId(Collection<KeyValuePair>) - Method in interface com.sap.cds.services.auditlog.DataSubject
 
setId(String) - Method in interface com.sap.cds.services.request.ModifiableUserInfo
Sets the ID of the user.
setInProcessByUser(String) - Method in interface com.sap.cds.services.draft.DraftAdministrativeData
 
setInstanceManager(CdsProperties.MultiTenancy.ServiceManager) - Method in class com.sap.cds.services.environment.CdsProperties.MultiTenancy
Deprecated.
setIsActiveEntity(Boolean) - Method in interface com.sap.cds.services.draft.Drafts
 
setIsAuthenticated(boolean) - Method in interface com.sap.cds.services.request.ModifiableUserInfo
Specifies if the current user is an authenticated (i.e.
setIsInbound(boolean) - Method in interface com.sap.cds.services.messaging.TopicMessageEventContext
 
setIsSystemUser(boolean) - Method in interface com.sap.cds.services.request.ModifiableUserInfo
Specifies if the current user is a system user.
setKeyName(String) - Method in interface com.sap.cds.services.auditlog.KeyValuePair
The key name.
setLastChangeDateTime(Instant) - Method in interface com.sap.cds.services.draft.DraftAdministrativeData
 
setLastChangedByUser(String) - Method in interface com.sap.cds.services.draft.DraftAdministrativeData
 
setLocale(Locale) - Method in interface com.sap.cds.services.request.ModifiableParameterInfo
Sets the Locale of the request.
setMessageId(String) - Method in interface com.sap.cds.services.messaging.TopicMessageEventContext
 
setModifications(Collection<DataModification>) - Method in interface com.sap.cds.services.auditlog.DataModificationLog
All modifications to log.
setName(String) - Method in interface com.sap.cds.services.auditlog.Attachment
The attachment name.
setName(String) - Method in interface com.sap.cds.services.auditlog.Attribute
The attribute name.
setName(String) - Method in interface com.sap.cds.services.auditlog.ChangedAttribute
The attribute name.
setName(String) - Method in interface com.sap.cds.services.request.ModifiableUserInfo
Sets the name of the user which is used for $user to uniquely identify.
setNewValue(String) - Method in interface com.sap.cds.services.auditlog.ChangedAttribute
The new value.
setOldValue(String) - Method in interface com.sap.cds.services.auditlog.ChangedAttribute
The old value.
setOutboxedContext(EventContext) - Method in interface com.sap.cds.services.outbox.OutboxEnrollEventContext
 
setOutboxedService(Service) - Method in interface com.sap.cds.services.outbox.OutboxEnrollEventContext
 
setPreserveChanges(boolean) - Method in interface com.sap.cds.services.draft.DraftEditEventContext
Sets whether to preserve changes or not
setPrevious(ApplicationInfoProvider) - Method in interface com.sap.cds.services.environment.ApplicationInfoProvider
Passes the latest configured ApplicationInfoProvider during configuration phase when this instances gets registered.
setPrevious(ServiceBindingProvider) - Method in interface com.sap.cds.services.environment.ServiceBindingProvider
Passes the latest configured ServiceBindingProvider during configuration phase when this instances gets registered.
setPrevious(LocalizedMessageProvider) - Method in interface com.sap.cds.services.messages.LocalizedMessageProvider
Passes the latest configured LocalizedMessageProvider during configuration phase when this instances gets registered.
setPrevious(AuthenticationInfoProvider) - Method in interface com.sap.cds.services.runtime.AuthenticationInfoProvider
Passes the latest configured AuthenticationInfoProvider during configuration phase when this instances gets registered.
setPrevious(CdsModelProvider) - Method in interface com.sap.cds.services.runtime.CdsModelProvider
Passes the latest configured CdsModelProvider during configuration phase when this instances gets registered.
setPrevious(FeatureTogglesInfoProvider) - Method in interface com.sap.cds.services.runtime.FeatureTogglesInfoProvider
Passes the latest configured FeatureTogglesProvider during configuration phase when this instances gets registered.
setPrevious(ParameterInfoProvider) - Method in interface com.sap.cds.services.runtime.ParameterInfoProvider
Passes the latest configured ParameterInfoProvider during configuration phase when this instances gets registered.
setPrevious(UserInfoProvider) - Method in interface com.sap.cds.services.runtime.UserInfoProvider
Passes the latest configured UserInfoProvider during configuration phase when this instances gets registered.
setQueryParameter(String, String) - Method in interface com.sap.cds.services.request.ModifiableParameterInfo
Sets the value of the query parameter with the given key.
setQueryParameters(Map<String, String>) - Method in interface com.sap.cds.services.request.ModifiableParameterInfo
Sets all the query parameters.
setResult(boolean) - Method in interface com.sap.cds.services.authorization.ActionAccessEventContext
 
setResult(CqnPredicate) - Method in interface com.sap.cds.services.authorization.CalcWhereConditionEventContext
 
setResult(boolean) - Method in interface com.sap.cds.services.authorization.EntityAccessEventContext
 
setResult(boolean) - Method in interface com.sap.cds.services.authorization.FunctionAccessEventContext
 
setResult(boolean) - Method in interface com.sap.cds.services.authorization.ServiceAccessEventContext
 
setResult(Iterable<? extends Map<String, ?>>) - Method in interface com.sap.cds.services.cds.CdsCreateEventContext
Sets the result of the CqnService.EVENT_CREATE event
setResult(Iterable<? extends Map<String, ?>>) - Method in interface com.sap.cds.services.cds.CdsDeleteEventContext
Sets the result of the CqnService.EVENT_DELETE event
setResult(Iterable<? extends Map<String, ?>>) - Method in interface com.sap.cds.services.cds.CdsReadEventContext
Sets the result of the CqnService.EVENT_READ event
setResult(Iterable<? extends Map<String, ?>>) - Method in interface com.sap.cds.services.cds.CdsUpdateEventContext
Sets the result of the CqnService.EVENT_UPDATE event
setResult(Iterable<? extends Map<String, ?>>) - Method in interface com.sap.cds.services.cds.CdsUpsertEventContext
Sets the result of the CqnService.EVENT_UPSERT event
setResult(Iterable<? extends Map<String, ?>>) - Method in interface com.sap.cds.services.draft.DraftCancelEventContext
Sets the result of the DraftService.EVENT_DRAFT_CANCEL event
setResult(Iterable<? extends Map<String, ?>>) - Method in interface com.sap.cds.services.draft.DraftCreateEventContext
Sets the result of the DraftService.EVENT_DRAFT_CREATE event
setResult(Iterable<? extends Map<String, ?>>) - Method in interface com.sap.cds.services.draft.DraftEditEventContext
Sets the result of the DraftService.EVENT_DRAFT_EDIT event
setResult(Result) - Method in interface com.sap.cds.services.draft.DraftGcEventContext
 
setResult(Iterable<? extends Map<String, ?>>) - Method in interface com.sap.cds.services.draft.DraftNewEventContext
Sets the result of the DraftService.EVENT_DRAFT_NEW event
setResult(Iterable<? extends Map<String, ?>>) - Method in interface com.sap.cds.services.draft.DraftPatchEventContext
Sets the result of the DraftService.EVENT_DRAFT_PATCH event
setResult(Iterable<? extends Map<String, ?>>) - Method in interface com.sap.cds.services.draft.DraftPrepareEventContext
Sets the result of the DraftService.EVENT_DRAFT_PREPARE event
setResult(Iterable<? extends Map<String, ?>>) - Method in interface com.sap.cds.services.draft.DraftSaveEventContext
Sets the result of the DraftService.EVENT_DRAFT_SAVE event
setResult(List<TenantInfo>) - Method in interface com.sap.cds.services.mt.ReadTenantsEventContext
 
setRole(String) - Method in interface com.sap.cds.services.auditlog.DataSubject
Role to the data subject.
setRoles(Set<String>) - Method in interface com.sap.cds.services.request.ModifiableUserInfo
Sets the roles of the user.
setRollbackOnly() - Method in interface com.sap.cds.services.transaction.TransactionManager
Marks the transaction as rollback only
setServiceName(String) - Method in class com.sap.cds.services.environment.CdsProperties.DataSource
Deprecated.
setServiceName(String) - Method in class com.sap.cds.services.environment.CdsProperties.Security.Xsuaa
Deprecated.
setServices(Map<String, CdsProperties.Application.ApplicationServiceConfig>) - Method in class com.sap.cds.services.environment.CdsProperties
Deprecated.
setSiblingEntity(Map<String, ?>) - Method in interface com.sap.cds.services.draft.Drafts
 
setSideEffectsQualifier(String) - Method in interface com.sap.cds.services.draft.DraftPrepareEventContext
Sets the sideEffectQualifier
setTenant(String) - Method in interface com.sap.cds.services.mt.TenantInfo
Sets the tenant identifier
setTenant(String) - Method in interface com.sap.cds.services.request.ModifiableUserInfo
Sets the tenant of the user.
setTimestamp(Long) - Method in interface com.sap.cds.services.mt.ModelChangedEventContext
Sets the optional timestamp of the model change
setType(String) - Method in interface com.sap.cds.services.auditlog.DataObject
The object type.
setType(String) - Method in interface com.sap.cds.services.auditlog.DataSubject
Type to the data subject
setUnrestrictedAttributes(Set<String>) - Method in interface com.sap.cds.services.request.ModifiableUserInfo
 
setValidAt(Instant) - Method in interface com.sap.cds.services.request.ModifiableParameterInfo
Sets the "valid-at" time stamp for the request.
setValidFrom(Instant) - Method in interface com.sap.cds.services.request.ModifiableParameterInfo
Sets the "valid-from" time stamp for the request.
setValidTo(Instant) - Method in interface com.sap.cds.services.request.ModifiableParameterInfo
Sets the "valid-to" time stamp for the request.
setValue(String) - Method in interface com.sap.cds.services.auditlog.KeyValuePair
The corresponding value.
setWhiteList(List<String>) - Method in class com.sap.cds.services.environment.CdsProperties.Locales.Normalization
Deprecated.
SIBLING_ENTITY - Static variable in interface com.sap.cds.services.draft.Drafts
 
SIDE_EFFECTS_QUALIFIER - Static variable in interface com.sap.cds.services.draft.DraftPrepareEventContext
 
Sidecar() - Constructor for class com.sap.cds.services.environment.CdsProperties.MultiTenancy.Sidecar
 
Sql() - Constructor for class com.sap.cds.services.environment.CdsProperties.Sql
 
stream() - Method in interface com.sap.cds.services.messages.Messages
Returns a Stream of the added messages in the current request context
SUCCESS - Static variable in interface com.sap.cds.services.auditlog.ConfigChangeLog
 
success(String, Object...) - Method in interface com.sap.cds.services.messages.Messages
Adds a new Message with severity Message.Severity.SUCCESS to the current request with the given message text or format and format parameters.

T

target(String) - Method in interface com.sap.cds.services.messages.Message
Sets the provided string-based target.
target(String, Function<StructuredType<?>, Object>) - Method in interface com.sap.cds.services.messages.Message
Adds the passed root entity and CQN path as target to the current Message.
target(String, String, Function<StructuredType<?>, Object>) - Method in interface com.sap.cds.services.messages.Message
Adds the passed root entity and CQN path as target to the current Message.
target(Class<E>, Function<E, Object>) - Method in interface com.sap.cds.services.messages.Message
Adds the passed root entity and CQN path as target to the current Message.
target(String, Class<E>, Function<E, Object>) - Method in interface com.sap.cds.services.messages.Message
Adds the passed root entity and CQN path as target to the current Message.
TenantInfo - Interface in com.sap.cds.services.mt
Tenant info
TenantProviderService - Interface in com.sap.cds.services.mt
Interface for a Service that provides tenant information.
test(String, String) - Method in interface com.sap.cds.services.handler.EventPredicate
Returns true, if a given event and entity should be handled by the Handler registered with this EventPredicate
throwIfError() - Method in interface com.sap.cds.services.messages.Messages
Throws a service exception, if error messages have been added to the current request.
TopicMessageEventContext - Interface in com.sap.cds.services.messaging
Describes the topic message of the MessagingService
toString() - Method in enum com.sap.cds.services.auditlog.Action
 
TransactionManager - Interface in com.sap.cds.services.transaction
Interface to abstract on TransactionManager instances provided by different frameworks.
TYPE - Static variable in interface com.sap.cds.services.auditlog.DataObject
 
TYPE - Static variable in interface com.sap.cds.services.auditlog.DataSubject
 

U

User() - Constructor for class com.sap.cds.services.environment.CdsProperties.Security.Mock.User
 
user(UserInfo) - Method in interface com.sap.cds.services.runtime.RequestContextRunner
Sets a dedicated UserInfo for the RequestContext being opened.
UserInfo - Interface in com.sap.cds.services.request
Interface to fetch user and authorization information.
UserInfoProvider - Interface in com.sap.cds.services.runtime
A UserInfoProvider provides the UserInfo for a RequestContext if not provided explicitly.
Utils - Static variable in exception com.sap.cds.services.ServiceException
 

V

VALUE - Static variable in interface com.sap.cds.services.auditlog.KeyValuePair
 
valueOf(String) - Static method in enum com.sap.cds.services.auditlog.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cds.services.ErrorStatuses
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.cds.services.messages.Message.Severity
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sap.cds.services.auditlog.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cds.services.ErrorStatuses
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.cds.services.messages.Message.Severity
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(String, Object...) - Method in interface com.sap.cds.services.messages.Messages
Adds a new Message with severity Message.Severity.WARNING to the current request with the given message text or format and format parameters.
withParameters(RequestParameters) - Method in class com.sap.cds.services.runtime.Request
Deprecated.
withUser(RequestUser) - Method in class com.sap.cds.services.runtime.Request
Deprecated.
Sets RequestUser on the Request

X

Xsuaa() - Constructor for class com.sap.cds.services.environment.CdsProperties.Security.Xsuaa
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2021. All rights reserved.