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

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DPropertyEditorModification.java137 * @param removedValues the values that are removed in this modification.
142 PropertyDefinition<T> propertyDefinition, SortedSet<T> removedValues,
146 removedValues, originalValues);
141 createRemoveModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> removedValues, SortedSet<T> originalValues) argument
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DPropertyEditorModification.java136 * @param removedValues the values that are removed in this modification.
141 PropertyDefinition<T> propertyDefinition, SortedSet<T> removedValues,
145 removedValues, originalValues);
140 createRemoveModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> removedValues, SortedSet<T> originalValues) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DPropertyEditorModification.java137 * @param removedValues the values that are removed in this modification.
142 PropertyDefinition<T> propertyDefinition, SortedSet<T> removedValues,
146 removedValues, originalValues);
141 createRemoveModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> removedValues, SortedSet<T> originalValues) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DPropertyEditorModification.java137 * @param removedValues the values that are removed in this modification.
142 PropertyDefinition<T> propertyDefinition, SortedSet<T> removedValues,
146 removedValues, originalValues);
141 createRemoveModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> removedValues, SortedSet<T> originalValues) argument
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DPropertyEditorModification.java136 * @param removedValues the values that are removed in this modification.
141 PropertyDefinition<T> propertyDefinition, SortedSet<T> removedValues,
145 removedValues, originalValues);
140 createRemoveModification( PropertyDefinition<T> propertyDefinition, SortedSet<T> removedValues, SortedSet<T> originalValues) argument
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DPropertyEditorModification.java143 * @param removedValues
150 SortedSet<T> removedValues, SortedSet<T> originalValues) {
151 return new PropertyEditorModification<>(propertyDefinition, Type.REMOVE, removedValues, originalValues);
149 createRemoveModification(PropertyDefinition<T> propertyDefinition, SortedSet<T> removedValues, SortedSet<T> originalValues) argument

Completed in 149 milliseconds