Searched defs:modification (Results 1 - 25 of 64) sorted by relevance

123

/forgerock/opendj-b2.6/src/server/org/opends/server/types/operation/
H A DPreOperationModifyOperation.java103 * Adds the provided modification to the set of modifications to
109 * @param modification The modification to add to the set of
113 * while applying the modification to
116 public void addModification(Modification modification) argument
H A DPreOperationModifyDNOperation.java168 * Adds the provided modification to the set of modifications to be
172 * @param modification The modification to add to the set of
175 public void addModification(Modification modification); argument
/forgerock/opendj2/src/server/org/opends/server/types/operation/
H A DPreOperationModifyOperation.java102 * Adds the provided modification to the set of modifications to
108 * @param modification The modification to add to the set of
112 * while applying the modification to
115 public void addModification(Modification modification) argument
H A DPreOperationModifyDNOperation.java167 * Adds the provided modification to the set of modifications to be
171 * @param modification The modification to add to the set of
174 public void addModification(Modification modification); argument
/forgerock/opendj2.6.2/src/server/org/opends/server/types/operation/
H A DPreOperationModifyOperation.java103 * Adds the provided modification to the set of modifications to
109 * @param modification The modification to add to the set of
113 * while applying the modification to
116 public void addModification(Modification modification) argument
H A DPreOperationModifyDNOperation.java168 * Adds the provided modification to the set of modifications to be
172 * @param modification The modification to add to the set of
175 public void addModification(Modification modification); argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/operation/
H A DPreOperationModifyOperation.java103 * Adds the provided modification to the set of modifications to
109 * @param modification The modification to add to the set of
113 * while applying the modification to
116 public void addModification(Modification modification) argument
H A DPreOperationModifyDNOperation.java168 * Adds the provided modification to the set of modifications to be
172 * @param modification The modification to add to the set of
175 public void addModification(Modification modification); argument
/forgerock/opendj2-hg/src/server/org/opends/server/types/operation/
H A DPreOperationModifyOperation.java102 * Adds the provided modification to the set of modifications to
108 * @param modification The modification to add to the set of
112 * while applying the modification to
115 public void addModification(Modification modification) argument
H A DPreOperationModifyDNOperation.java167 * Adds the provided modification to the set of modifications to be
171 * @param modification The modification to add to the set of
174 public void addModification(Modification modification); argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/operation/
H A DPreOperationModifyOperation.java98 * Adds the provided modification to the set of modifications to
104 * @param modification The modification to add to the set of
108 * while applying the modification to
111 void addModification(Modification modification) throws DirectoryException; argument
H A DPreOperationModifyDNOperation.java168 * Adds the provided modification to the set of modifications to be
172 * @param modification The modification to add to the set of
175 void addModification(Modification modification); argument
/forgerock/opendj2/src/server/org/opends/server/core/
H A DModifyOperation.java79 * Adds the provided modification to the set of raw modifications for this
82 * @param rawModification The modification to add to the set of raw
105 * Adds the provided modification to the set of modifications to this modify
108 * @param modification The modification to add to the set of changes for
112 * the modification to the entry.
114 void addModification(Modification modification) throws DirectoryException; argument
H A DModifyDNOperation.java178 * Adds the provided modification to the set of modifications to be applied
182 * @param modification The modification to add to the set of modifications
185 void addModification(Modification modification); argument
H A DModifyOperationWrapper.java54 public void addModification(Modification modification) argument
57 getOperation().addModification(modification);
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DModifyOperation.java79 * Adds the provided modification to the set of raw modifications for this
82 * @param rawModification The modification to add to the set of raw
105 * Adds the provided modification to the set of modifications to this modify
108 * @param modification The modification to add to the set of changes for
112 * the modification to the entry.
114 void addModification(Modification modification) throws DirectoryException; argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DModifyOperation.java80 * Adds the provided modification to the set of raw modifications for this
83 * @param rawModification The modification to add to the set of raw
106 * Adds the provided modification to the set of modifications to this modify
109 * @param modification The modification to add to the set of changes for
113 * the modification to the entry.
115 void addModification(Modification modification) throws DirectoryException; argument
H A DModifyOperationWrapper.java55 public void addModification(Modification modification) argument
58 getOperation().addModification(modification);
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DModifyOperation.java79 * Adds the provided modification to the set of raw modifications for this
82 * @param rawModification The modification to add to the set of raw
106 * Adds the provided modification to the set of modifications to this modify
109 * @param modification The modification to add to the set of changes for
113 * the modification to the entry.
115 public abstract void addModification(Modification modification) argument
H A DModifyOperationWrapper.java59 public void addModification(Modification modification) argument
62 getOperation().addModification(modification);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUpdatePreOpPlugin.java260 * Adds the provided modification so that it will be included in the next
263 * @param modification The modification to be added.
265 public static void addModification(Modification modification) argument
267 instance.modifications.add(modification);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUpdatePreOpPlugin.java259 * Adds the provided modification so that it will be included in the next
262 * @param modification The modification to be added.
264 public static void addModification(Modification modification) argument
266 instance.modifications.add(modification);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DModifyOperation.java79 * Adds the provided modification to the set of raw modifications for this
82 * @param rawModification The modification to add to the set of raw
106 * Adds the provided modification to the set of modifications to this modify
109 * @param modification The modification to add to the set of changes for
113 * the modification to the entry.
115 public abstract void addModification(Modification modification) argument
H A DModifyOperationWrapper.java59 public void addModification(Modification modification) argument
62 getOperation().addModification(modification);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUpdatePreOpPlugin.java260 * Adds the provided modification so that it will be included in the next
263 * @param modification The modification to be added.
265 public static void addModification(Modification modification) argument
267 instance.modifications.add(modification);

Completed in 161 milliseconds

123