Package org.nuxeo.ecm.core.storage.sql
Interface Session.PathResolver
- All Known Implementing Classes:
RepositoryImpl.SessionPathResolver
- Enclosing interface:
- Session
public static interface Session.PathResolver
Interface for a class that knows how to resolve a node path into a node id.
-
Method Summary
Modifier and TypeMethodDescriptiongetIdForPath
(String path) Returns the node id for a given path.
-
Method Details
-
getIdForPath
Returns the node id for a given path.- Parameters:
path
- the node path- Returns:
- the node id, or
null
-