Nuxeo Enterprise Platform 5.4

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

Method Detail

getIdForPath

java.io.Serializable getIdForPath(java.lang.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 Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.