| Modifier and Type | Field and Description |
|---|---|
static ControlDecoder<PersistentSearchRequestControl> |
DECODER
A decoder which can be used for decoding the persistent search request control.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
getAPIValue, getOID, hasValue, isCriticalstatic final ControlDecoder<PersistentSearchRequestControl> DECODER
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.