|
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 PersistentSearchRequestControl
The persistent search request control as defined in draft-ietf-ldapext-psearch. This control allows a client to receive notification of changes that occur in an LDAP server.
EntryChangeNotificationResponseControl, PersistentSearchChangeType, draft-ietf-ldapext-psearch - Persistent Search: A Simple LDAP Change Notification Mechanism| Field Summary | |
|---|---|
static ControlDecoder<PersistentSearchRequestControl> |
DECODERA decoder which can be used for decoding the persistent search request control. |
| Method Summary | |
|---|---|
java.util.Set<PersistentSearchChangeType> |
getChangeTypes()Returns an unmodifiable set containing the types of update operation for which change notifications should be returned. |
boolean |
isChangesOnly()Returns true if only updated entries should be returned (added, modified, deleted, or subject to a modifyDN operation), otherwise false if the search will initially return all the existing entries which match the filter. |
boolean |
isReturnECs()Returns true if the entry change notification control should be included in updated entries that match the associated search criteria. |
| Methods inherited from interface oracle.oud.controls.Control |
|---|
getAPIValue, getOID, hasValue, isCritical |
| Field Detail |
|---|
static final ControlDecoder<PersistentSearchRequestControl> DECODER
| Method Detail |
|---|
java.util.Set<PersistentSearchChangeType> getChangeTypes()
boolean isChangesOnly()
true if only updated entries should be returned (added, modified, deleted, or subject to a modifyDN operation), otherwise false if the search will initially return all the existing entries which match the filter.true if only updated entries should be returned (added, modified, deleted, or subject to a modifyDN operation), otherwise false if the search will initially return all the existing entries which match the filter.boolean isReturnECs()
true if the entry change notification control should be included in updated entries that match the associated search criteria.true if the entry change notification control should be included in updated entries that match the associated search criteria.
|
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 | ||||||||