Modifier and Type | Class and Description |
---|---|
class |
MongoDBDirectory
MongoDB implementation of a
Directory |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDirectory |
Modifier and Type | Field and Description |
---|---|
protected Directory |
BaseSession.directory |
protected Directory |
AbstractReference.sourceDirectory |
protected Directory |
AbstractReference.targetDirectory |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Directory> |
DirectoryRegistry.directories
Effective instantiated directories.
|
Modifier and Type | Method and Description |
---|---|
abstract Directory |
BaseSession.getDirectory()
To be implemented with a more specific return type.
|
Directory |
DirectoryEntryResolver.getDirectory() |
Directory |
DirectoryServiceImpl.getDirectory(String id) |
Directory |
DirectoryRegistry.getDirectory(String id)
Gets the directory with the given id.
|
Directory |
DirectoryServiceImpl.getDirectory(String id,
DocumentModel documentContext) |
protected Directory |
DirectoryServiceImpl.getDirectoryOrFail(String name) |
protected Directory |
DirectoryServiceImpl.getDirectoryOrFail(String id,
DocumentModel documentContext) |
Directory |
Reference.getSourceDirectory() |
Directory |
AbstractReference.getSourceDirectory() |
Directory |
Reference.getTargetDirectory() |
Directory |
AbstractReference.getTargetDirectory() |
Directory |
BaseDirectoryDescriptor.newDirectory()
Creates a new
Directory instance from this {@link BaseDirectoryDescriptor). |
Modifier and Type | Method and Description |
---|---|
List<Directory> |
DirectoryServiceImpl.getDirectories() |
List<Directory> |
DirectoryRegistry.getDirectories()
Gets all the directories.
|
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) |
protected static void |
DirectoryRegistry.shutdownDirectory(Directory dir)
Shuts down the given directory and catches any
DirectoryException . |
Constructor and Description |
---|
BaseSession(Directory directory,
Class<? extends Reference> referenceClass) |
Modifier and Type | Method and Description |
---|---|
Directory |
DirectoryService.getDirectory(String id)
Return the directory with the given id.
|
Directory |
DirectoryService.getDirectory(String id,
DocumentModel documentContext)
Returns the directory for the specified id and document context.
|
Modifier and Type | Method and Description |
---|---|
List<Directory> |
DirectoryService.getDirectories()
Gets all the directories.
|
Modifier and Type | Class and Description |
---|---|
class |
CoreDirectory
Implementation of a
Directory on top of a core repository. |
Modifier and Type | Method and Description |
---|---|
DocumentModel |
WritePolicyEntryAdaptor.adapt(Directory directory,
DocumentModel entry) |
Modifier and Type | Method and Description |
---|---|
protected void |
DirectoryJsonWriter.writeEntityBody(Directory entity,
org.codehaus.jackson.JsonGenerator jg) |
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 |
LDAPTreeReference.getSourceDirectory() |
Directory |
LDAPReference.getSourceDirectory() |
Directory |
LDAPTreeReference.getTargetDirectory() |
Directory |
LDAPReference.getTargetDirectory() |
Modifier and Type | Class and Description |
---|---|
class |
MemoryDirectory |
Modifier and Type | Method and Description |
---|---|
Directory |
MemoryDirectoryDescriptor.newDirectory() |
Modifier and Type | Class and Description |
---|---|
class |
MultiDirectory |
Modifier and Type | Method and Description |
---|---|
Directory |
MultiDirectoryDescriptor.newDirectory() |
Modifier and Type | Class and Description |
---|---|
class |
SQLDirectory |
Modifier and Type | Field and Description |
---|---|
protected Directory |
DirectoryEntryObject.directory |
Modifier and Type | Method and Description |
---|---|
List<Directory> |
DirectoryRootObject.getDirectoryNames(List<String> types)
Get non system directory list.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
DirectorySessionRunner.withDirectorySession(Directory directory,
DirectorySessionRunner<T> runner) |
Modifier and Type | Field and Description |
---|---|
protected Directory |
DirectoryTree.dir |
Constructor and Description |
---|
DirectoryTree(Directory dir) |
Copyright © 2018 Nuxeo. All rights reserved.