Uses of Interface
com.sap.cds.services.utils.path.CdsResourcePath
Packages that use CdsResourcePath
-
Uses of CdsResourcePath in com.sap.cds.services.utils.path
Methods in com.sap.cds.services.utils.path that return CdsResourcePathModifier and TypeMethodDescriptionCdsResourcePathBuilder.build()Finally constructs theCdsResourcePathMethods in com.sap.cds.services.utils.path that return types with arguments of type CdsResourcePathModifier and TypeMethodDescriptionstatic Stream<CdsResourcePath>CdsServicePath.servicePaths(CdsRuntime runtime, String protocol) Creates aStreamofCdsResourcePathinstances containing the paths of all exposedApplicationServices given in theServiceCatalogand configuration.CdsResourcePath.subPaths()AStreamof child paths.Methods in com.sap.cds.services.utils.path with parameters of type CdsResourcePathModifier and TypeMethodDescriptionCdsResourcePathBuilder.subPath(CdsResourcePath subPath) Adds a newCdsResourcePathas child of the current path.Method parameters in com.sap.cds.services.utils.path with type arguments of type CdsResourcePathModifier and TypeMethodDescriptionCdsResourcePathBuilder.subPaths(Stream<CdsResourcePath> subPaths) Adds newCdsResourcePaths as children of the current path.