| Package | Description |
|---|---|
| org.fcrepo.server.storage |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleDOWriter
A DigitalObject-backed DOWriter.
|
| Modifier and Type | Method and Description |
|---|---|
DOWriter |
DOManager.getIngestWriter(boolean cachedObjectRequired,
Context context,
InputStream in,
String format,
String encoding,
String pid)
Creates a copy of the digital object given by the InputStream, with
either a new PID or the PID indicated by the InputStream.
|
DOWriter |
DefaultDOManager.getIngestWriter(boolean cachedObjectRequired,
Context context,
InputStream in,
String format,
String encoding,
String pid)
Manages the INGEST process which includes validation of the ingest XML
file, deserialization of the XML into a Digital Object instance, setting
of properties on the object by the system (dates and states), PID
validation or generation, object registry functions, getting a writer for
the digital object, and ultimately writing the object to persistent
storage via the writer.
|
DOWriter |
DOManager.getWriter(boolean cachedObjectRequired,
Context context,
String pid)
Gets a DOWriter for an existing digital object.
|
DOWriter |
DefaultDOManager.getWriter(boolean cachedObjectRequired,
Context context,
String pid)
Gets a writer on an an existing object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DOManager.releaseWriter(DOWriter writer)
Relinquishes control of a DOWriter back to the DOManager.
|
void |
DefaultDOManager.releaseWriter(DOWriter writer) |
Copyright © 2013 DuraSpace. All Rights Reserved.