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