Interface ReferenceResolver.FilterExpressionEvaluator
- All Superinterfaces:
Serializable
- Enclosing interface:
- ReferenceResolver
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface ReferenceResolver.FilterExpressionEvaluator
extends Serializable
-
Method Summary
-
Method Details
-
evaluate
ObjectFilter evaluate(ObjectFilter rawFilter, OperationResult result) throws SchemaException, ObjectNotFoundException, ExpressionEvaluationException, CommunicationException, ConfigurationException, SecurityViolationException
-