| Package | Description |
|---|---|
| com.sap.cloud.sdk.service.prov.api.filter |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionOperatorTypes.FUNCTION |
ExpressionOperatorTypes.FUNCTION.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpressionOperatorTypes.FUNCTION[] |
ExpressionOperatorTypes.FUNCTION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExpressionAPIUtility.hasFunction(ExpressionNode currentNode,
ExpressionOperatorTypes.FUNCTION function)
Checks whether a function is used in a filter expression.
|
default boolean |
ExpressionNode.hasFunction(ExpressionOperatorTypes.FUNCTION function)
Checks whether the current filter expression contains a function.
|
Copyright © 2020 SAP. All Rights Reserved.