public static enum DocumentIDRegistry.MODE extends java.lang.Enum<DocumentIDRegistry.MODE>
resolvedQualifiers. When using UNRESOLVED the context always use
storage unresolvedQualifiers.| Enum Constant and Description |
|---|
RESOLVED
An ID is resolved and therefore has to be stored in RESOLVED storage when the ID is used within import process,
or in export process and the item with mapped pk is exported.
|
UNRESOLVED
An ID is unresolved when the ID is used within export process and an item A references to the item B with
mapped pk, but item B is not exported until yet.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentIDRegistry.MODE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DocumentIDRegistry.MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentIDRegistry.MODE RESOLVED
public static final DocumentIDRegistry.MODE UNRESOLVED
public static DocumentIDRegistry.MODE[] values()
for (DocumentIDRegistry.MODE c : DocumentIDRegistry.MODE.values()) System.out.println(c);
public static DocumentIDRegistry.MODE 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 nullCopyright © 2018 SAP SE. All Rights Reserved.