Nuxeo Enterprise Platform 5.4

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 java.lang.Object
implements Session.PathResolver


Constructor Summary
RepositoryImpl.SessionPathResolver()
           
 
Method Summary
 java.io.Serializable getIdForPath(java.lang.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 java.io.Serializable getIdForPath(java.lang.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 Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.