Package | Description |
---|---|
com.sap.cds.services.utils.path |
Modifier and Type | Method and Description |
---|---|
CdsResourcePath |
CdsResourcePathBuilder.build()
Finally constructs the
CdsResourcePath |
Modifier and Type | Method and Description |
---|---|
static Stream<CdsResourcePath> |
CdsServicePath.servicePaths(CdsRuntime runtime,
String protocol)
Creates a
Stream of CdsResourcePath instances containing the paths of all exposed ApplicationService s given in the ServiceCatalog and configuration. |
Stream<CdsResourcePath> |
CdsResourcePath.subPaths()
A
Stream of child paths. |
Modifier and Type | Method and Description |
---|---|
CdsResourcePathBuilder |
CdsResourcePathBuilder.subPath(CdsResourcePath subPath)
Adds a new
CdsResourcePath as child of the current path. |
Modifier and Type | Method and Description |
---|---|
CdsResourcePathBuilder |
CdsResourcePathBuilder.subPaths(Stream<CdsResourcePath> subPaths)
Adds new
CdsResourcePath s as children of the current path. |
Copyright © 2023. All rights reserved.