public enum ArchiveIsolationEnum extends Enum<ArchiveIsolationEnum>
Enum Constant and Description |
---|
MULTI_TENANT
The archive is shared, but the documents are not shared between tenants.
|
SHARED
All tenants share the documents in this archive.
|
TENANT_SPECIFIC
The archive is tenant-specific.
|
Modifier and Type | Method and Description |
---|---|
static ArchiveIsolationEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArchiveIsolationEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArchiveIsolationEnum SHARED
public static final ArchiveIsolationEnum TENANT_SPECIFIC
public static final ArchiveIsolationEnum MULTI_TENANT
public static ArchiveIsolationEnum[] values()
for (ArchiveIsolationEnum c : ArchiveIsolationEnum.values()) System.out.println(c);
public static ArchiveIsolationEnum valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.