Index
All Classes and Interfaces|All Packages
A
- AdapterFactory - Interface in com.sap.cds.adapter
-
Interface to be used with
ExtendedServiceLoaderfor creating adapters.
C
- com.sap.cds.adapter - package com.sap.cds.adapter
- com.sap.cds.adapter.edmx - package com.sap.cds.adapter.edmx
- create() - Method in interface com.sap.cds.adapter.AdapterFactory
-
Creates the adapter and initializes it
- create() - Method in interface com.sap.cds.adapter.IndexContentProviderFactory
-
Creates the content provider and initializes it
E
- EdmxI18nProvider - Interface in com.sap.cds.adapter.edmx
-
An
EdmxI18nProviderprovides translatable texts for metadata documents. - EdmxV4Provider - Interface in com.sap.cds.adapter.edmx
-
An
EdmxV4Providerprovides EDMX V4 metadata documents to the OData V4 adapter.
F
- foundPublicEvents(UrlResourcePath, Stream<String>) - Method in interface com.sap.cds.adapter.ServletUrlResourcePaths.UrlResourcePathVisitor
-
Called when a
UrlResourcePathis found with a public event. - foundPublicPath(UrlResourcePath) - Method in interface com.sap.cds.adapter.ServletUrlResourcePaths.UrlResourcePathVisitor
-
Called when a public
UrlResourcePathis found.
G
- getBasePath() - Method in interface com.sap.cds.adapter.ServletAdapterFactory
- getBasePaths() - Method in class com.sap.cds.adapter.ServletUrlResourcePaths
-
Returns the base paths found in the model.
- getEdmx(String) - Method in interface com.sap.cds.adapter.edmx.EdmxV4Provider
-
Provides the EDMX metadata document for the given service as an
InputStream. - getETag(String) - Method in interface com.sap.cds.adapter.edmx.EdmxV4Provider
-
Provides the ETag of the EDMX metadata document for the given service.
- getETag(Locale) - Method in interface com.sap.cds.adapter.edmx.EdmxI18nProvider
-
Provides the ETag of the translatable texts for a given locale.
- getMappings() - Method in interface com.sap.cds.adapter.ServletAdapterFactory
-
Returns an array of all paths this servlet should be mapped to.
- getPath() - Method in interface com.sap.cds.adapter.UrlResourcePath
-
The path including the resource's base path.
- getSectionTitle() - Method in interface com.sap.cds.adapter.IndexContentProvider
- getServletPath() - Method in interface com.sap.cds.adapter.ServletAdapterFactory
-
Returns the
StreamofUrlResourcePaths that are exposed by the servlet. - getTexts(Locale) - Method in interface com.sap.cds.adapter.edmx.EdmxI18nProvider
-
Provides the translatable texts for a given locale.
I
- IndexContentProvider - Interface in com.sap.cds.adapter
-
Interface to implement by content providers for the index page
- IndexContentProviderFactory - Interface in com.sap.cds.adapter
-
Interface to be used with
ExtendedServiceLoaderfor creating content providers for the index page. - isEnabled() - Method in interface com.sap.cds.adapter.AdapterFactory
- isEnabled() - Method in interface com.sap.cds.adapter.IndexContentProviderFactory
- isPublic() - Method in interface com.sap.cds.adapter.UrlResourcePath
-
If
true, the endpoint should be exposed to public, i.e. without authentication
O
- order() - Method in interface com.sap.cds.adapter.IndexContentProvider
-
The order can be used to list index content in a specified order.
P
- publicEvents() - Method in interface com.sap.cds.adapter.UrlResourcePath
-
A
Streamof events that are public even ifisPublic()==false.
S
- ServletAdapterFactory - Interface in com.sap.cds.adapter
-
Specialized factory for creating Servlet adapters.
- ServletUrlResourcePaths - Class in com.sap.cds.adapter
-
A utility to iterate the public
UrlResourcePaths of Servlets created byServletAdapterFactoryaccording to the passedCdsRuntime. - ServletUrlResourcePaths(CdsRuntime) - Constructor for class com.sap.cds.adapter.ServletUrlResourcePaths
-
Create an instance based on the underlying
CdsRuntime. - ServletUrlResourcePaths.UrlResourcePathVisitor - Interface in com.sap.cds.adapter
-
The interface of a visitor
- subPaths() - Method in interface com.sap.cds.adapter.UrlResourcePath
-
A
Streamof child paths.
U
- UrlResourcePath - Interface in com.sap.cds.adapter
-
A
UrlResourcePathdescribes the hierarchical structure of a resource along with additional meta information.
V
- visit(ServletUrlResourcePaths.UrlResourcePathVisitor) - Method in class com.sap.cds.adapter.ServletUrlResourcePaths
-
Starts enumerating all cds servlet paths recursively (depth-first order).
W
- writeContent(PrintWriter, String) - Method in interface com.sap.cds.adapter.IndexContentProvider
-
Write the index page content
All Classes and Interfaces|All Packages