Nuxeo ECM Projects 5.4.3-SNAPSHOT

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
 Serializable getIdForPath(String path)
          Returns the node id for a given path.
 

Method Detail

getIdForPath

Serializable getIdForPath(String path)
                          throws StorageException
Returns the node id for a given path.

Parameters:
path - the node path
Returns:
the node id, or null
Throws:
StorageException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.