Interface | Description |
---|---|
Directory |
The directory interface.
|
DirectoryFactory | |
EntryAdaptor |
Interface to be used by Directory implementations to perform arbitrary "fetch-time" adaptations on the entry fields
and the readonly flag.
|
EntrySource |
Interface to make Session behave as a source for a DirectoryCache instance
|
Reference |
Base interface for references between directory fields.
|
Session |
A session used to access entries in a directory.
|
Class | Description |
---|---|
AbstractDirectory | |
AbstractReference |
Implementation of common Reference logic.
|
BaseDirectoryDescriptor |
Basic directory descriptor, containing the basic fields used by all directories.
|
BaseSession |
Base session class with helper methods common to all kinds of directory sessions.
|
BaseSession.FieldDetector |
Visitor for a query to check if it contains a reference to a given field.
|
DefaultDirectoryFactory |
Default implementation for a directory factory component, that simply delegates registration of descriptors to the
DirectoryService . |
DirectoryCache |
Very simple cache system to cache directory entry lookups (not search queries) on top of nuxeo cache
|
DirectoryCacheFlusher |
Event listener that flushes the
DirectoryService caches. |
DirectoryCSVLoader |
Helper to load data from a CSV file.
|
DirectoryDeleteConstraintDescriptor |
Directory ui descriptor
|
DirectoryEntryResolver |
This
ObjectResolver allows to manage integrity for fields containing references to directory's entry. |
DirectoryFactoryDescriptor | |
DirectoryFieldMapper | |
DirectoryRegistry |
Generic
BaseDirectoryDescriptor registry holding registered descriptors and instantiated Directory
objects. |
DirectoryServiceImpl | |
GenericDirectoryComponent | |
HierarchicalDirectoryDeleteConstraint |
Delete constraint preventing from removing an entry from a parent directory if it is referenced in a child directory.
|
InverseReference |
Reference that uses the matching reference of the target directory to actually do the job.
|
InverseReferenceDescriptor | |
PasswordHelper |
Helper to check passwords and generated hashed salted ones.
|
PermissionDescriptor |
Common permission descriptor for all directory that use security check
|
ReferenceDescriptor |
Enum | Description |
---|---|
BaseDirectoryDescriptor.SubstringMatchType |
How directory semi-"fulltext" searches are matched with a query string.
|
Exception | Description |
---|---|
DirectoryDeleteConstraintException |
Exception thrown when attempting to delete a directory entry which has constraints preventing the deletion.
|
DirectoryEntryNotFoundException |
Specific exception thrown when a directory entry is not found
|
DirectoryException |
Exception thrown when dealing with a Directory.
|
DirectorySecurityException |
Exception thrown when access to a directory is denied.
|
OperationNotAllowedException |
Exception thrown when an operation is not allowed on a given directory entry.
|
SizeLimitExceededException |
Copyright © 2018 Nuxeo. All rights reserved.