Package org.nuxeo.ecm.directory
Interface EntrySource
-
- All Known Implementing Classes:
BaseSession,CoreDirectorySession,LDAPSession,MemoryDirectorySession,MongoDBSession,MultiDirectorySession,SQLSession
public interface EntrySourceInterface to make Session behave as a source for a DirectoryCache instance- Author:
- Olivier Grisel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentModelgetEntryFromSource(String entryId, boolean fetchReferences)
-
-
-
Method Detail
-
getEntryFromSource
DocumentModel getEntryFromSource(String entryId, boolean fetchReferences)
-
-