Archive |
This class represents archives.
|
ArchiveBuilder |
This component builds the closed archives.
|
ArchiveCache |
Implements a cache of imported documents, basically an archive cache is a Map
(index_document_id - document_id).
|
ArchiveCacheManager |
Manager for archive cache handling
|
ArchiveCleaner |
This implementation cleans all deleted archives.
|
ArchiveImporter |
This component imports all the documents that are into archives ready to be
imported.
|
ArchiveManager |
Manager for archive operations handling
|
ArchivesDataServlet |
This servlet is responsible for documents data.
|
ArchiveVerifier |
Abstract class to verify an archive.
|
DefaultVerifier |
Class to verify an 'Default' archive
|
ImpexFoldersDataServlet |
This servlet is responsible for listing documents in the impex/in folder
|
ImpexPlugin |
Provides some initializations
|
ImpexServiceImpl |
Concrete implementation of the ImpexService
|
IncrementalArchiveCreator |
This tasks searches for incremental archives to be created/closed.
|
IncrementalArchivesDataServlet |
This servlet is responsible for documents data.
|
Index |
This bean is used to write the archive's index file and to read all
informations regarding all documents into the archive.
|
IndexCSV |
An import index file that uses the CSV format instead of the XML
|
IndexHandler |
This class is used to unmarshall the archive's index file and set the
archive's entries.
|
IndexHeaderHandler |
This class is used to unmarshall only the archive's index header file and set
the archive's matadata.
|
IndexImportHandler |
This class is used to unmarshall the archive's index file and allows to get
the archive's documents list
|
IndexVersion |
Useful class that extends Version class with the path (diskPath) field.
|