Class JPAMethodExpression
java.lang.Object
com.sap.olingo.jpa.processor.core.filter.JPAMethodExpression
- All Implemented Interfaces:
JPAVisitableExpression,org.apache.olingo.server.api.uri.queryoption.expression.VisitableExpression
-
Constructor Summary
ConstructorsConstructorDescriptionJPAMethodExpression(org.apache.olingo.server.api.uri.queryoption.expression.Member member, JPALiteralOperator operand, org.apache.olingo.server.api.uri.queryoption.expression.MethodKind methodCall) -
Method Summary
-
Constructor Details
-
JPAMethodExpression
public JPAMethodExpression(org.apache.olingo.server.api.uri.queryoption.expression.Member member, JPALiteralOperator operand, org.apache.olingo.server.api.uri.queryoption.expression.MethodKind methodCall)
-
-
Method Details
-
accept
public <T> T accept(org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor<T> visitor) throws org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitException, org.apache.olingo.server.api.ODataApplicationException- Specified by:
acceptin interfaceorg.apache.olingo.server.api.uri.queryoption.expression.VisitableExpression- Throws:
org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitExceptionorg.apache.olingo.server.api.ODataApplicationException
-
getMember
public org.apache.olingo.server.api.uri.UriInfoResource getMember()- Specified by:
getMemberin interfaceJPAVisitableExpression
-