Modifier and Type | Class and Description |
---|---|
class |
AbstractDirectory |
Modifier and Type | Method and Description |
---|---|
Directory |
DirectoryEntryResolver.getDirectory() |
Directory |
DirectoryFactory.getDirectory(String name)
Returns the directory with the given name.
|
Directory |
DirectoryServiceImpl.getDirectory(String directoryName) |
Directory |
DirectoryFactoryProxy.getDirectory(String name) |
Directory |
DirectoryServiceImpl.getDirectory(String name,
DocumentModel documentContext) |
Directory |
Reference.getSourceDirectory() |
Directory |
AbstractReference.getSourceDirectory() |
Directory |
Reference.getTargetDirectory() |
Directory |
AbstractReference.getTargetDirectory() |
Modifier and Type | Method and Description |
---|---|
List<Directory> |
DirectoryFactory.getDirectories() |
List<Directory> |
DirectoryServiceImpl.getDirectories() |
List<Directory> |
DirectoryFactoryProxy.getDirectories() |
Modifier and Type | Method and Description |
---|---|
DocumentModel |
EntryAdaptor.adapt(Directory directory,
DocumentModel entry)
Apply an arbitrary transformation of the fetched entry.
|
void |
DirectoryEntryResolver.setDirectory(Directory directory) |
Modifier and Type | Method and Description |
---|---|
Directory |
DirectoryService.getDirectory(String directoryName)
Return the directory with the name directoryName.
|
Directory |
DirectoryService.getDirectory(String directoryName,
DocumentModel documentContext)
Return the directory for the specified context.
|
Modifier and Type | Method and Description |
---|---|
List<Directory> |
DirectoryService.getDirectories()
Return all the directories registered into the service.
|
Modifier and Type | Method and Description |
---|---|
DocumentModel |
WritePolicyEntryAdaptor.adapt(Directory directory,
DocumentModel entry) |
Modifier and Type | Class and Description |
---|---|
class |
LDAPDirectory
Implementation of the Directory interface for servers implementing the Lightweight Directory Access Protocol.
|
Modifier and Type | Method and Description |
---|---|
Directory |
LDAPSession.getDirectory() |
Directory |
LDAPDirectoryFactory.getDirectory(String name) |
Directory |
LDAPTreeReference.getSourceDirectory() |
Directory |
LDAPReference.getSourceDirectory() |
Directory |
LDAPTreeReference.getTargetDirectory() |
Directory |
LDAPReference.getTargetDirectory() |
Modifier and Type | Method and Description |
---|---|
List<Directory> |
LDAPDirectoryFactory.getDirectories() |
Modifier and Type | Method and Description |
---|---|
Directory |
LDAPDirectoryRegistry.getDirectory(String name) |
Modifier and Type | Method and Description |
---|---|
List<Directory> |
LDAPDirectoryRegistry.getDirectories() |
Modifier and Type | Class and Description |
---|---|
class |
MemoryDirectory |
Modifier and Type | Method and Description |
---|---|
Directory |
MemoryDirectoryFactory.getDirectory(String name) |
Modifier and Type | Method and Description |
---|---|
List<Directory> |
MemoryDirectoryFactory.getDirectories() |
Modifier and Type | Class and Description |
---|---|
class |
MultiDirectory |
Modifier and Type | Method and Description |
---|---|
Directory |
MultiDirectoryFactory.getDirectory(String name) |
Modifier and Type | Method and Description |
---|---|
List<Directory> |
MultiDirectoryRegistry.getDirectories() |
List<Directory> |
MultiDirectoryFactory.getDirectories() |
Modifier and Type | Class and Description |
---|---|
class |
SQLDirectory |
Modifier and Type | Method and Description |
---|---|
Directory |
SQLSession.getDirectory() |
Directory |
SQLDirectoryRegistry.getDirectory(String name) |
Directory |
SQLDirectoryFactory.getDirectory(String name) |
Modifier and Type | Method and Description |
---|---|
List<Directory> |
SQLDirectoryRegistry.getDirectories() |
List<Directory> |
SQLDirectoryFactory.getDirectories() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
DirectorySessionRunner.withDirectorySession(Directory directory,
DirectorySessionRunner<T> runner) |
Copyright © 2015 Nuxeo SA. All rights reserved.