Modifier and Type | Method and Description |
---|---|
protected void |
DeleteDirectoryEntries.markObsoleteOrDelete(Session session,
String id) |
Modifier and Type | Class and Description |
---|---|
class |
BaseSession
Base session class with helper methods common to all kinds of directory sessions.
|
Modifier and Type | Method and Description |
---|---|
Session |
Directory.getSession()
Creates a session for accessing entries in this directory.
|
Session |
DirectoryServiceImpl.open(String directoryName) |
Session |
DirectoryServiceImpl.open(String directoryName,
DocumentModel documentContext) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDirectory.addSession(Session session) |
void |
AbstractDirectory.removeSession(Session session) |
Modifier and Type | Method and Description |
---|---|
Session |
DirectoryService.open(String directoryName)
Opens a session on specified directory.
|
Session |
DirectoryService.open(String directoryName,
DocumentModel documentContext)
Opens a session on the directory for the specified context.
|
Modifier and Type | Class and Description |
---|---|
class |
CoreDirectorySession
Session class for directory on repository
|
Modifier and Type | Method and Description |
---|---|
Session |
CoreDirectory.getSession() |
Modifier and Type | Class and Description |
---|---|
class |
LDAPSession
This class represents a session against an LDAPDirectory.
|
Modifier and Type | Method and Description |
---|---|
Session |
LDAPDirectory.getSession() |
Modifier and Type | Class and Description |
---|---|
class |
MemoryDirectorySession
Trivial in-memory implementation of a Directory to use in unit tests.
|
Modifier and Type | Method and Description |
---|---|
Session |
MemoryDirectory.getSession() |
Modifier and Type | Class and Description |
---|---|
class |
MultiDirectorySession
Directory session aggregating entries from different sources.
|
Modifier and Type | Method and Description |
---|---|
Session |
MultiDirectory.getSession() |
Modifier and Type | Class and Description |
---|---|
class |
SQLSession
This class represents a session against an SQLDirectory.
|
Modifier and Type | Method and Description |
---|---|
Session |
SQLDirectory.getSession() |
Modifier and Type | Method and Description |
---|---|
protected String |
Select2ActionsBean.getParentAbsoluteLabel(String entryId,
String keySeparator,
Session session,
QName labelFieldName,
boolean localize,
boolean dbl10n) |
protected net.sf.json.JSONObject |
Select2ActionsBean.resolveDirectoryEntry(String storedReference,
String keySeparator,
Session session,
Schema schema,
String label,
boolean localize,
boolean dbl10n) |
Modifier and Type | Method and Description |
---|---|
protected Session |
DirectorySelectItemFactory.getDirectorySession() |
protected static Session |
DirectorySelectItemFactory.getDirectorySession(String dirName) |
Modifier and Type | Method and Description |
---|---|
protected static void |
DirectorySelectItemFactory.closeDirectorySession(Session directorySession)
Deprecated.
since 7.4. Directory sessions are now AutoCloseable.
|
protected DirectorySelectItem |
DirectorySelectItemsFactory.createSelectItemFrom(Session session,
Object entry) |
protected DirectorySelectItem |
DirectorySelectItemsFactory.createSelectItemFrom(Session session,
String separator,
Object entry) |
Modifier and Type | Method and Description |
---|---|
protected Session |
VocabularyTreeNode.getDirectorySession() |
protected Session |
DirectoryTreeNode.getDirectorySession() |
Modifier and Type | Field and Description |
---|---|
protected Session |
DirectoryContentProvider.session |
Modifier and Type | Method and Description |
---|---|
Session |
DirectoryContentProvider.getSession() |
Constructor and Description |
---|
DirectoryContentProvider(Session session) |
Copyright © 2016 Nuxeo SA. All rights reserved.