Class FilterImpl
java.lang.Object
org.apache.olingo.server.core.uri.queryoption.apply.FilterImpl
Represents the filter 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 TypeMethodDescriptionGets the filter option.getKind()Gets the kind of the transformation.setFilterOption(FilterOption filterOption)
-
Constructor Details
-
FilterImpl
public FilterImpl()
-
-
Method Details
-
getKind
Description copied from interface:ApplyItemGets the kind of the transformation. -
getFilterOption
Description copied from interface:FilterGets the filter option.- Specified by:
getFilterOptionin interfaceFilter- Returns:
- a
FilterOption(but nevernull)
-
setFilterOption
-