|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfedora.common.rdf.RDFNamespace
fedora.common.rdf.RecoveryNamespace
public class RecoveryNamespace
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 |
|---|
public final RDFName DATASTREAM_ID
public final RDFName DISSEMINATOR_ID
public final RDFName PID
public final RDFName PID_LIST
public final RDFName UPLOAD_ID
| Constructor Detail |
|---|
public RecoveryNamespace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||