Searched refs:sr (Results 1 - 25 of 289) sorted by relevance

1234567891011>>

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/event/
H A DEntryReadEvent.java39 private CustomSearchResult sr; field in class:EntryReadEvent
44 * @param sr the search result containing the entry that was read.
46 public EntryReadEvent(Object source, CustomSearchResult sr) argument
49 this.sr = sr;
67 return sr;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/event/
H A DEntryReadEvent.java40 private CustomSearchResult sr; field in class:EntryReadEvent
45 * @param sr the search result containing the entry that was read.
47 public EntryReadEvent(Object source, CustomSearchResult sr) argument
50 this.sr = sr;
68 return sr;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/event/
H A DEntryReadEvent.java40 private CustomSearchResult sr; field in class:EntryReadEvent
45 * @param sr the search result containing the entry that was read.
47 public EntryReadEvent(Object source, CustomSearchResult sr) argument
50 this.sr = sr;
68 return sr;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DEntryReadEvent.java39 private CustomSearchResult sr; field in class:EntryReadEvent
44 * @param sr the search result containing the entry that was read.
46 public EntryReadEvent(Object source, CustomSearchResult sr) argument
49 this.sr = sr;
67 return sr;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DEntryReadEvent.java40 private CustomSearchResult sr; field in class:EntryReadEvent
45 * @param sr the search result containing the entry that was read.
47 public EntryReadEvent(Object source, CustomSearchResult sr) argument
50 this.sr = sr;
68 return sr;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/event/
H A DEntryReadEvent.java39 private CustomSearchResult sr; field in class:EntryReadEvent
44 * @param sr the search result containing the entry that was read.
46 public EntryReadEvent(Object source, CustomSearchResult sr) argument
49 this.sr = sr;
67 return sr;
/forgerock/opendj-b2.6/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/
H A DDSMLService.java161 STAFResult sr = new STAFResult(kDSMLInvalidSomething + 14);
203 sr = new STAFResult(kErrorStringMatchOffset +
208 sr = new STAFResult(kErrorStringMatchOffset +
216 sr.rc = kDSMLInvalidSomething + 11;
217 sr.result = fnfe.getMessage();
219 sr.rc = kDSMLInvalidSomething + 12;
220 sr.result = ioe.getMessage();
222 sr.rc = kDSMLInvalidSomething + 13;
223 sr.result = e.getMessage();
225 return sr;
[all...]
/forgerock/opendj2/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/
H A DDSMLService.java160 STAFResult sr = new STAFResult(kDSMLInvalidSomething + 14);
202 sr = new STAFResult(kErrorStringMatchOffset +
207 sr = new STAFResult(kErrorStringMatchOffset +
215 sr.rc = kDSMLInvalidSomething + 11;
216 sr.result = fnfe.getMessage();
218 sr.rc = kDSMLInvalidSomething + 12;
219 sr.result = ioe.getMessage();
221 sr.rc = kDSMLInvalidSomething + 13;
222 sr.result = e.getMessage();
224 return sr;
[all...]
/forgerock/opendj2.6.2/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/
H A DDSMLService.java161 STAFResult sr = new STAFResult(kDSMLInvalidSomething + 14);
203 sr = new STAFResult(kErrorStringMatchOffset +
208 sr = new STAFResult(kErrorStringMatchOffset +
216 sr.rc = kDSMLInvalidSomething + 11;
217 sr.result = fnfe.getMessage();
219 sr.rc = kDSMLInvalidSomething + 12;
220 sr.result = ioe.getMessage();
222 sr.rc = kDSMLInvalidSomething + 13;
223 sr.result = e.getMessage();
225 return sr;
[all...]
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/
H A DDSMLService.java161 STAFResult sr = new STAFResult(kDSMLInvalidSomething + 14);
203 sr = new STAFResult(kErrorStringMatchOffset +
208 sr = new STAFResult(kErrorStringMatchOffset +
216 sr.rc = kDSMLInvalidSomething + 11;
217 sr.result = fnfe.getMessage();
219 sr.rc = kDSMLInvalidSomething + 12;
220 sr.result = ioe.getMessage();
222 sr.rc = kDSMLInvalidSomething + 13;
223 sr.result = e.getMessage();
225 return sr;
[all...]
/forgerock/opendj2-hg/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/
H A DDSMLService.java160 STAFResult sr = new STAFResult(kDSMLInvalidSomething + 14);
202 sr = new STAFResult(kErrorStringMatchOffset +
207 sr = new STAFResult(kErrorStringMatchOffset +
215 sr.rc = kDSMLInvalidSomething + 11;
216 sr.result = fnfe.getMessage();
218 sr.rc = kDSMLInvalidSomething + 12;
219 sr.result = ioe.getMessage();
221 sr.rc = kDSMLInvalidSomething + 13;
222 sr.result = e.getMessage();
224 return sr;
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DLDAPEntryReader.java89 SearchResult sr = null;
92 sr = en.next();
95 return new CustomSearchResult(sr, dn);
114 public void backgroundTaskCompleted(CustomSearchResult sr, argument
121 notifyListeners(sr);
166 * @param sr the new entry in form of CustomSearchResult.
168 private void notifyListeners(CustomSearchResult sr) argument
170 EntryReadEvent ev = new EntryReadEvent(this, sr);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DLDAPEntryReader.java88 SearchResult sr = null;
91 sr = en.next();
94 return new CustomSearchResult(sr, dn);
113 public void backgroundTaskCompleted(CustomSearchResult sr, argument
120 notifyListeners(sr);
165 * @param sr the new entry in form of CustomSearchResult.
167 private void notifyListeners(CustomSearchResult sr) argument
169 EntryReadEvent ev = new EntryReadEvent(this, sr);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DLDAPEntryReader.java89 SearchResult sr = null;
92 sr = en.next();
95 return new CustomSearchResult(sr, dn);
114 public void backgroundTaskCompleted(CustomSearchResult sr, argument
121 notifyListeners(sr);
166 * @param sr the new entry in form of CustomSearchResult.
168 private void notifyListeners(CustomSearchResult sr) argument
170 EntryReadEvent ev = new EntryReadEvent(this, sr);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DLDAPEntryReader.java88 SearchResult sr = null;
91 sr = en.next();
94 return new CustomSearchResult(sr, dn);
113 public void backgroundTaskCompleted(CustomSearchResult sr, argument
120 notifyListeners(sr);
165 * @param sr the new entry in form of CustomSearchResult.
167 private void notifyListeners(CustomSearchResult sr) argument
169 EntryReadEvent ev = new EntryReadEvent(this, sr);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DLDAPEntryReader.java89 SearchResult sr = null;
92 sr = en.next();
95 return new CustomSearchResult(sr, dn);
114 public void backgroundTaskCompleted(CustomSearchResult sr, argument
121 notifyListeners(sr);
166 * @param sr the new entry in form of CustomSearchResult.
168 private void notifyListeners(CustomSearchResult sr) argument
170 EntryReadEvent ev = new EntryReadEvent(this, sr);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DLDAPEntryReader.java86 SearchResult sr = null;
89 sr = en.next();
92 return new CustomSearchResult(sr, dn);
109 public void backgroundTaskCompleted(CustomSearchResult sr, argument
116 notifyListeners(sr);
161 * @param sr the new entry in form of CustomSearchResult.
163 private void notifyListeners(CustomSearchResult sr) argument
165 EntryReadEvent ev = new EntryReadEvent(this, sr);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DCustomSearchResult.java89 * @param sr the SearchResult.
94 public CustomSearchResult(SearchResult sr, String baseDN) argument
97 String sName = sr.getName();
131 Attributes attrs = sr.getAttributes();
210 CustomSearchResult sr = new CustomSearchResult(dn);
211 sr.attributes = new HashMap<>(attributes);
212 sr.attrNames = new TreeSet<>(attrNames);
213 sr.toString = toString;
214 sr.hashCode = hashCode;
215 return sr;
235 attrValuesEqual(CustomSearchResult sr) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/cos/
H A DDirectCOSDefinition.java288 SearchResults sr = this.search("(" + COSTemplate.DEFAULT_NAMING_ATTR
290 while (sr.hasMoreElements()) {
291 cosTemplate = (COSTemplate) sr.next();
292 sr.abandon();
314 SearchResults sr = this.search("(objectclass=costemplate)",
316 while (sr.hasMoreElements()) {
317 cosTemplate = (COSTemplate) sr.next();
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/cos/
H A DDirectCOSDefinition.java288 SearchResults sr = this.search("(" + COSTemplate.DEFAULT_NAMING_ATTR
290 while (sr.hasMoreElements()) {
291 cosTemplate = (COSTemplate) sr.next();
292 sr.abandon();
314 SearchResults sr = this.search("(objectclass=costemplate)",
316 while (sr.hasMoreElements()) {
317 cosTemplate = (COSTemplate) sr.next();
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLDIFViewEntryPanel.java159 public void update(CustomSearchResult sr, boolean isReadOnly, TreePath path) argument
162 if (sr != null)
164 sr = filterSearchResult(sr);
166 if ((searchResult != null) && (sr != null))
168 sameEntry = searchResult.getDN().equals(sr.getDN());
171 searchResult = sr;
173 updateTitle(sr, path);
177 sb.append("dn: ").append(sr.getDN());
182 for (String attrName : sr
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLDIFViewEntryPanel.java159 public void update(CustomSearchResult sr, boolean isReadOnly, TreePath path) argument
162 if (sr != null)
164 sr = filterSearchResult(sr);
166 if ((searchResult != null) && (sr != null))
168 sameEntry = searchResult.getDN().equals(sr.getDN());
171 searchResult = sr;
173 updateTitle(sr, path);
177 sb.append("dn: ").append(sr.getDN());
182 for (String attrName : sr
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCustomSearchResult.java93 * @param sr the SearchResult.
98 public CustomSearchResult(SearchResult sr, String baseDN) argument
101 String sName = sr.getName();
135 Attributes attrs = sr.getAttributes();
219 CustomSearchResult sr = new CustomSearchResult(dn);
220 sr.attributes = new HashMap<String, List<Object>>(attributes);
221 sr.attrNames = new TreeSet<String>(attrNames);
222 sr.toString = toString;
223 sr.hashCode = hashCode;
224 return sr;
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCustomSearchResult.java94 * @param sr the SearchResult.
99 public CustomSearchResult(SearchResult sr, String baseDN) argument
102 String sName = sr.getName();
136 Attributes attrs = sr.getAttributes();
220 CustomSearchResult sr = new CustomSearchResult(dn);
221 sr.attributes = new HashMap<String, List<Object>>(attributes);
222 sr.attrNames = new TreeSet<String>(attrNames);
223 sr.toString = toString;
224 sr.hashCode = hashCode;
225 return sr;
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DCustomSearchResult.java94 * @param sr the SearchResult.
99 public CustomSearchResult(SearchResult sr, String baseDN) argument
102 String sName = sr.getName();
136 Attributes attrs = sr.getAttributes();
220 CustomSearchResult sr = new CustomSearchResult(dn);
221 sr.attributes = new HashMap<String, List<Object>>(attributes);
222 sr.attrNames = new TreeSet<String>(attrNames);
223 sr.toString = toString;
224 sr.hashCode = hashCode;
225 return sr;
[all...]

Completed in 214 milliseconds

1234567891011>>