| Package | Description |
|---|---|
| com.sap.cloud.sdk.service.prov.api.filter | |
| com.sap.cloud.sdk.service.prov.api.filter.impl |
| Modifier and Type | Method and Description |
|---|---|
Expression |
ExpressionBuilder.createExpression(Expression left,
ExpressionOperatorTypes.BINARY_OPERATOR operator,
Expression right)
Creates a binary expression by combining two child expressions with an operator.
|
Expression |
ExpressionBuilder.createExpression(String path,
ExpressionOperatorTypes.BINARY_OPERATOR operator,
Object value)
Creates a binary expression that comprises of a PropertyNode, LiteralNode, and the operator.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
ExpressionBuilderImpl.createExpression(Expression left,
ExpressionOperatorTypes.BINARY_OPERATOR operator,
Expression right) |
Expression |
ExpressionBuilderImpl.createExpression(String path,
ExpressionOperatorTypes.BINARY_OPERATOR operator,
Object value) |
| Constructor and Description |
|---|
NodeInfoImpl(ExpressionOperatorTypes.NODE_KIND kind) |
Copyright © 2020 SAP. All Rights Reserved.