Package fr.gouv.culture.sdx.repository

A repository stores documents.

See:
          Description

Interface Summary
Repository A generic storage location for SDX documents.
Repository.ConfigurationNode  
RepositoryConnection A generic connection to a repository.
 

Class Summary
AbstractDatabaseBackedRepository A basic implementation of a repository.
AbstractDataSourceComponentBackedRepository  
AbstractRepository A basic implementation of a repository.
AbstractRepositoryConnection  
FSRepository Implements a repository where files are stored in the server's filesystem.
FSRepositoryConnection  
HSQLRepository The same as JDBCRespository, but the method for the table creation query is overridden.
JDBCRepository An implementation of a repository using a JDBC datasource.
JDBCRepositoryConnection This classes represents a SQL Connection to JDBC Source
LuceneRepositoryConnection  
MSSQLRepository The same as JDBCRespository, but the method for the table creation query is overridden.
MYSQLRepository The same as JDBCRespository, but the method for the table creation query is overridden.
ORACLERepository  
POSTGRESQLRepository  
URLRepository Implements a repository where url's are referenced.
URLRepositoryConnection  
 

Package fr.gouv.culture.sdx.repository Description

A repository stores documents.

A repository is responsible for storing documents managed by SDX. There are currently three types of repositories :

  1. Filesystem repository, which copies the files to the server filesystem, in its own structure.
  2. URL repository, which keep tracks of document by their URL and won't try to move them, but can, if needed, cache them.
  3. JDBC repository, which uses a RDBMS to store the files.

Other repositories could be used, such as XML:DB databases.



Copyright © 2000-2010 Ministere de la culture et de la communication / AJLSM. All Rights Reserved.