Class ApplyOptionImpl
java.lang.Object
org.apache.olingo.server.core.uri.queryoption.QueryOptionImpl
org.apache.olingo.server.core.uri.queryoption.SystemQueryOptionImpl
org.apache.olingo.server.core.uri.queryoption.ApplyOptionImpl
- All Implemented Interfaces:
ApplyOption,QueryOption,SystemQueryOption
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.apache.olingo.server.core.uri.queryoption.SystemQueryOptionImpl
getKind, getName, setKindMethods inherited from class org.apache.olingo.server.core.uri.queryoption.QueryOptionImpl
getText, setName, setTextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.olingo.server.api.uri.queryoption.QueryOption
getName, getTextMethods inherited from interface org.apache.olingo.server.api.uri.queryoption.SystemQueryOption
getKind
-
Constructor Details
-
ApplyOptionImpl
public ApplyOptionImpl()
-
-
Method Details
-
getApplyItems
- Specified by:
getApplyItemsin interfaceApplyOption- Returns:
- a list of transformations
-
add
-