Uses of Interface
com.sap.cds.ql.cqn.Path
Packages that use Path
-
Uses of Path in com.sap.cds
Methods in com.sap.cds with parameters of type PathModifier and TypeMethodDescriptiondefault voidCdsDiffProcessor.DiffVisitor.added(Path newPath, Path oldPath, CdsElement association, Map<String, Object> newValue) This method is called when theCdsDiffProcessordetects that a new entry is added to a collection of entities: a composition of many entities a cascading association to many entities the images, if the processor processes a collection of imagesdefault voidCdsDiffProcessor.DiffVisitor.changed(Path newPath, Path oldPath, CdsElement element, Object newValue, Object oldValue) This method is called when theCdsDiffProcessordetects a change between values of an element of an entityCdsDataProcessor.Converter.convert(Path path, CdsElement element, Object value) Converts the value for the given element.CdsDataProcessor.Generator.generate(Path path, CdsElement element, boolean isNull) Generates a value for the given element.default voidCdsDiffProcessor.DiffVisitor.removed(Path newPath, Path oldPath, CdsElement association, Map<String, Object> oldValue) This method is called when theCdsDiffProcessordetects that an entry was removed from the collection of entities: a composition of many entities a cascading association to many entities the images, if the processor processes a collection of imagesdefault booleanCdsDataProcessor.Filter.test(Path path, CdsElement element) booleanCdsDataProcessor.Filter.test(Path path, CdsElement element, CdsType type) Evaluates this filter predicate on the given arguments.voidCdsDataProcessor.Validator.validate(Path path, CdsElement element, Object value) Validates the value of the given element. -
Uses of Path in com.sap.cds.ql.cqn
Subinterfaces of Path in com.sap.cds.ql.cqnModifier and TypeInterfaceDescriptioninterfaceContains the analysis result for aCqnStructuredTypeReforCqnStatement.