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

A

ActionAccessEventContext - Interface in com.sap.cds.services.authorization
 
addTopic(String, String) - Method in interface com.sap.cds.services.messaging.MessageQueue
Adds topic to the specified entity.
addTopics(String, Collection<String>) - Method in interface com.sap.cds.services.messaging.MessageQueue
Adds all topics to the given entity.
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(EventPredicate, 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.
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
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.
AuthorizationService - Interface in com.sap.cds.services.authorization
Technical service for checking authorization on service or entity level for the current user.

B

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(EventPredicate, 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.
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
build() - Method in interface com.sap.cds.services.runtime.CdsRuntimeBuilder
Creates a CdsRuntime instance based on the specified providers for the model and DataSouce.
build() - Static method in class com.sap.cds.services.runtime.Request
Builds a new Request
builder() - Static method in interface com.sap.cds.services.runtime.CdsRuntimeBuilder
 

C

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.
CdsCreateEventContext - Interface in com.sap.cds.services.cds
The specialized EventContext to be used for CdsService.EVENT_CREATE
CdsDeleteEventContext - Interface in com.sap.cds.services.cds
The specialized EventContext to be used for CdsService.EVENT_DELETE
CdsEntityPath - Interface in com.sap.cds.services.cds
An interface to access information about the path in a CQN statement.
CdsMessageEventContext - Interface in com.sap.cds.services.messaging.message
Describes the content of a CDS structured message, received via the messaging adapter
CdsReadEventContext - Interface in com.sap.cds.services.cds
The specialized EventContext to be used for CdsService.EVENT_READ
CdsRuntime - Interface in com.sap.cds.services.runtime
Interface for Protocol Adapters to get access to Service instances and CdsModel.
CdsRuntimeBuilder - Interface in com.sap.cds.services.runtime
Interface for framework integration plugins to initialize the CdsRuntime.
CdsRuntimeBuilder.ResourceProvider<R> - Interface in com.sap.cds.services.runtime
A provider for resources which can throw an Exception during creation.
CdsService - Interface in com.sap.cds.services.cds
The interface defining the consumption API of a CdsService.
CdsUpdateEventContext - Interface in com.sap.cds.services.cds
The specialized EventContext to be used for CdsService.EVENT_UPDATE
CdsUpsertEventContext - Interface in com.sap.cds.services.cds
The specialized EventContext to be used for CdsService.EVENT_UPSERT
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.
ChangeSetListener - Interface in com.sap.cds.services.changeset
Listener interface to get notified when a ChangeSetContext is closed successfully or cancelled.
com.sap.cds.services - package com.sap.cds.services
 
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.draft - package com.sap.cds.services.draft
 
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.messaging - package com.sap.cds.services.messaging
 
com.sap.cds.services.messaging.message - package com.sap.cds.services.messaging.message
 
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
create() - Static method in interface com.sap.cds.services.authorization.ActionAccessEventContext
 
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(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.DraftEditEventContext
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, String) - Method in interface com.sap.cds.services.EventContextFactory
The factory method to create a new EventContext
create(String, String) - Static method in interface com.sap.cds.services.messaging.message.CdsMessageEventContext
 
create() - Static method in interface com.sap.cds.services.messaging.message.JsonMessageEventContext
 
create(String, String) - Static method in interface com.sap.cds.services.messaging.message.S4HanaMessageEventContext
 
create() - Static method in interface com.sap.cds.services.messaging.message.StringMessageEventContext
 
create() - Static method in interface com.sap.cds.services.messaging.SendMessageEventContext
create() - Method in interface com.sap.cds.services.runtime.CdsRuntimeBuilder.ResourceProvider
 
CREATED_BY_USER - Static variable in interface com.sap.cds.services.draft.DraftAdministrativeData
 
CREATION_DATE_TIME - Static variable in interface com.sap.cds.services.draft.DraftAdministrativeData
 

D

DEFAULT_NAME - Static variable in interface com.sap.cds.services.authorization.AuthorizationService
 
DEFAULT_NAME - Static variable in interface com.sap.cds.services.messaging.MessagingService
 
DEFAULT_NAME - Static variable in interface com.sap.cds.services.persistence.PersistenceService
 
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
DraftEditEventContext - 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.
DraftSaveEventContext - Interface in com.sap.cds.services.draft
DraftService - Interface in com.sap.cds.services.draft
A CdsService that handles draft enabled entities.

E

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(EventContext) - Method in interface com.sap.cds.services.Service
The generic consumption API to emit arbitrary events, represented by EventContext objects.
EntityAccessEventContext - Interface in com.sap.cds.services.authorization
 
ErrorStatus - Interface in com.sap.cds.services
An ErrorStatus is used by ServiceException to identify certain error types.
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_CHANGED - Static variable in interface com.sap.cds.services.messaging.MessagingService
 
EVENT_CREATE - Static variable in interface com.sap.cds.services.cds.CdsService
 
EVENT_DELETE - Static variable in interface com.sap.cds.services.cds.CdsService
 
EVENT_DRAFT_CANCEL - 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_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_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_JSON_RECEIVED - Static variable in interface com.sap.cds.services.messaging.message.JsonMessageEventContext
 
EVENT_READ - Static variable in interface com.sap.cds.services.cds.CdsService
 
EVENT_SEND - Static variable in interface com.sap.cds.services.messaging.MessagingService
 
EVENT_SERVICE_ACCESS - Static variable in interface com.sap.cds.services.authorization.AuthorizationService
 
EVENT_STRING_RECEIVED - Static variable in interface com.sap.cds.services.messaging.message.StringMessageEventContext
 
EVENT_UPDATE - Static variable in interface com.sap.cds.services.cds.CdsService
 
EVENT_UPSERT - Static variable in interface com.sap.cds.services.cds.CdsService
 
EventContext - Interface in com.sap.cds.services
The EventContext provides information about the event that is emitted via Service.emit(EventContext).
EventContextFactory - Interface in com.sap.cds.services
Factory to create EventContext objects.
EventHandler - Interface in com.sap.cds.services.handler
Marker interface for annotation-based handler registration.
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.

F

forEachService(BiConsumer<? super String, ? super MessageQueue>) - Method in interface com.sap.cds.services.messaging.MessageQueueRegistry
Performs the given action for each message queue in the registry.
forEachTopic(Consumer<String>) - Method in interface com.sap.cds.services.messaging.MessageQueue
Performs the given action for all topics in the queue.
FunctionAccessEventContext - Interface in com.sap.cds.services.authorization
 

G

get(String) - Method in interface com.sap.cds.services.EventContext
Returns an input or output parameter, which was stored under the given key.
getAccessEntityName() - Method in interface com.sap.cds.services.authorization.EntityAccessEventContext
 
getAccessEventName() - Method in interface com.sap.cds.services.authorization.EntityAccessEventContext
 
getAccessEventName() - Method in interface com.sap.cds.services.authorization.ServiceAccessEventContext
 
getAccessServiceName() - Method in interface com.sap.cds.services.authorization.ServiceAccessEventContext
 
getActionName() - Method in interface com.sap.cds.services.authorization.ActionAccessEventContext
 
getAttribute(String) - Method in interface com.sap.cds.services.request.UserInfo
Returns the verified value of the specified attribute as presented in the request.
getByType(String) - Static method in enum com.sap.cds.services.messaging.message.MessageType
Provides the message type from the given string.
getCdsDataStore() - Method in interface com.sap.cds.services.persistence.PersistenceService
The CdsDataStore, wrapped by this PersistenceService
getCdsModel() - Method in interface com.sap.cds.services.runtime.CdsRuntime
 
getChangeSetContext() - Method in interface com.sap.cds.services.EventContext
 
getCloudEventsVersion() - Method in interface com.sap.cds.services.messaging.message.S4HanaMessageEventContext
 
getCode() - Method in interface com.sap.cds.services.ErrorStatus
 
getCode() - Method in enum com.sap.cds.services.ErrorStatuses
 
getConnectionSupplier() - Method in interface com.sap.cds.services.transaction.TransactionManagerFactory
 
getContentType() - Method in interface com.sap.cds.services.messaging.message.S4HanaMessageEventContext
 
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.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
 
getData() - Method in interface com.sap.cds.services.messaging.message.CdsMessageEventContext
 
getData() - Method in interface com.sap.cds.services.messaging.message.JsonMessageEventContext
 
getData() - Method in interface com.sap.cds.services.messaging.message.S4HanaMessageEventContext
 
getData() - Method in interface com.sap.cds.services.messaging.message.StringMessageEventContext
 
getDescendingIterator() - Method in interface com.sap.cds.services.cds.CdsEntityPath
 
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
 
getEntityName() - Method in interface com.sap.cds.services.authorization.ActionAccessEventContext
 
getEntityName() - Method in interface com.sap.cds.services.authorization.FunctionAccessEventContext
 
getErrorStatus() - Method in exception com.sap.cds.services.ServiceException
 
getEvent() - Method in interface com.sap.cds.services.EventContext
 
getEventID() - Method in interface com.sap.cds.services.messaging.message.S4HanaMessageEventContext
 
getEventTime() - Method in interface com.sap.cds.services.messaging.message.CdsMessageEventContext
 
getEventTime() - Method in interface com.sap.cds.services.messaging.message.S4HanaMessageEventContext
 
getEventType() - Method in interface com.sap.cds.services.messaging.message.S4HanaMessageEventContext
 
getExtensionAttribute(String) - Method in interface com.sap.cds.services.runtime.RequestUser
Returns the extension attribute if existing.
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
Returns the value of a header with the given identifier
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.request.UserInfo
Returns the verified user id of the request's authenticated user.
getId() - Method in interface com.sap.cds.services.runtime.RequestUser
Returns the verified user id of the request's authenticated user.
getInProcessByUser() - Method in interface com.sap.cds.services.draft.DraftAdministrativeData
 
getIsActiveEntity() - Method in interface com.sap.cds.services.draft.Drafts
 
getIterator() - Method in interface com.sap.cds.services.cds.CdsEntityPath
 
getJson() - Method in interface com.sap.cds.services.messaging.message.JsonMessage
Provides the JSON representation of the message.
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
 
getMessage() - Method in interface com.sap.cds.services.messaging.SendMessageEventContext
 
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.
getName() - Method in interface com.sap.cds.services.messaging.MessageQueue
Returns the queue name.
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
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 interface com.sap.cds.services.transaction.TransactionManager
The name of the TransactionManager.
getParameterInfo() - Method in interface com.sap.cds.services.EventContext
 
getParameterInfo() - Method in interface com.sap.cds.services.request.RequestContext
 
getPlainMessage() - Method in exception com.sap.cds.services.ServiceException
 
getPreserveChanges() - Method in interface com.sap.cds.services.draft.DraftEditEventContext
 
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
Returns the value of a query parameter with the given key
getQueryParameters() - Method in interface com.sap.cds.services.request.ParameterInfo
 
getQueryParameters() - Method in interface com.sap.cds.services.runtime.RequestParameters
 
getQueueRegistry() - Method in interface com.sap.cds.services.messaging.MessagingService
Returns the queue registry.
getRequestParameters() - Method in class com.sap.cds.services.runtime.Request
 
getRequestUser() - Method in class com.sap.cds.services.runtime.Request
 
getResult() - Method in interface com.sap.cds.services.authorization.ActionAccessEventContext
 
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.DraftEditEventContext
 
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
 
getRoles() - Method in interface com.sap.cds.services.runtime.RequestUser
Returns the roles of the authenticated user.
getRoot() - Method in interface com.sap.cds.services.cds.CdsEntityPath
 
getSchemaURL() - Method in interface com.sap.cds.services.messaging.message.S4HanaMessageEventContext
 
getService() - Method in interface com.sap.cds.services.authorization.ActionAccessEventContext
 
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.DraftEditEventContext
 
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() - 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.messaging.MessageQueue
Returns the full qualified service name.
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
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
 
getServiceQueue(String) - Method in interface com.sap.cds.services.messaging.MessageQueueRegistry
Returns the message queue for the specified service.
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
getSiblingEntity() - Method in interface com.sap.cds.services.draft.Drafts
 
getSideEffectsQualifier() - Method in interface com.sap.cds.services.draft.DraftPrepareEventContext
 
getSource() - Method in interface com.sap.cds.services.messaging.message.S4HanaMessageEventContext
 
getString() - Method in interface com.sap.cds.services.messaging.message.StringMessage
Provides the message as a String representation.
getSystemAttribute(String) - Method in interface com.sap.cds.services.runtime.RequestUser
Returns the verified value list of the specified system attribute as presented in the request.
getTarget() - Method in interface com.sap.cds.services.cds.CdsEntityPath
 
getTarget() - Method in interface com.sap.cds.services.EventContext
Returns the Reflection API CdsEntity, for which the EventContext was created.
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
Returns the verified tenant of the request's authenticated user.
getTopic() - Method in interface com.sap.cds.services.messaging.SendMessageEventContext
 
getTopics(String) - Method in interface com.sap.cds.services.messaging.MessageQueue
Provides the topics of the given entity.
getTopics() - Method in interface com.sap.cds.services.messaging.MessageQueue
Provides all topics of the queue.
getTransactionManger() - Method in interface com.sap.cds.services.transaction.TransactionManagerFactory
 
getType() - Method in enum com.sap.cds.services.messaging.message.MessageType
 
getType() - Method in interface com.sap.cds.services.messaging.MessageQueue
Returns the message type.
getUserAttribute(String) - Method in interface com.sap.cds.services.runtime.RequestUser
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
 

H

Handler - Interface in com.sap.cds.services.handler
Functional interface for progammatic handler registration on Service instances.
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.
hasEntityAccess(String, String) - Method in interface com.sap.cds.services.authorization.AuthorizationService
Checks if the current user is allowed to access the given entity.
hasFunctionAccess(String, String) - Method in interface com.sap.cds.services.authorization.AuthorizationService
Checks if the current user is allowed to access the given function.
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.

I

IN_PROCESS_BY_USER - Static variable in interface com.sap.cds.services.draft.DraftAdministrativeData
 
INSTANCE - Static variable in interface com.sap.cds.services.EventContextFactory
The instance loaded via Java's ServiceLoader, used by EventContext.create(String, String)
IS_ACTIVE_ENTITY - Static variable in interface com.sap.cds.services.draft.Drafts
 
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
 
isEmmittable(String, String) - Method in interface com.sap.cds.services.messaging.MessageQueueRegistry
Determines whether the entity is marked for auto emitting of the specified event.
isMarkedForCancel() - Method in interface com.sap.cds.services.changeset.ChangeSetContext
 
isRollbackOnly() - Method in interface com.sap.cds.services.transaction.TransactionManager
 
isSkipped(String) - Method in interface com.sap.cds.services.messaging.MessageQueueRegistry
Determines whether the entity is skipped for messaging inbound/outbound.
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
Returns true if the user is a system user and not a named user.

J

JsonMessage - Interface in com.sap.cds.services.messaging.message
JSON structured message.
JsonMessageEventContext - Interface in com.sap.cds.services.messaging.message
Describes the content of a JSON structured message, received via the messaging adapter

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
 

M

markForCancel() - Method in interface com.sap.cds.services.changeset.ChangeSetContext
Marks the ChangeSetContext to be cancelled.
MessageQueue - Interface in com.sap.cds.services.messaging
 
MessageQueueRegistry - Interface in com.sap.cds.services.messaging
 
MessageType - Enum in com.sap.cds.services.messaging.message
The known message type
MessagingService - Interface in com.sap.cds.services.messaging
Messaging service.

N

newDraft(CqnInsert) - Method in interface com.sap.cds.services.draft.DraftService
Creates a new draft entity by executing the insert statement.

O

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
Registers a Handler on this Service for the ON phase of the processing of an EventContext.

P

ParameterInfo - Interface in com.sap.cds.services.request
Interface to access request-specific information.
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
 
process(EventContext) - Method in interface com.sap.cds.services.handler.Handler
Processes an EventContext
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.

R

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.
Request - Class in com.sap.cds.services.runtime
The Request offers a builder API to gather all request specific information.
RequestContext - Interface in com.sap.cds.services.request
Interface to provide access to request-specific information.
RequestParameters - Interface in com.sap.cds.services.runtime
Interface to access request-specific information.
RequestUser - Interface in com.sap.cds.services.runtime
Interface to fetch user and authorization information.
rollback() - Method in interface com.sap.cds.services.transaction.TransactionManager
Rollbacks the current transaction
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.
runInChangeSetContext(Function<ChangeSetContext, T>) - Method in interface com.sap.cds.services.runtime.CdsRuntime
Opens a ChangeSetContext and runs the given handler within its scope.
runInRequestContext(Request, Function<RequestContext, T>) - Method in interface com.sap.cds.services.runtime.CdsRuntime
Opens a RequestContext and runs the given handler within its scope.

S

S4HanaMessageEventContext - Interface in com.sap.cds.services.messaging.message
Describes the content of a S/4HANA structured message, received via the messaging adapter
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.
send(String, String) - Method in interface com.sap.cds.services.messaging.MessagingService
Sends the given message to the specified topic/pattern of all connected message brokers.
send(Map<String, Object>, String) - Method in interface com.sap.cds.services.messaging.MessagingService
Sends the given message to the specified topic/pattern of all connected message brokers.
send(Map<String, Object>, String, String, String) - Method in interface com.sap.cds.services.messaging.MessagingService
Sends the CDS message to all connected message brokers.
SendMessageEventContext - Interface in com.sap.cds.services.messaging
Describes the SEND event of the MessagingService
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
 
ServiceCatalog - Interface in com.sap.cds.services
The ServiceCatalog provides access to the Service instances and their consumption API.
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(String, Object...) - Constructor for exception com.sap.cds.services.ServiceException
Creates a new ServiceException.
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(ErrorStatus, String, Object...) - Constructor for exception com.sap.cds.services.ServiceException
Creates a new ServiceException
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.
setAccessEntityName(String) - Method in interface com.sap.cds.services.authorization.EntityAccessEventContext
 
setAccessEventName(String) - Method in interface com.sap.cds.services.authorization.EntityAccessEventContext
 
setAccessEventName(String) - Method in interface com.sap.cds.services.authorization.ServiceAccessEventContext
 
setAccessServiceName(String) - Method in interface com.sap.cds.services.authorization.ServiceAccessEventContext
 
setActionName(String) - Method in interface com.sap.cds.services.authorization.ActionAccessEventContext
 
setCloudEventsVersion(String) - Method in interface com.sap.cds.services.messaging.message.S4HanaMessageEventContext
 
setCompleted() - Method in interface com.sap.cds.services.EventContext
Marks the EventContext as completed.
setContentType(String) - Method in interface com.sap.cds.services.messaging.message.S4HanaMessageEventContext
 
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(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(JsonMessage) - Method in interface com.sap.cds.services.messaging.message.CdsMessageEventContext
 
setData(JsonMessage) - Method in interface com.sap.cds.services.messaging.message.JsonMessageEventContext
 
setData(JsonMessage) - Method in interface com.sap.cds.services.messaging.message.S4HanaMessageEventContext
 
setData(StringMessage) - Method in interface com.sap.cds.services.messaging.message.StringMessageEventContext
 
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.FunctionAccessEventContext
 
setEventID(String) - Method in interface com.sap.cds.services.messaging.message.S4HanaMessageEventContext
 
setEventTime(long) - Method in interface com.sap.cds.services.messaging.message.CdsMessageEventContext
 
setEventTime(long) - Method in interface com.sap.cds.services.messaging.message.S4HanaMessageEventContext
 
setEventType(String) - Method in interface com.sap.cds.services.messaging.message.S4HanaMessageEventContext
 
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
 
setInProcessByUser(String) - Method in interface com.sap.cds.services.draft.DraftAdministrativeData
 
setIsActiveEntity(Boolean) - Method in interface com.sap.cds.services.draft.Drafts
 
setLastChangeDateTime(Instant) - Method in interface com.sap.cds.services.draft.DraftAdministrativeData
 
setLastChangedByUser(String) - Method in interface com.sap.cds.services.draft.DraftAdministrativeData
 
setMessage(String) - Method in interface com.sap.cds.services.messaging.SendMessageEventContext
Sets the message to be sent
setPreserveChanges(boolean) - Method in interface com.sap.cds.services.draft.DraftEditEventContext
Sets whether to preserve changes or not
setResult(boolean) - Method in interface com.sap.cds.services.authorization.ActionAccessEventContext
 
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 CdsService.EVENT_CREATE event
setResult(Iterable<? extends Map<String, ?>>) - Method in interface com.sap.cds.services.cds.CdsDeleteEventContext
Sets the result of the CdsService.EVENT_DELETE event
setResult(Iterable<? extends Map<String, ?>>) - Method in interface com.sap.cds.services.cds.CdsReadEventContext
Sets the result of the CdsService.EVENT_READ event
setResult(Iterable<? extends Map<String, ?>>) - Method in interface com.sap.cds.services.cds.CdsUpdateEventContext
Sets the result of the CdsService.EVENT_UPDATE event
setResult(Iterable<? extends Map<String, ?>>) - Method in interface com.sap.cds.services.cds.CdsUpsertEventContext
Sets the result of the CdsService.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.DraftEditEventContext
Sets the result of the DraftService.EVENT_DRAFT_EDIT event
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
setRollbackOnly() - Method in interface com.sap.cds.services.transaction.TransactionManager
Marks the transaction as rollback only
setSchemaURL(String) - Method in interface com.sap.cds.services.messaging.message.S4HanaMessageEventContext
 
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
setSource(String) - Method in interface com.sap.cds.services.messaging.message.S4HanaMessageEventContext
 
setTopic(String) - Method in interface com.sap.cds.services.messaging.SendMessageEventContext
Sets the topic the message should be sent to
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
 
StringMessage - Interface in com.sap.cds.services.messaging.message
The structure of a string-based message.
StringMessageEventContext - Interface in com.sap.cds.services.messaging.message
Describes the content of a String-based structured message, received via the messaging adapter

T

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
TransactionManager - Interface in com.sap.cds.services.transaction
Interface to abstract on TransactionManager instances provided by different frameworks.
TransactionManagerFactory - Interface in com.sap.cds.services.transaction
Factory to get access to a TransactionManager and Connection managed by the TransactionManager.

U

UserInfo - Interface in com.sap.cds.services.request
Interface to fetch user and authorization information.

V

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.messaging.message.MessageType
Returns the enum constant of this type with the specified name.
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.messaging.message.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withCdsModel(CdsRuntimeBuilder.ResourceProvider<CdsModel>) - Method in interface com.sap.cds.services.runtime.CdsRuntimeBuilder
Sets the provider for the CdsModel.
withCsnResource(String) - Method in interface com.sap.cds.services.runtime.CdsRuntimeBuilder
Points the CdsModel to a resource path.
withDataSource(CdsRuntimeBuilder.ResourceProvider<DataSource>) - Method in interface com.sap.cds.services.runtime.CdsRuntimeBuilder
Sets the provider for a DataSource.
withDataSource(String) - Method in interface com.sap.cds.services.runtime.CdsRuntimeBuilder
Sets the name of the DataSource.
withHandlerClass(Class<T>, Supplier<T>) - Method in interface com.sap.cds.services.runtime.CdsRuntimeBuilder
Adds a handler class.
withHandlerPackage(String) - Method in interface com.sap.cds.services.runtime.CdsRuntimeBuilder
Sets the package name of default EventHandler lookup
withParameters(RequestParameters) - Method in class com.sap.cds.services.runtime.Request
withTransactionManagerFactory(CdsRuntimeBuilder.ResourceProvider<TransactionManagerFactory>) - Method in interface com.sap.cds.services.runtime.CdsRuntimeBuilder
Sets the provider for the TransactionManagerFactory.
withUser(RequestUser) - Method in class com.sap.cds.services.runtime.Request
Sets RequestUser on the Request
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2019. All rights reserved.