public interface CdsService extends CdsDefinition
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(CdsVisitor visitor)
Accepts a
CdsVisitor visiting the elements of this definition
(depth-first) |
Stream<CdsAction> |
actions()
Returns a sequential
Stream over all CdsAction definitions in
this service. |
Stream<CdsEntity> |
entities()
Returns a sequential
Stream over all CdsEntity definitions in
this service. |
Stream<CdsEvent> |
events()
Returns a sequential
Stream over all CdsEvent definitions in
this service. |
Stream<CdsFunction> |
functions()
Returns a sequential
Stream over all CdsFunction definitions in
this service. |
boolean |
isAbstract()
Returns
true if this service is abstract. |
byNamespace, getName, getQualifiedName, getQualifierannotations, byAnnotation, findAnnotationboolean isAbstract()
true if this service is abstract.true if this service is abstract, otherwise falseStream<CdsEvent> events()
Stream over all CdsEvent definitions in
this service.Stream over the CdsEvent definitionsStream<CdsEntity> entities()
Stream over all CdsEntity definitions in
this service.Stream over the CdsEntity definitionsStream<CdsFunction> functions()
Stream over all CdsFunction definitions in
this service.Stream over the CdsFunction definitionsStream<CdsAction> actions()
Stream over all CdsAction definitions in
this service.Stream over the CdsAction definitionsdefault void accept(CdsVisitor visitor)
CdsDefinitionCdsVisitor visiting the elements of this definition
(depth-first)accept in interface CdsDefinitionvisitor - the CdsVisitorCopyright © 2020 SAP. All rights reserved.