Searched refs:entry (Results 1 - 25 of 2342) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DFakeAddOperation.java36 * information that stay in the entry in the database.
44 private Entry entry; field in class:FakeAddOperation
49 * @param cn The ChangeNumber when the entry was created.
50 * @param entry The entry that the ADD operation will create.
52 public FakeAddOperation(ChangeNumber cn, Entry entry) argument
55 this.entry = entry;
64 return new AddMsg(getChangeNumber(), entry.getDN().toString(),
65 EntryHistorical.getEntryUUID(entry),
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DFakeAddOperation.java35 * information that stay in the entry in the database.
43 private Entry entry; field in class:FakeAddOperation
48 * @param csn The CSN when the entry was created.
49 * @param entry The entry that the ADD operation will create.
51 public FakeAddOperation(CSN csn, Entry entry) argument
54 this.entry = entry;
63 return new AddMsg(getCSN(), entry.getDN(),
64 EntryHistorical.getEntryUUID(entry),
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DFakeAddOperation.java36 * information that stay in the entry in the database.
44 private Entry entry; field in class:FakeAddOperation
49 * @param cn The ChangeNumber when the entry was created.
50 * @param entry The entry that the ADD operation will create.
52 public FakeAddOperation(ChangeNumber cn, Entry entry) argument
55 this.entry = entry;
64 return new AddMsg(getChangeNumber(), entry.getDN().toString(),
65 EntryHistorical.getEntryUUID(entry),
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DFakeAddOperation.java36 * information that stay in the entry in the database.
44 private Entry entry; field in class:FakeAddOperation
49 * @param cn The ChangeNumber when the entry was created.
50 * @param entry The entry that the ADD operation will create.
52 public FakeAddOperation(ChangeNumber cn, Entry entry) argument
55 this.entry = entry;
64 return new AddMsg(getChangeNumber(), entry.getDN().toString(),
65 EntryHistorical.getEntryUUID(entry),
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DFakeAddOperation.java35 * information that stay in the entry in the database.
43 private Entry entry; field in class:FakeAddOperation
48 * @param csn The CSN when the entry was created.
49 * @param entry The entry that the ADD operation will create.
51 public FakeAddOperation(CSN csn, Entry entry) argument
54 this.entry = entry;
63 return new AddMsg(getCSN(), entry.getDN(),
64 EntryHistorical.getEntryUUID(entry),
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DFakeAddOperation.java35 * information that stay in the entry in the database.
43 private Entry entry; field in class:FakeAddOperation
48 * @param csn The CSN when the entry was created.
49 * @param entry The entry that the ADD operation will create.
51 public FakeAddOperation(CSN csn, Entry entry) argument
54 this.entry = entry;
61 return new AddMsg(getCSN(), entry.getName(),
62 EntryHistorical.getEntryUUID(entry),
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/event/
H A DLDAPEntryChangedEvent.java32 * Method that describes that an entry has changed. This is used by the LDAP
33 * entry editors.
39 private Entry entry; field in class:LDAPEntryChangedEvent
44 * @param entry the entry that has been modified (the object contains the new
45 * values of the entry).
47 public LDAPEntryChangedEvent(Object source, Entry entry) argument
50 this.entry = entry;
54 * Returns the entry tha
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/event/
H A DLDAPEntryChangedEvent.java33 * Method that describes that an entry has changed. This is used by the LDAP
34 * entry editors.
40 private Entry entry; field in class:LDAPEntryChangedEvent
45 * @param entry the entry that has been modified (the object contains the new
46 * values of the entry).
48 public LDAPEntryChangedEvent(Object source, Entry entry) argument
51 this.entry = entry;
55 * Returns the entry tha
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/event/
H A DLDAPEntryChangedEvent.java33 * Method that describes that an entry has changed. This is used by the LDAP
34 * entry editors.
40 private Entry entry; field in class:LDAPEntryChangedEvent
45 * @param entry the entry that has been modified (the object contains the new
46 * values of the entry).
48 public LDAPEntryChangedEvent(Object source, Entry entry) argument
51 this.entry = entry;
55 * Returns the entry tha
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DLDAPEntryChangedEvent.java32 * Method that describes that an entry has changed. This is used by the LDAP
33 * entry editors.
39 private Entry entry; field in class:LDAPEntryChangedEvent
44 * @param entry the entry that has been modified (the object contains the new
45 * values of the entry).
47 public LDAPEntryChangedEvent(Object source, Entry entry) argument
50 this.entry = entry;
54 * Returns the entry tha
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/event/
H A DLDAPEntryChangedEvent.java33 * Method that describes that an entry has changed. This is used by the LDAP
34 * entry editors.
40 private Entry entry; field in class:LDAPEntryChangedEvent
45 * @param entry the entry that has been modified (the object contains the new
46 * values of the entry).
48 public LDAPEntryChangedEvent(Object source, Entry entry) argument
51 this.entry = entry;
55 * Returns the entry tha
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/event/
H A DLDAPEntryChangedEvent.java32 * Method that describes that an entry has changed. This is used by the LDAP
33 * entry editors.
39 private Entry entry; field in class:LDAPEntryChangedEvent
44 * @param entry the entry that has been modified (the object contains the new
45 * values of the entry).
47 public LDAPEntryChangedEvent(Object source, Entry entry) argument
50 this.entry = entry;
54 * Returns the entry tha
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSearchResultEntry.java39 * an entry that matches a given set of search criteria and should be
41 * When the search result entry contains attribute types only, the
43 * attributes. When the search result entry contains both attribute
55 // The set of controls associated with this search result entry.
61 * Creates a new search result entry based on the provided entry.
62 * The provided entry should have been a duplicate of a real entry
63 * so that any changes that may be made to this entry (e.g., by
64 * access control or plugins) will not impact the original entry
69 SearchResultEntry(Entry entry) argument
92 SearchResultEntry(Entry entry, List<Control> controls) argument
[all...]
H A DCacheEntry.java36 * This class defines a Directory Server cache entry, which is simply
37 * used to store an entry with its associated backend and entry ID.
47 // The backend with which this cache entry is associated.
50 // The entry itself.
51 private Entry entry; field in class:CacheEntry
53 // The entry ID for the entry within the backend.
59 * Creates a new cache entry with the provided information.
61 * @param entry Th
65 CacheEntry(Entry entry, Backend backend, long entryID) argument
91 setEntry(Entry entry) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSearchResultEntry.java38 * an entry that matches a given set of search criteria and should be
40 * When the search result entry contains attribute types only, the
42 * attributes. When the search result entry contains both attribute
54 // The set of controls associated with this search result entry.
60 * Creates a new search result entry based on the provided entry.
61 * The provided entry should have been a duplicate of a real entry
62 * so that any changes that may be made to this entry (e.g., by
63 * access control or plugins) will not impact the original entry
68 SearchResultEntry(Entry entry) argument
91 SearchResultEntry(Entry entry, List<Control> controls) argument
[all...]
H A DCacheEntry.java35 * This class defines a Directory Server cache entry, which is simply
36 * used to store an entry with its associated backend and entry ID.
46 // The backend with which this cache entry is associated.
49 // The entry itself.
50 private Entry entry; field in class:CacheEntry
52 // The entry ID for the entry within the backend.
58 * Creates a new cache entry with the provided information.
60 * @param entry Th
64 CacheEntry(Entry entry, Backend backend, long entryID) argument
90 setEntry(Entry entry) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSearchResultEntry.java39 * an entry that matches a given set of search criteria and should be
41 * When the search result entry contains attribute types only, the
43 * attributes. When the search result entry contains both attribute
55 // The set of controls associated with this search result entry.
61 * Creates a new search result entry based on the provided entry.
62 * The provided entry should have been a duplicate of a real entry
63 * so that any changes that may be made to this entry (e.g., by
64 * access control or plugins) will not impact the original entry
69 SearchResultEntry(Entry entry) argument
92 SearchResultEntry(Entry entry, List<Control> controls) argument
[all...]
H A DCacheEntry.java36 * This class defines a Directory Server cache entry, which is simply
37 * used to store an entry with its associated backend and entry ID.
47 // The backend with which this cache entry is associated.
50 // The entry itself.
51 private Entry entry; field in class:CacheEntry
53 // The entry ID for the entry within the backend.
59 * Creates a new cache entry with the provided information.
61 * @param entry Th
65 CacheEntry(Entry entry, Backend backend, long entryID) argument
91 setEntry(Entry entry) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSearchResultEntry.java39 * an entry that matches a given set of search criteria and should be
41 * When the search result entry contains attribute types only, the
43 * attributes. When the search result entry contains both attribute
55 // The set of controls associated with this search result entry.
61 * Creates a new search result entry based on the provided entry.
62 * The provided entry should have been a duplicate of a real entry
63 * so that any changes that may be made to this entry (e.g., by
64 * access control or plugins) will not impact the original entry
69 SearchResultEntry(Entry entry) argument
92 SearchResultEntry(Entry entry, List<Control> controls) argument
[all...]
H A DCacheEntry.java36 * This class defines a Directory Server cache entry, which is simply
37 * used to store an entry with its associated backend and entry ID.
47 // The backend with which this cache entry is associated.
50 // The entry itself.
51 private Entry entry; field in class:CacheEntry
53 // The entry ID for the entry within the backend.
59 * Creates a new cache entry with the provided information.
61 * @param entry Th
65 CacheEntry(Entry entry, Backend backend, long entryID) argument
91 setEntry(Entry entry) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSearchResultEntry.java38 * an entry that matches a given set of search criteria and should be
40 * When the search result entry contains attribute types only, the
42 * attributes. When the search result entry contains both attribute
54 // The set of controls associated with this search result entry.
60 * Creates a new search result entry based on the provided entry.
61 * The provided entry should have been a duplicate of a real entry
62 * so that any changes that may be made to this entry (e.g., by
63 * access control or plugins) will not impact the original entry
68 SearchResultEntry(Entry entry) argument
91 SearchResultEntry(Entry entry, List<Control> controls) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSearchResultEntry.java37 * an entry that matches a given set of search criteria and should be
39 * When the search result entry contains attribute types only, the
41 * attributes. When the search result entry contains both attribute
53 /** The set of controls associated with this search result entry. */
59 * Creates a new search result entry based on the provided entry.
60 * The provided entry should have been a duplicate of a real entry
61 * so that any changes that may be made to this entry (e.g., by
62 * access control or plugins) will not impact the original entry
67 SearchResultEntry(Entry entry) argument
90 SearchResultEntry(Entry entry, List<Control> controls) argument
[all...]
H A DCacheEntry.java30 * This class defines a Directory Server cache entry, which is simply
31 * used to store an entry with its associated backend and entry ID.
41 /** ID of the backend with which this cache entry is associated. */
44 /** The entry itself. */
45 private final Entry entry; field in class:CacheEntry
47 /** The entry ID for the entry within the backend. */
51 * Creates a new cache entry with the provided information.
53 * @param entry Th
57 CacheEntry(Entry entry, String backendID, long entryID) argument
[all...]
/forgerock/openidm-v4/openidm-maintenance/src/main/java/org/forgerock/openidm/maintenance/upgrade/
H A DUpdateLogService.java25 * Log a new update entry in the repo
27 * @param entry a new update entry.
30 public void logUpdate(UpdateLogEntry entry) throws ResourceException; argument
33 * Update an existing update entry in the repo
35 * @param entry the entry to update.
38 public void updateUpdate(UpdateLogEntry entry) throws ResourceException; argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DModifyConflictTest.java87 Entry entry = initializeEntry();
88 EntryHistorical hist = EntryHistorical.newInstanceFromEntry(entry);
94 testModify(entry, hist, 10, true, newModification(REPLACE, DESCRIPTION, "init value"));
101 testModify(entry, hist, 1, false, newModification(ADD, DESCRIPTION, "older value"));
109 testModify(entry, hist, 2, false, newModification(ADD, DESCRIPTION, "older value"));
116 testModify(entry, hist, 11, true, newModification(ADD, DESCRIPTION, "new value"));
130 Entry entry = initializeEntry();
131 EntryHistorical hist = EntryHistorical.newInstanceFromEntry(entry);
137 testModify(entry, hist, 10, true, newModification(REPLACE, DISPLAYNAME, "init value"));
144 testModify(entry, his
417 addAttribute(Entry entry, Attribute builder) argument
1089 testHistoricalAndFake(Entry entry) argument
1110 testModify(Entry entry, EntryHistorical hist, int date, boolean keepChangeResult, Modification mod) argument
1137 replayModifies(Entry entry, EntryHistorical hist, int date, List<Modification> mods) argument
1143 replayModifiesAndAssert(Entry entry, EntryHistorical hist, int date, List<Modification> mods) argument
1166 assertEntryHistoricalEncodingDecoding(Entry entry, EntryHistorical hist) argument
1174 modifyOperation(Entry entry, int date, List<Modification> mods) argument
1198 assertContainsOnlyValues(Entry entry, String attrName, String... expectedValues) argument
1208 testHistorical(Entry entry) argument
1219 getEntryUUID(Entry entry) argument
[all...]

Completed in 894 milliseconds

1234567891011>>