/forgerock/opendj2/src/server/org/opends/server/backends/jeb/ |
H A D | VLVKeyComparator.java | 259 * @param entryID The entry ID to use in the comparasion. 275 long entryID, AttributeValue[] values) 326 if(entryID != -1) 331 long idDifference = (set.getEntryIDs()[index] - entryID); 274 compare(SortValuesSet set, int index, long entryID, AttributeValue[] values) argument
|
H A D | SortValues.java | 57 private EntryID entryID; field in class:SortValues 67 * @param entryID The entry ID for the entry associated with this set of 72 public SortValues(EntryID entryID, AttributeValue[] values, argument 75 this.entryID = entryID; 83 * @param entryID The entry ID for the entry associated with this set of 89 public SortValues(EntryID entryID, Entry entry, SortOrder sortOrder) argument 91 this.entryID = entryID; 164 long idDifference = (entryID [all...] |
H A D | EntryIDSet.java | 305 * @param entryID The ID to be inserted. 309 public boolean add(EntryID entryID) argument 320 long id = entryID.longValue(); 362 * @param entryID The ID to be removed 366 public boolean remove(EntryID entryID) argument 382 long id = entryID.longValue(); 405 * @param entryID The ID to be checked. 409 public boolean contains(EntryID entryID) argument 416 long id = entryID.longValue();
|
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/ |
H A D | IndexBuilder.java | 52 * @param entryID The entry ID. 59 void processEntry(Entry oldEntry, Entry newEntry, EntryID entryID) argument
|
H A D | VLVKeyComparator.java | 260 * @param entryID The entry ID to use in the comparasion. 276 long entryID, AttributeValue[] values) 327 if(entryID != -1) 332 long idDifference = (set.getEntryIDs()[index] - entryID); 275 compare(SortValuesSet set, int index, long entryID, AttributeValue[] values) argument
|
H A D | SortValues.java | 58 private EntryID entryID; field in class:SortValues 68 * @param entryID The entry ID for the entry associated with this set of 73 public SortValues(EntryID entryID, AttributeValue[] values, argument 76 this.entryID = entryID; 84 * @param entryID The entry ID for the entry associated with this set of 90 public SortValues(EntryID entryID, Entry entry, SortOrder sortOrder) argument 92 this.entryID = entryID; 165 long idDifference = (entryID [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/ |
H A D | IndexBuilder.java | 52 * @param entryID The entry ID. 59 void processEntry(Entry oldEntry, Entry newEntry, EntryID entryID) argument
|
H A D | VLVKeyComparator.java | 260 * @param entryID The entry ID to use in the comparasion. 276 long entryID, AttributeValue[] values) 327 if(entryID != -1) 332 long idDifference = (set.getEntryIDs()[index] - entryID); 275 compare(SortValuesSet set, int index, long entryID, AttributeValue[] values) argument
|
H A D | SortValues.java | 58 private EntryID entryID; field in class:SortValues 68 * @param entryID The entry ID for the entry associated with this set of 73 public SortValues(EntryID entryID, AttributeValue[] values, argument 76 this.entryID = entryID; 84 * @param entryID The entry ID for the entry associated with this set of 90 public SortValues(EntryID entryID, Entry entry, SortOrder sortOrder) argument 92 this.entryID = entryID; 165 long idDifference = (entryID [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/ |
H A D | VLVKeyComparator.java | 259 * @param entryID The entry ID to use in the comparasion. 275 long entryID, AttributeValue[] values) 326 if(entryID != -1) 331 long idDifference = (set.getEntryIDs()[index] - entryID); 274 compare(SortValuesSet set, int index, long entryID, AttributeValue[] values) argument
|
H A D | SortValues.java | 57 private EntryID entryID; field in class:SortValues 67 * @param entryID The entry ID for the entry associated with this set of 72 public SortValues(EntryID entryID, AttributeValue[] values, argument 75 this.entryID = entryID; 83 * @param entryID The entry ID for the entry associated with this set of 89 public SortValues(EntryID entryID, Entry entry, SortOrder sortOrder) argument 91 this.entryID = entryID; 164 long idDifference = (entryID [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/ |
H A D | IndexBuilder.java | 52 * @param entryID The entry ID. 59 void processEntry(Entry oldEntry, Entry newEntry, EntryID entryID) argument
|
H A D | VLVKeyComparator.java | 260 * @param entryID The entry ID to use in the comparasion. 276 long entryID, AttributeValue[] values) 327 if(entryID != -1) 332 long idDifference = (set.getEntryIDs()[index] - entryID); 275 compare(SortValuesSet set, int index, long entryID, AttributeValue[] values) argument
|
H A D | SortValues.java | 58 private EntryID entryID; field in class:SortValues 68 * @param entryID The entry ID for the entry associated with this set of 73 public SortValues(EntryID entryID, AttributeValue[] values, argument 76 this.entryID = entryID; 84 * @param entryID The entry ID for the entry associated with this set of 90 public SortValues(EntryID entryID, Entry entry, SortOrder sortOrder) argument 92 this.entryID = entryID; 165 long idDifference = (entryID [all...] |
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/ |
H A D | RemoveEntry.java | 45 * <attribute name="entryID" type="{urn:liberty:disco:2003-08}IDReferenceType" /> 55 private String entryID = null; field in class:RemoveEntry 59 * @param entryID entry ID to be removed 61 public RemoveEntry (String entryID) { argument 62 this.entryID = entryID; 72 return entryID; 78 * @param entryID entry ID to be removed. 81 public void setEntryID(String entryID) { argument 82 this.entryID [all...] |
H A D | ResourceOffering.java | 58 * <attribute name="entryID" type="{urn:liberty:disco:2003-08}IDType" /> 97 private String entryID = null; field in class:ResourceOffering 152 entryID = elem.getAttribute("entryID"); 327 return entryID; 336 entryID = value; 385 // entryID, resIDgroup, service instance, options, Abstract 389 if ((entryID != null) && entryID.length() != 0) { 390 sb.append(" entryID [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/ |
H A D | CacheEntry.java | 48 private final long entryID; field in class:CacheEntry 55 * @param entryID The entry ID for this cache entry. 57 public CacheEntry(Entry entry, String backendID, long entryID) argument 61 this.entryID = entryID; 91 return entryID; 113 return (int) entryID; 145 return e.entryID == entryID && e.entry.equals(entry);
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/ |
H A D | RemoveEntry.java | 45 * <attribute name="entryID" type="{urn:liberty:disco:2003-08}IDReferenceType" /> 55 private String entryID = null; field in class:RemoveEntry 59 * @param entryID entry ID to be removed 61 public RemoveEntry (String entryID) { argument 62 this.entryID = entryID; 72 return entryID; 78 * @param entryID entry ID to be removed. 81 public void setEntryID(String entryID) { argument 82 this.entryID [all...] |
H A D | ResourceOffering.java | 58 * <attribute name="entryID" type="{urn:liberty:disco:2003-08}IDType" /> 97 private String entryID = null; field in class:ResourceOffering 152 entryID = elem.getAttribute("entryID"); 327 return entryID; 336 entryID = value; 385 // entryID, resIDgroup, service instance, options, Abstract 389 if ((entryID != null) && entryID.length() != 0) { 390 sb.append(" entryID [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/types/ |
H A D | CacheEntry.java | 54 private long entryID; field in class:CacheEntry 63 * @param entryID The entry ID for this cache entry. 65 public CacheEntry(Entry entry, Backend backend, long entryID) argument 69 this.entryID = entryID; 129 return entryID; 137 * @param entryID The entryID for this cache entry. 139 public void setEntryID(long entryID) argument 141 this.entryID [all...] |
/forgerock/opendj2/src/server/org/opends/server/types/ |
H A D | CacheEntry.java | 53 private long entryID; field in class:CacheEntry 62 * @param entryID The entry ID for this cache entry. 64 public CacheEntry(Entry entry, Backend backend, long entryID) argument 68 this.entryID = entryID; 128 return entryID; 136 * @param entryID The entryID for this cache entry. 138 public void setEntryID(long entryID) argument 140 this.entryID [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/types/ |
H A D | CacheEntry.java | 54 private long entryID; field in class:CacheEntry 63 * @param entryID The entry ID for this cache entry. 65 public CacheEntry(Entry entry, Backend backend, long entryID) argument 69 this.entryID = entryID; 129 return entryID; 137 * @param entryID The entryID for this cache entry. 139 public void setEntryID(long entryID) argument 141 this.entryID [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/ |
H A D | CacheEntry.java | 54 private long entryID; field in class:CacheEntry 63 * @param entryID The entry ID for this cache entry. 65 public CacheEntry(Entry entry, Backend backend, long entryID) argument 69 this.entryID = entryID; 129 return entryID; 137 * @param entryID The entryID for this cache entry. 139 public void setEntryID(long entryID) argument 141 this.entryID [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/types/ |
H A D | CacheEntry.java | 53 private long entryID; field in class:CacheEntry 62 * @param entryID The entry ID for this cache entry. 64 public CacheEntry(Entry entry, Backend backend, long entryID) argument 68 this.entryID = entryID; 128 return entryID; 136 * @param entryID The entryID for this cache entry. 138 public void setEntryID(long entryID) argument 140 this.entryID [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/ |
H A D | DefaultEntryCache.java | 143 public Entry getEntry(Backend backend, long entryID) argument 147 Entry entry = entryCache.getEntry(backend, entryID); 196 long entryID = entryCache.getEntryID(entryDN); 197 if (entryID != -1) 199 return entryID; 211 public DN getEntryDN(Backend backend, long entryID) argument 215 DN entryDN = entryCache.getEntryDN(backend, entryID); 230 public void putEntry(Entry entry, Backend backend, long entryID) argument 237 backend, entryID); 249 public boolean putEntryIfAbsent(Entry entry, Backend backend, long entryID) argument [all...] |