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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getIdForPath(String path)
Returns the id for a given path.
-