Interface ListExpression
- All Superinterfaces:
Expression
Represents a list expression node in the expression tree.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns anExpression
subtree of the left operation.Returns the list expression's operation.Returns a list of the rightExpression
operations.Methods inherited from interface com.liferay.portal.odata.filter.expression.Expression
accept
-
Method Details
-
getLeftOperationExpression
Expression getLeftOperationExpression()Returns anExpression
subtree of the left operation.- Returns:
- Expression sub tree of the left operation
-
getOperation
ListExpression.Operation getOperation()Returns the list expression's operation.- Returns:
- the operation of the list Expression
-
getRightOperationExpressions
List<Expression> getRightOperationExpressions()Returns a list of the rightExpression
operations.- Returns:
- the expression list
-