fedora.common.rdf
Class RecoveryNamespace

java.lang.Object
  extended by fedora.common.rdf.RDFNamespace
      extended by fedora.common.rdf.RecoveryNamespace

public class RecoveryNamespace
extends RDFNamespace

Context attributes used for recovery. These values represent potentially auto-generated ids. When Fedora is in journaling mode, these values are logged in the journal so that they can be reused in recovery mode. This helps to ensure that the recovery process populates the repository in the same way it was originally populated.


Field Summary
 RDFName DATASTREAM_ID
          The ID of the datastream, whether given or generated at add time.
 RDFName DISSEMINATOR_ID
          The ID of the disseminator, whether given or generated at add time.
 RDFName PID
          The PID of the object, whether given or generated at ingest time.
 RDFName PID_LIST
          The list of generated PIDs.
 RDFName UPLOAD_ID
          The temporary ID that was assigned to the stream at upload time.
 
Fields inherited from class fedora.common.rdf.RDFNamespace
uri
 
Constructor Summary
RecoveryNamespace()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATASTREAM_ID

public final RDFName DATASTREAM_ID
The ID of the datastream, whether given or generated at add time.


DISSEMINATOR_ID

public final RDFName DISSEMINATOR_ID
The ID of the disseminator, whether given or generated at add time.


PID

public final RDFName PID
The PID of the object, whether given or generated at ingest time.


PID_LIST

public final RDFName PID_LIST
The list of generated PIDs.


UPLOAD_ID

public final RDFName UPLOAD_ID
The temporary ID that was assigned to the stream at upload time.

Constructor Detail

RecoveryNamespace

public RecoveryNamespace()