Interface CollectionPropertyExpression
- All Superinterfaces:
Expression
,PropertyExpression
Models a collection
PropertyExpression
.-
Method Summary
Modifier and TypeMethodDescriptionGets the lambda function expression.Gets the property expression.Methods inherited from interface com.liferay.portal.odata.filter.expression.Expression
accept
Methods inherited from interface com.liferay.portal.odata.filter.expression.PropertyExpression
getName
-
Method Details
-
getLambdaFunctionExpression
LambdaFunctionExpression getLambdaFunctionExpression()Gets the lambda function expression.- Returns:
- the lambda function expression
-
getPropertyExpression
PropertyExpression getPropertyExpression()Gets the property expression.- Returns:
- the property expression
-