Enum Class TemporalDocumentManager.ProtectionLevel

java.lang.Object
java.lang.Enum<TemporalDocumentManager.ProtectionLevel>
com.marklogic.client.bitemporal.TemporalDocumentManager.ProtectionLevel
All Implemented Interfaces:
Serializable, Comparable<TemporalDocumentManager.ProtectionLevel>, Constable
Enclosing interface:
TemporalDocumentManager<R extends AbstractReadHandle,W extends AbstractWriteHandle>

public static enum TemporalDocumentManager.ProtectionLevel extends Enum<TemporalDocumentManager.ProtectionLevel>
Various protection levels to prevent updation/deletion and wiping of temporal documents. You can request a more restrictive protection level than the current protection level but not a lesser restrictive level. The descending order of restriction levels are as follows: NOUPDATE, NODELETE and NOWIPE