public static enum ConfigurationTransferAudit.ElementType extends Enum<ConfigurationTransferAudit.ElementType>
| Enum Constant and Description |
|---|
DEVICES |
DIRECTORIES |
DOC_CLASSES |
DOMAINS |
GROUPS |
LINKS |
ORG_UNITS |
POSITIONS |
PROCESSES_DOCUMENT_VIEWS |
PROCESSES_NOTIFICATIONS |
PROCESSES_REPLACEMENTS |
PROCESSES_RIGHTS |
PROCESSES_SETTINGS |
PROCESSES_TEMPLATES |
RIGHTS |
SUBSTITUTIONS |
USERS |
VIEWS_PRIVATE |
VIEWS_PUBLIC |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationTransferAudit.ElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationTransferAudit.ElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationTransferAudit.ElementType GROUPS
public static final ConfigurationTransferAudit.ElementType USERS
public static final ConfigurationTransferAudit.ElementType DOMAINS
public static final ConfigurationTransferAudit.ElementType POSITIONS
public static final ConfigurationTransferAudit.ElementType ORG_UNITS
public static final ConfigurationTransferAudit.ElementType DEVICES
public static final ConfigurationTransferAudit.ElementType DIRECTORIES
public static final ConfigurationTransferAudit.ElementType DOC_CLASSES
public static final ConfigurationTransferAudit.ElementType LINKS
public static final ConfigurationTransferAudit.ElementType PROCESSES_NOTIFICATIONS
public static final ConfigurationTransferAudit.ElementType PROCESSES_TEMPLATES
public static final ConfigurationTransferAudit.ElementType PROCESSES_SETTINGS
public static final ConfigurationTransferAudit.ElementType PROCESSES_DOCUMENT_VIEWS
public static final ConfigurationTransferAudit.ElementType PROCESSES_REPLACEMENTS
public static final ConfigurationTransferAudit.ElementType PROCESSES_RIGHTS
public static final ConfigurationTransferAudit.ElementType SUBSTITUTIONS
public static final ConfigurationTransferAudit.ElementType RIGHTS
public static final ConfigurationTransferAudit.ElementType VIEWS_PRIVATE
public static final ConfigurationTransferAudit.ElementType VIEWS_PUBLIC
public static ConfigurationTransferAudit.ElementType[] values()
for (ConfigurationTransferAudit.ElementType c : ConfigurationTransferAudit.ElementType.values()) System.out.println(c);
public static ConfigurationTransferAudit.ElementType 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 © 2023 Suncode. All rights reserved.