Package com.sap.cds.ql
Interface Searchable
public interface Searchable
An entity that can be searched for a search term or to which a search
expression can be applied.
-
Method Summary
-
Method Details
-
has
Build a predicate to check, whether searchable matches a given search term.- Parameters:
searchTerm
- the search term- Returns:
- the predicate for the containment test
-