Searched defs:previousValues (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValueEditor.java1077 SortedSet<T> previousValues = new TreeSet<T>(currentValues);
1081 addedValues.removeAll(previousValues);
2389 * @param previousValues the values we had before the modification is applied
2394 SortedSet<T> newValues, SortedSet<T> previousValues)
2399 registerResetModification(pd, previousValues);
2401 else if (!newValues.equals(previousValues))
2403 if (newValues.containsAll(previousValues))
2407 registerSetModification(pd, newValues, previousValues);
2411 registerAddModification(pd, newValues, previousValues);
2414 else if (previousValues
2393 registerModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument
2459 registerResetModification(PropertyDefinition<T> pd, SortedSet<T> previousValues) argument
2490 registerSetModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument
2520 registerAddModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument
2566 registerRemoveModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValueEditor.java1075 SortedSet<T> previousValues = new TreeSet<T>(currentValues);
1079 addedValues.removeAll(previousValues);
2396 * @param previousValues the values we had before the modification is applied
2401 SortedSet<T> newValues, SortedSet<T> previousValues)
2406 registerResetModification(pd, previousValues);
2408 else if (!newValues.equals(previousValues))
2410 if (newValues.containsAll(previousValues))
2414 registerSetModification(pd, newValues, previousValues);
2418 registerAddModification(pd, newValues, previousValues);
2421 else if (previousValues
2400 registerModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument
2466 registerResetModification(PropertyDefinition<T> pd, SortedSet<T> previousValues) argument
2497 registerSetModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument
2527 registerAddModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument
2573 registerRemoveModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValueEditor.java1077 SortedSet<T> previousValues = new TreeSet<T>(currentValues);
1081 addedValues.removeAll(previousValues);
2394 * @param previousValues the values we had before the modification is applied
2399 SortedSet<T> newValues, SortedSet<T> previousValues)
2404 registerResetModification(pd, previousValues);
2406 else if (!newValues.equals(previousValues))
2408 if (newValues.containsAll(previousValues))
2412 registerSetModification(pd, newValues, previousValues);
2416 registerAddModification(pd, newValues, previousValues);
2419 else if (previousValues
2398 registerModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument
2464 registerResetModification(PropertyDefinition<T> pd, SortedSet<T> previousValues) argument
2495 registerSetModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument
2525 registerAddModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument
2571 registerRemoveModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValueEditor.java1077 SortedSet<T> previousValues = new TreeSet<T>(currentValues);
1081 addedValues.removeAll(previousValues);
2389 * @param previousValues the values we had before the modification is applied
2394 SortedSet<T> newValues, SortedSet<T> previousValues)
2399 registerResetModification(pd, previousValues);
2401 else if (!newValues.equals(previousValues))
2403 if (newValues.containsAll(previousValues))
2407 registerSetModification(pd, newValues, previousValues);
2411 registerAddModification(pd, newValues, previousValues);
2414 else if (previousValues
2393 registerModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument
2459 registerResetModification(PropertyDefinition<T> pd, SortedSet<T> previousValues) argument
2490 registerSetModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument
2520 registerAddModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument
2566 registerRemoveModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DPropertyValueEditor.java1075 SortedSet<T> previousValues = new TreeSet<T>(currentValues);
1079 addedValues.removeAll(previousValues);
2396 * @param previousValues the values we had before the modification is applied
2401 SortedSet<T> newValues, SortedSet<T> previousValues)
2406 registerResetModification(pd, previousValues);
2408 else if (!newValues.equals(previousValues))
2410 if (newValues.containsAll(previousValues))
2414 registerSetModification(pd, newValues, previousValues);
2418 registerAddModification(pd, newValues, previousValues);
2421 else if (previousValues
2400 registerModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument
2466 registerResetModification(PropertyDefinition<T> pd, SortedSet<T> previousValues) argument
2497 registerSetModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument
2527 registerAddModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument
2573 registerRemoveModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DPropertyValueEditor.java913 SortedSet<T> previousValues = new TreeSet<>(currentValues);
916 addedValues.removeAll(previousValues);
2042 * @param previousValues
2047 SortedSet<T> previousValues) {
2050 registerResetModification(pd, previousValues);
2051 } else if (!newValues.equals(previousValues)) {
2052 if (newValues.containsAll(previousValues)) {
2054 registerSetModification(pd, newValues, previousValues);
2056 registerAddModification(pd, newValues, previousValues);
2058 } else if (previousValues
2046 registerModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument
2095 registerResetModification(PropertyDefinition<T> pd, SortedSet<T> previousValues) argument
2122 registerSetModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument
2149 registerAddModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument
2188 registerRemoveModification(PropertyDefinition<T> pd, SortedSet<T> newValues, SortedSet<T> previousValues) argument
[all...]

Completed in 773 milliseconds