Package | Description |
---|---|
com.marklogic.client.bitemporal |
Modifier and Type | Method | Description |
---|---|---|
static TemporalDocumentManager.ProtectionLevel |
TemporalDocumentManager.ProtectionLevel.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TemporalDocumentManager.ProtectionLevel[] |
TemporalDocumentManager.ProtectionLevel.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
TemporalDocumentManager.protect(java.lang.String temporalDocumentURI,
java.lang.String temporalCollection,
TemporalDocumentManager.ProtectionLevel level,
java.util.Calendar expiryTime) |
Protects the temporal document from document update,
wipe or delete till the expiryTime provided
|
void |
TemporalDocumentManager.protect(java.lang.String temporalDocumentURI,
java.lang.String temporalCollection,
TemporalDocumentManager.ProtectionLevel level,
java.util.Calendar expiryTime,
Transaction transaction) |
Protects the temporal document from document update,
wipe or delete till the expiryTime provided
|
void |
TemporalDocumentManager.protect(java.lang.String temporalDocumentURI,
java.lang.String temporalCollection,
TemporalDocumentManager.ProtectionLevel level,
java.util.Calendar expiryTime,
java.lang.String archivePath) |
Protects the temporal document from document update, wipe or delete till the expiryTime
provided and saves the serialized copy of the current version in the path given
|
void |
TemporalDocumentManager.protect(java.lang.String temporalDocumentURI,
java.lang.String temporalCollection,
TemporalDocumentManager.ProtectionLevel level,
java.util.Calendar expiryTime,
java.lang.String archivePath,
Transaction transaction) |
Protects the temporal document from document update, wipe or delete till the expiryTime
provided and saves the serialized copy of the current version in the path given
|
void |
TemporalDocumentManager.protect(java.lang.String temporalDocumentURI,
java.lang.String temporalCollection,
TemporalDocumentManager.ProtectionLevel level,
javax.xml.datatype.Duration duration) |
Protects the temporal document from document update,
wipe or delete for the specified duration.
|
void |
TemporalDocumentManager.protect(java.lang.String temporalDocumentURI,
java.lang.String temporalCollection,
TemporalDocumentManager.ProtectionLevel level,
javax.xml.datatype.Duration duration,
Transaction transaction) |
Protects the temporal document from document update,
wipe or delete for the specified duration.
|
void |
TemporalDocumentManager.protect(java.lang.String temporalDocumentURI,
java.lang.String temporalCollection,
TemporalDocumentManager.ProtectionLevel level,
javax.xml.datatype.Duration duration,
java.lang.String archivePath) |
Protects the temporal document from document update, wipe or delete till the expiryTime
provided and saves the serialized copy of the current version in the path given
|
void |
TemporalDocumentManager.protect(java.lang.String temporalDocumentURI,
java.lang.String temporalCollection,
TemporalDocumentManager.ProtectionLevel level,
javax.xml.datatype.Duration duration,
java.lang.String archivePath,
Transaction transaction) |
Protects the temporal document from document update, wipe or delete till the expiryTime
provided and saves the serialized copy of the current version in the path given
|
Copyright © 2013-2019 MarkLogic Corporation.