public static enum TemporalDocumentManager.ProtectionLevel extends java.lang.Enum<TemporalDocumentManager.ProtectionLevel>
| Enum Constant and Description |
|---|
NODELETE
Protection level to prevent deletion of a
temporal document.
|
NOUPDATE
Protection level to prevent updating a temporal
document.
|
NOWIPE
Protection level to prevent wiping of a temporal
document
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static TemporalDocumentManager.ProtectionLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the
specified name.
|
static TemporalDocumentManager.ProtectionLevel[] |
values()
Returns an array containing the constants of
this enum type, in the order they are declared.
|
public static final TemporalDocumentManager.ProtectionLevel NOUPDATE
public static final TemporalDocumentManager.ProtectionLevel NODELETE
public static final TemporalDocumentManager.ProtectionLevel NOWIPE
public static TemporalDocumentManager.ProtectionLevel[] values()
for (TemporalDocumentManager.ProtectionLevel c : TemporalDocumentManager.ProtectionLevel.values())
System.out.println(c);
public static TemporalDocumentManager.ProtectionLevel valueOf(java.lang.String name)
name - the name of the enum constant to be
returned.java.lang.IllegalArgumentException - if this enum
type has no constant with the specified namejava.lang.NullPointerException - if the argument
is nullpublic java.lang.String toString()
toString in
class java.lang.Enum<TemporalDocumentManager.ProtectionLevel>Copyright © 2024 MarkLogic Corporation. All Rights Reserved.