public static enum VersionCompatibilityIssue.Effect extends Enum<VersionCompatibilityIssue.Effect>
| Enum Constant and Description |
|---|
NO_SERVER_RESTART_FOLLOWING_REVERSION
Indicates that for some reason the server should not be restarted
following a reversion.
|
REVERSION_DATA_EXPORT_AND_REIMPORT_REQUIRED
Before a reversion can take place there must be a complete
data export to LDIF followed by a complete data import after
the operation has completed.
|
REVERSION_MANUAL_ACTION_REQUIRED
Indicates that the user needs to perform some manual action
(for which there is not effect currently defined such as
REVERSION_DATA_EXPORT_AND_REIMPORT_REQUIRED) in order for
the operation to be successful. |
REVERSION_NOT_POSSIBLE
Indicates that it is not possible to revert between to builds
between which lies a flag day.
|
REVERSION_SHOW_INFO_MESSAGE
Indicates that the reverter tool will show a message to the
administrator.
|
REVERSION_SHOW_WARNING_MESSAGE
Indicates that the reverter tool will show a message to the
administrator.
|
UPGRADE_DATA_EXPORT_AND_REIMPORT_REQUIRED
Before an upgrade can take place there must be a complete
data export to LDIF followed by a complete data import after
the operation has completed.
|
UPGRADE_MANUAL_ACTION_REQUIRED
Indicates that the user needs to perform some manual action
(for which there is not effect currently defined such as
UPGRADE_DATA_EXPORT_AND_REIMPORT_REQUIRED) in order for
the operation to be successful. |
UPGRADE_NOT_POSSIBLE
Indicates that it is not possible to upgrade between to builds
between which lies a flag day.
|
UPGRADE_SHOW_INFO_MESSAGE
Indicates that the upgrader will show an informational message to the
administrator.
|
UPGRADE_SHOW_WARNING_MESSAGE
Indicates that the upgrader will show a message to the
administrator.
|
| Modifier and Type | Method and Description |
|---|---|
static VersionCompatibilityIssue.Effect |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionCompatibilityIssue.Effect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VersionCompatibilityIssue.Effect REVERSION_DATA_EXPORT_AND_REIMPORT_REQUIRED
public static final VersionCompatibilityIssue.Effect UPGRADE_DATA_EXPORT_AND_REIMPORT_REQUIRED
public static final VersionCompatibilityIssue.Effect UPGRADE_SHOW_INFO_MESSAGE
UPGRADE_SHOW_WARNING_MESSAGE instead.public static final VersionCompatibilityIssue.Effect REVERSION_SHOW_INFO_MESSAGE
REVERSION_SHOW_WARNING_MESSAGE instead.public static final VersionCompatibilityIssue.Effect UPGRADE_SHOW_WARNING_MESSAGE
UPGRADE_SHOW_INFO_MESSAGE instead.public static final VersionCompatibilityIssue.Effect REVERSION_SHOW_WARNING_MESSAGE
REVERSION_SHOW_INFO_MESSAGE instead.public static final VersionCompatibilityIssue.Effect UPGRADE_MANUAL_ACTION_REQUIRED
UPGRADE_DATA_EXPORT_AND_REIMPORT_REQUIRED) in order for
the operation to be successful. The action itself should
be described in detail in the upgrade message.public static final VersionCompatibilityIssue.Effect REVERSION_MANUAL_ACTION_REQUIRED
REVERSION_DATA_EXPORT_AND_REIMPORT_REQUIRED) in order for
the operation to be successful. The action itself should
be described in detail in the reversion message.public static final VersionCompatibilityIssue.Effect UPGRADE_NOT_POSSIBLE
public static final VersionCompatibilityIssue.Effect REVERSION_NOT_POSSIBLE
public static final VersionCompatibilityIssue.Effect NO_SERVER_RESTART_FOLLOWING_REVERSION
UPGRADE_DATA_EXPORT_AND_REIMPORT_REQUIRED and
REVERSION_DATA_EXPORT_AND_REIMPORT_REQUIRED as this
is assumed.public static VersionCompatibilityIssue.Effect[] values()
for (VersionCompatibilityIssue.Effect c : VersionCompatibilityIssue.Effect.values()) System.out.println(c);
public static VersionCompatibilityIssue.Effect 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 © 2010-2015 ForgeRock AS. All Rights Reserved.