Uses of Interface
org.fcrepo.server.storage.DOWriter

Packages that use DOWriter
org.fcrepo.server.storage   
 

Uses of DOWriter in org.fcrepo.server.storage
 

Classes in org.fcrepo.server.storage that implement DOWriter
 class SimpleDOWriter
          A DigitalObject-backed DOWriter.
 

Methods in org.fcrepo.server.storage that return DOWriter
 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.
 

Methods in org.fcrepo.server.storage with parameters of type DOWriter
 void DOManager.releaseWriter(DOWriter writer)
          Relinquishes control of a DOWriter back to the DOManager.
 void DefaultDOManager.releaseWriter(DOWriter writer)
           
 



Copyright © 2012 DuraSpace. All Rights Reserved.