Class ComputeImpl
java.lang.Object
org.apache.olingo.server.core.uri.queryoption.apply.ComputeImpl
Represents the compute 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 TypeMethodDescriptionaddExpression(ComputeExpressionImpl expression) Gets the compute expressions.getKind()Gets the kind of the transformation.
-
Constructor Details
-
ComputeImpl
public ComputeImpl()
-
-
Method Details
-
getKind
Description copied from interface:ApplyItemGets the kind of the transformation. -
getExpressions
Description copied from interface:ComputeGets the compute expressions.- Specified by:
getExpressionsin interfaceCompute- Returns:
- a non-empty list of compute expressions (and never
null)
-
addExpression
-