Package org.nuxeo.ecm.core.storage
Interface ExpressionEvaluator.PathResolver
- All Known Implementing Classes:
DBSExpressionEvaluator.DBSPathResolver
- Enclosing class:
- ExpressionEvaluator
public static interface ExpressionEvaluator.PathResolver
Interface for a class that knows how to resolve a path into an id.
-
Method Summary
-
Method Details
-
getIdForPath
Returns the id for a given path.- Parameters:
path
- the path- Returns:
- the id, or
null
if not found
-