Class SearchImpl
java.lang.Object
org.apache.olingo.server.core.uri.queryoption.apply.SearchImpl
Represents the search transformation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.olingo.server.api.uri.queryoption.ApplyItem
ApplyItem.Kind -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKind()Gets the kind of the transformation.Gets the search option.setSearchOption(SearchOption searchOption)
-
Constructor Details
-
SearchImpl
public SearchImpl()
-
-
Method Details
-
getKind
Description copied from interface:ApplyItemGets the kind of the transformation. -
getSearchOption
Description copied from interface:SearchGets the search option.- Specified by:
getSearchOptionin interfaceSearch- Returns:
- a
SearchOption(but nevernull)
-
setSearchOption
-