public interface RepositoryBackend
Repository
.RepositoryImpl
Modifier and Type | Method and Description |
---|---|
void |
initialize(RepositoryImpl repository)
Initializer.
|
void |
initializeModel(Model model)
Initializes what's needed after the
Model has been created. |
void |
initializeModelSetup(ModelSetup modelSetup)
Initializes the
ModelSetup . |
Mapper |
newMapper(Model model,
Session.PathResolver pathResolver,
Credentials credentials,
boolean create)
Creates a new instance a
Mapper . |
void |
shutdown()
Shuts down the backend.
|
void initialize(RepositoryImpl repository) throws StorageException
StorageException
void initializeModelSetup(ModelSetup modelSetup) throws StorageException
ModelSetup
. Called once lazily at repository
initialization.StorageException
void initializeModel(Model model) throws StorageException
Model
has been created.
Called once lazily at repository initialization.StorageException
Mapper newMapper(Model model, Session.PathResolver pathResolver, Credentials credentials, boolean create) throws StorageException
Mapper
. Called once for every new
session.model
- the modelpathResolver
- the path resolvercredentials
- the core session credentialscreate
- true
if the database has to be created
(initialization)StorageException
void shutdown() throws StorageException
StorageException
Copyright © 2011 Nuxeo SA. All Rights Reserved.