| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2007-2008 Sun Microsystems, Inc. |
| | | * Copyright 2007-2009 Sun Microsystems, Inc. |
| | | */ |
| | | |
| | | package org.opends.server.util; |
| | |
| | | */ |
| | | public enum Cause { |
| | | /** |
| | | * Incompatible changes in attribute value normalization. This causes |
| | | * indexes to be invalidated. |
| | | */ |
| | | STRINGPREP_NORMALIZATION_CHANGE_1( |
| | | 8, // Unique ID. See javadoc for more information. |
| | | INFO_5134_UPGRADE.get(), |
| | | INFO_5134_REVERSION.get(), |
| | | Effect.REVERSION_DATA_EXPORT_AND_REIMPORT_REQUIRED, |
| | | Effect.UPGRADE_DATA_EXPORT_AND_REIMPORT_REQUIRED), |
| | | |
| | | /** |
| | | * Incompatible changes in DN normalization. This causes dn2id and |
| | | * RDN / DN syntax based attribute indexes to be invalidated. |
| | | */ |
| | |
| | | //*************************************************** |
| | | |
| | | static { |
| | | register(Cause.STRINGPREP_NORMALIZATION_CHANGE_1, |
| | | new BuildVersion(1,0,0,5134)); |
| | | register(Cause.DN_NORMALIZATION_CHANGE_1, new BuildVersion(1, 0, 0, 3873)); |
| | | register(Cause.BACKEND_CONFIGURATION_CHANGE_1, |
| | | new BuildVersion(1, 0, 0, 3708)); |