|
Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory 11g Release 2 (11.1.2.2.0) E38583-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EntryChangeNotificationResponseControl
The entry change notification response control as defined in draft-ietf-ldapext-psearch. This control provides additional information about the change the caused a particular entry to be returned as the result of a persistent search.
PersistentSearchRequestControl, PersistentSearchChangeType, draft-ietf-ldapext-psearch - Persistent Search: A Simple LDAP Change Notification Mechanism| Field Summary | |
|---|---|
static ControlDecoder<EntryChangeNotificationResponseControl> |
DECODERA decoder which can be used for decoding the entry change notification response control. |
| Method Summary | |
|---|---|
long |
getChangeNumber()Returns the change number for this entry change notification control. |
PersistentSearchChangeType |
getChangeType()Returns the change type for this entry change notification control. |
DN |
getPreviousName()Returns the distinguished name that the entry had prior to a modify DN operation, or null if the operation was not a modify DN. |
| Methods inherited from interface oracle.oud.controls.Control |
|---|
getAPIValue, getOID, hasValue, isCritical |
| Field Detail |
|---|
static final ControlDecoder<EntryChangeNotificationResponseControl> DECODER
| Method Detail |
|---|
long getChangeNumber()
PersistentSearchChangeType getChangeType()
DN getPreviousName()
null if the operation was not a modify DN.
|
Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory 11g Release 2 (11.1.2.2.0) E38583-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||