Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.storage.sql
Class RepositoryImpl.SessionPathResolver

java.lang.Object
  extended by org.nuxeo.ecm.core.storage.sql.RepositoryImpl.SessionPathResolver
All Implemented Interfaces:
Session.PathResolver
Enclosing class:
RepositoryImpl

public static class RepositoryImpl.SessionPathResolver
extends Object
implements Session.PathResolver


Constructor Summary
RepositoryImpl.SessionPathResolver()
           
 
Method Summary
 Serializable getIdForPath(String path)
          Returns the node id for a given path.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryImpl.SessionPathResolver

public RepositoryImpl.SessionPathResolver()
Method Detail

getIdForPath

public Serializable getIdForPath(String path)
                          throws StorageException
Description copied from interface: Session.PathResolver
Returns the node id for a given path.

Specified by:
getIdForPath in interface Session.PathResolver
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.