Searched defs:change (Results 1 - 25 of 58) sorted by relevance

123

/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A DImprovedLDAPConnection.java39 public void apply (Change change) { argument
41 for (String mychange: change.changes) {
75 LDAPEntry addEntry = new LDAPEntry ( change.dn, attrSet );
81 EclReadAndPlay.println("ERROR", "Cannot add entry \"" + change.dn + "\" (csn="
82 + change.csn + ")" );
89 // LDAPAttribute myAttr = new LDAPAttribute ("nsuniqueid", change.nsUniqueId);
90 // LDAPAttribute myAttr = new LDAPAttribute ("entryuuid", change.nsUniqueId);
93 // this.modify( change.dn, mod );
97 // + change.dn + "\" (csn=" + change
[all...]
H A DChange.java39 String change = ""; field in class:Change
125 change = attr.getStringValueArray()[0];
126 if ( change.trim().endsWith("-") ) {
127 change = change.substring(0, change.length()-3) + "\r\n";
129 String changeHasReplFixupOp=change.replaceFirst("targetDn", "dn") + "\r\n";
137 change = attr.getStringValueArray()[0];
138 if ( change.trim().endsWith("-") ) {
139 change
[all...]
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A DImprovedLDAPConnection.java38 public void apply (Change change) { argument
40 for (String mychange: change.changes) {
74 LDAPEntry addEntry = new LDAPEntry ( change.dn, attrSet );
80 EclReadAndPlay.println("ERROR", "Cannot add entry \"" + change.dn + "\" (csn="
81 + change.csn + ")" );
88 // LDAPAttribute myAttr = new LDAPAttribute ("nsuniqueid", change.nsUniqueId);
89 // LDAPAttribute myAttr = new LDAPAttribute ("entryuuid", change.nsUniqueId);
92 // this.modify( change.dn, mod );
96 // + change.dn + "\" (csn=" + change
[all...]
H A DChange.java38 String change = ""; field in class:Change
124 change = attr.getStringValueArray()[0];
125 if ( change.trim().endsWith("-") ) {
126 change = change.substring(0, change.length()-3) + "\r\n";
128 String changeHasReplFixupOp=change.replaceFirst("targetDn", "dn") + "\r\n";
136 change = attr.getStringValueArray()[0];
137 if ( change.trim().endsWith("-") ) {
138 change
[all...]
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A DImprovedLDAPConnection.java39 public void apply (Change change) { argument
41 for (String mychange: change.changes) {
75 LDAPEntry addEntry = new LDAPEntry ( change.dn, attrSet );
81 EclReadAndPlay.println("ERROR", "Cannot add entry \"" + change.dn + "\" (csn="
82 + change.csn + ")" );
89 // LDAPAttribute myAttr = new LDAPAttribute ("nsuniqueid", change.nsUniqueId);
90 // LDAPAttribute myAttr = new LDAPAttribute ("entryuuid", change.nsUniqueId);
93 // this.modify( change.dn, mod );
97 // + change.dn + "\" (csn=" + change
[all...]
H A DChange.java39 String change = ""; field in class:Change
125 change = attr.getStringValueArray()[0];
126 if ( change.trim().endsWith("-") ) {
127 change = change.substring(0, change.length()-3) + "\r\n";
129 String changeHasReplFixupOp=change.replaceFirst("targetDn", "dn") + "\r\n";
137 change = attr.getStringValueArray()[0];
138 if ( change.trim().endsWith("-") ) {
139 change
[all...]
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A DImprovedLDAPConnection.java39 public void apply (Change change) { argument
41 for (String mychange: change.changes) {
75 LDAPEntry addEntry = new LDAPEntry ( change.dn, attrSet );
81 EclReadAndPlay.println("ERROR", "Cannot add entry \"" + change.dn + "\" (csn="
82 + change.csn + ")" );
89 // LDAPAttribute myAttr = new LDAPAttribute ("nsuniqueid", change.nsUniqueId);
90 // LDAPAttribute myAttr = new LDAPAttribute ("entryuuid", change.nsUniqueId);
93 // this.modify( change.dn, mod );
97 // + change.dn + "\" (csn=" + change
[all...]
H A DChange.java39 String change = ""; field in class:Change
125 change = attr.getStringValueArray()[0];
126 if ( change.trim().endsWith("-") ) {
127 change = change.substring(0, change.length()-3) + "\r\n";
129 String changeHasReplFixupOp=change.replaceFirst("targetDn", "dn") + "\r\n";
137 change = attr.getStringValueArray()[0];
138 if ( change.trim().endsWith("-") ) {
139 change
[all...]
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A DImprovedLDAPConnection.java38 public void apply (Change change) { argument
40 for (String mychange: change.changes) {
74 LDAPEntry addEntry = new LDAPEntry ( change.dn, attrSet );
80 EclReadAndPlay.println("ERROR", "Cannot add entry \"" + change.dn + "\" (csn="
81 + change.csn + ")" );
88 // LDAPAttribute myAttr = new LDAPAttribute ("nsuniqueid", change.nsUniqueId);
89 // LDAPAttribute myAttr = new LDAPAttribute ("entryuuid", change.nsUniqueId);
92 // this.modify( change.dn, mod );
96 // + change.dn + "\" (csn=" + change
[all...]
H A DChange.java38 String change = ""; field in class:Change
124 change = attr.getStringValueArray()[0];
125 if ( change.trim().endsWith("-") ) {
126 change = change.substring(0, change.length()-3) + "\r\n";
128 String changeHasReplFixupOp=change.replaceFirst("targetDn", "dn") + "\r\n";
136 change = attr.getStringValueArray()[0];
137 if ( change.trim().endsWith("-") ) {
138 change
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DReplicationData.java49 * @param change the UpdateMsg used to create the ReplicationData.
51 public ReplicationData(UpdateMsg change) argument
57 this.setData(change.getBytes());
71 * @return The generated change.
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DReplicationData.java49 * @param change the UpdateMsg used to create the ReplicationData.
51 public ReplicationData(UpdateMsg change) argument
57 this.setData(change.getBytes());
71 * @return The generated change.
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DReplicationData.java49 * @param change the UpdateMsg used to create the ReplicationData.
51 public ReplicationData(UpdateMsg change) argument
57 this.setData(change.getBytes());
71 * @return The generated change.
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DScheduleSummaryPanel.java57 private JButton change; field in class:ScheduleSummaryPanel
96 * Returns whether the change button is enabled or not.
97 * @return <CODE>true</CODE> if the change button is enabled and
102 return change.isEnabled();
106 * Sets the enable state of the change button.
107 * @param enable whether the change button must be enabled or not.
111 change.setEnabled(enable);
120 change = Utilities.createButton(INFO_CTRL_PANEL_CHANGE_SCHEDULE.get());
121 change.addActionListener(new ActionListener()
134 add(change, gb
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DScheduleSummaryPanel.java56 private JButton change; field in class:ScheduleSummaryPanel
95 * Returns whether the change button is enabled or not.
96 * @return <CODE>true</CODE> if the change button is enabled and
101 return change.isEnabled();
105 * Sets the enable state of the change button.
106 * @param enable whether the change button must be enabled or not.
110 change.setEnabled(enable);
119 change = Utilities.createButton(INFO_CTRL_PANEL_CHANGE_SCHEDULE.get());
120 change.addActionListener(new ActionListener()
133 add(change, gb
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DScheduleSummaryPanel.java57 private JButton change; field in class:ScheduleSummaryPanel
96 * Returns whether the change button is enabled or not.
97 * @return <CODE>true</CODE> if the change button is enabled and
102 return change.isEnabled();
106 * Sets the enable state of the change button.
107 * @param enable whether the change button must be enabled or not.
111 change.setEnabled(enable);
120 change = Utilities.createButton(INFO_CTRL_PANEL_CHANGE_SCHEDULE.get());
121 change.addActionListener(new ActionListener()
134 add(change, gb
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DScheduleSummaryPanel.java56 private JButton change; field in class:ScheduleSummaryPanel
95 * Returns whether the change button is enabled or not.
96 * @return <CODE>true</CODE> if the change button is enabled and
101 return change.isEnabled();
105 * Sets the enable state of the change button.
106 * @param enable whether the change button must be enabled or not.
110 change.setEnabled(enable);
119 change = Utilities.createButton(INFO_CTRL_PANEL_CHANGE_SCHEDULE.get());
120 change.addActionListener(new ActionListener()
133 add(change, gb
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DScheduleSummaryPanel.java57 private JButton change; field in class:ScheduleSummaryPanel
96 * Returns whether the change button is enabled or not.
97 * @return <CODE>true</CODE> if the change button is enabled and
102 return change.isEnabled();
106 * Sets the enable state of the change button.
107 * @param enable whether the change button must be enabled or not.
111 change.setEnabled(enable);
120 change = Utilities.createButton(INFO_CTRL_PANEL_CHANGE_SCHEDULE.get());
121 change.addActionListener(new ActionListener()
134 add(change, gb
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DScheduleSummaryPanel.java56 private JButton change; field in class:ScheduleSummaryPanel
95 * Returns whether the change button is enabled or not.
96 * @return <CODE>true</CODE> if the change button is enabled and
101 return change.isEnabled();
105 * Sets the enable state of the change button.
106 * @param enable whether the change button must be enabled or not.
110 change.setEnabled(enable);
119 change = Utilities.createButton(INFO_CTRL_PANEL_CHANGE_SCHEDULE.get());
120 change.addActionListener(new ActionListener()
133 add(change, gb
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestLDIFWriter.java402 * @param change
403 * The modification change record.
410 public void TestWriteModifyChangeRecord(ModifyChangeRecordEntry change, argument
417 for (RawModification lmod : change.getModifications()) {
420 ldifWriter.writeModifyChangeRecord(change.getDN(), mods);
464 * @param change
465 * The modification change record.
473 ModifyDNChangeRecordEntry change, String[] expectedLDIF)
478 ldifWriter.writeModifyDNChangeRecord(change.getDN(),
479 change
472 TestWriteModifyDNChangeRecord( ModifyDNChangeRecordEntry change, String[] expectedLDIF) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestLDIFWriter.java401 * @param change
402 * The modification change record.
409 public void TestWriteModifyChangeRecord(ModifyChangeRecordEntry change, argument
416 for (RawModification lmod : change.getModifications()) {
419 ldifWriter.writeModifyChangeRecord(change.getDN(), mods);
463 * @param change
464 * The modification change record.
472 ModifyDNChangeRecordEntry change, String[] expectedLDIF)
477 ldifWriter.writeModifyDNChangeRecord(change.getDN(),
478 change
471 TestWriteModifyDNChangeRecord( ModifyDNChangeRecordEntry change, String[] expectedLDIF) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestLDIFWriter.java402 * @param change
403 * The modification change record.
410 public void TestWriteModifyChangeRecord(ModifyChangeRecordEntry change, argument
417 for (RawModification lmod : change.getModifications()) {
420 ldifWriter.writeModifyChangeRecord(change.getDN(), mods);
464 * @param change
465 * The modification change record.
473 ModifyDNChangeRecordEntry change, String[] expectedLDIF)
478 ldifWriter.writeModifyDNChangeRecord(change.getDN(),
479 change
472 TestWriteModifyDNChangeRecord( ModifyDNChangeRecordEntry change, String[] expectedLDIF) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestLDIFWriter.java401 * @param change
402 * The modification change record.
409 public void TestWriteModifyChangeRecord(ModifyChangeRecordEntry change, argument
416 for (RawModification lmod : change.getModifications()) {
419 ldifWriter.writeModifyChangeRecord(change.getDN(), mods);
463 * @param change
464 * The modification change record.
472 ModifyDNChangeRecordEntry change, String[] expectedLDIF)
477 ldifWriter.writeModifyDNChangeRecord(change.getDN(),
478 change
471 TestWriteModifyDNChangeRecord( ModifyDNChangeRecordEntry change, String[] expectedLDIF) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestLDIFWriter.java402 * @param change
403 * The modification change record.
410 public void TestWriteModifyChangeRecord(ModifyChangeRecordEntry change, argument
417 for (RawModification lmod : change.getModifications()) {
420 ldifWriter.writeModifyChangeRecord(change.getDN(), mods);
464 * @param change
465 * The modification change record.
473 ModifyDNChangeRecordEntry change, String[] expectedLDIF)
478 ldifWriter.writeModifyDNChangeRecord(change.getDN(),
479 change
472 TestWriteModifyDNChangeRecord( ModifyDNChangeRecordEntry change, String[] expectedLDIF) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/util/
H A DTestLDIFWriter.java400 * @param change
401 * The modification change record.
408 public void TestWriteModifyChangeRecord(ModifyChangeRecordEntry change, argument
415 for (RawModification lmod : change.getModifications()) {
418 ldifWriter.writeModifyChangeRecord(change.getDN(), mods);
462 * @param change
463 * The modification change record.
471 ModifyDNChangeRecordEntry change, String[] expectedLDIF)
476 ldifWriter.writeModifyDNChangeRecord(change.getDN(),
477 change
470 TestWriteModifyDNChangeRecord( ModifyDNChangeRecordEntry change, String[] expectedLDIF) argument
[all...]

Completed in 335 milliseconds

123