| Package | Description |
|---|---|
| org.fcrepo.server.storage | |
| org.fcrepo.server.storage.translation |
| Modifier and Type | Field and Description |
|---|---|
protected DOTranslator |
DefaultDOManager.m_translator |
| Modifier and Type | Method and Description |
|---|---|
DOTranslator |
DefaultDOManager.getTranslator() |
| Constructor and Description |
|---|
DirectoryBasedRepositoryReader(File directory,
DOTranslator translator,
String exportFormat,
String storageFormat,
String encoding)
Initializes the RepositoryReader by looking at all files in the provided
directory and ensuring that they're all serialized digital objects and
that there are no PID conflicts.
|
SimpleDOReader(Context context,
RepositoryReader repoReader,
DOTranslator translator,
String exportFormat,
String encoding,
DigitalObject obj)
Alternate constructor for when a DigitalObject is already available for
some reason.
|
SimpleDOReader(Context context,
RepositoryReader repoReader,
DOTranslator translator,
String exportFormat,
String storageFormat,
String encoding,
InputStream serializedObject) |
SimpleDOWriter(Context context,
DefaultDOManager mgr,
DOTranslator translator,
String exportFormat,
String encoding,
DigitalObject obj) |
SimpleServiceAwareReader(Context context,
RepositoryReader repoReader,
DOTranslator translator,
String exportFormat,
String encoding,
DigitalObject obj)
Alternate constructor for when a DigitalObject is already available for
some reason.
|
SimpleServiceAwareReader(Context context,
RepositoryReader repoReader,
DOTranslator translator,
String exportFormat,
String storageFormat,
String encoding,
InputStream serializedObject) |
SimpleServiceDefinitionReader(Context context,
RepositoryReader repoReader,
DOTranslator translator,
String exportFormat,
String encoding,
DigitalObject obj)
Alternate constructor for when a DigitalObject is already available for
some reason.
|
SimpleServiceDefinitionReader(Context context,
RepositoryReader repoReader,
DOTranslator translator,
String exportFormat,
String storageFormat,
String encoding,
InputStream serializedObject) |
SimpleServiceDeploymentReader(Context context,
RepositoryReader repoReader,
DOTranslator translator,
String exportFormat,
String encoding,
DigitalObject obj)
Alternate constructor for when a DigitalObject is already available for
some reason.
|
SimpleServiceDeploymentReader(Context context,
RepositoryReader repoReader,
DOTranslator translator,
String exportFormat,
String storageFormat,
String encoding,
InputStream serializedObject) |
| Modifier and Type | Class and Description |
|---|---|
class |
DOTranslatorImpl
A threadsafe
DOTranslator that uses a map of serializers and a
map of deserializers to do its job. |
class |
DOTranslatorModule
DOTranslatorImpl wrapped as a Module. |
Copyright © 2013 DuraSpace. All Rights Reserved.