public static enum VersionCompatibilityIssue.Cause extends Enum<VersionCompatibilityIssue.Cause>
Enum Constant and Description |
---|
BACKEND_CONFIGURATION_CHANGE_1
Incompatible changes in the backend configuration (the db directory
attribute has been modified).
|
BERKLEY_UPGRADE_1
Upgrade of Berkley DB library to 3.2.13 on
12/17/2006.
|
DB_FORMAT_CHANGE_1
Database format change committed on 4/6/2007
and described in the SVN log for rev 1582.
|
DB_FORMAT_CHANGE_2
Database format change committed on 6/7/2007
and described in the SVN log for rev 2049.
|
DN_NORMALIZATION_CHANGE_1
Incompatible changes in DN normalization.
|
DS_SYNC_HIST_NORMALIZATION_CHANGE_1
Incompatible changes in ds-sync-hist normalization.
|
PROPERTY_CHANGE_1
Incompatible property name change committed on 09/05/2007
and described in the SVN log for rev 2974.
|
REPLICATION_SECURITY_CHANGE_1
Incompatible changes in the cryptomanager and specially in the way
replication works.
|
REVERT_NOT_SUPPORTED_1
We not support the revert to the previous version.
|
STRINGPREP_NORMALIZATION_CHANGE_1
Incompatible changes in attribute value normalization.
|
Modifier and Type | Method and Description |
---|---|
Set<VersionCompatibilityIssue.Effect> |
getEffects()
Gets the set of effects that cause the upgrade/reversion
tools to behave in particular ways.
|
int |
getId()
Gets the ID of this cause.
|
LocalizableMessage |
getLocalizedReversionMessage()
Gets a localized message to be shown to the user during
the reversion process.
|
LocalizableMessage |
getLocalizedUpgradeMessage()
Gets a localized message to be shown to the user during
the upgrade process.
|
static VersionCompatibilityIssue.Cause |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionCompatibilityIssue.Cause[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VersionCompatibilityIssue.Cause DS_SYNC_HIST_NORMALIZATION_CHANGE_1
public static final VersionCompatibilityIssue.Cause REVERT_NOT_SUPPORTED_1
public static final VersionCompatibilityIssue.Cause STRINGPREP_NORMALIZATION_CHANGE_1
public static final VersionCompatibilityIssue.Cause DN_NORMALIZATION_CHANGE_1
public static final VersionCompatibilityIssue.Cause BACKEND_CONFIGURATION_CHANGE_1
public static final VersionCompatibilityIssue.Cause REPLICATION_SECURITY_CHANGE_1
public static final VersionCompatibilityIssue.Cause PROPERTY_CHANGE_1
public static final VersionCompatibilityIssue.Cause DB_FORMAT_CHANGE_2
public static final VersionCompatibilityIssue.Cause DB_FORMAT_CHANGE_1
public static final VersionCompatibilityIssue.Cause BERKLEY_UPGRADE_1
public static VersionCompatibilityIssue.Cause[] values()
for (VersionCompatibilityIssue.Cause c : VersionCompatibilityIssue.Cause.values()) System.out.println(c);
public static VersionCompatibilityIssue.Cause 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 nullpublic int getId()
public Set<VersionCompatibilityIssue.Effect> getEffects()
public LocalizableMessage getLocalizedUpgradeMessage()
UPGRADE_MANUAL_ACTION_REQUIRED
) or just give the
user useful information (when used with
UPGRADE_SHOW_INFO_MESSAGE
)public LocalizableMessage getLocalizedReversionMessage()
REVERSION_MANUAL_ACTION_REQUIRED
) or just give the
user useful information (when used with
REVERSION_SHOW_INFO_MESSAGE
)Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.