public interface PersistentSearch extends Control
PersistentSearch ::= SEQUENCE {
changeTypes INTEGER,
changesOnly BOOLEAN,
returnECs BOOLEAN
}
| Modifier and Type | Field and Description |
|---|---|
static int |
CHANGE_TYPES_MAX
The maximum value for the possible combined changes type
|
static int |
CHANGE_TYPES_MIN
Min and Max values for the possible combined change types
|
static String |
OID
This control OID
|
| Modifier and Type | Method and Description |
|---|---|
void |
disableNotification(ChangeType changeType)
Unsets the notification for a given changeType
|
void |
enableNotification(ChangeType changeType)
Sets the notification for a given changeType
|
int |
getChangeTypes() |
boolean |
isChangesOnly() |
boolean |
isNotificationEnabled(ChangeType changeType)
For each changeType, tells if the notification is enabled
|
boolean |
isReturnECs() |
void |
setChangesOnly(boolean changesOnly)
Sets the ChangesOnly flag
|
void |
setChangeTypes(int changeTypes)
Set the changeType value we want to get back ( a combinaison of Add, Delete,
Modify and ModifyDN)
|
void |
setReturnECs(boolean returnECs)
Sets the return entry changes flag
|
getOid, isCritical, setCriticalstatic final String OID
static final int CHANGE_TYPES_MIN
static final int CHANGE_TYPES_MAX
void setChangesOnly(boolean changesOnly)
changesOnly - The ChangesOnly flagboolean isChangesOnly()
void setReturnECs(boolean returnECs)
returnECs - the return entry changes flagboolean isReturnECs()
void setChangeTypes(int changeTypes)
changeTypes - The changeType values (Add, Modify, Delete and ModifyDn)int getChangeTypes()
boolean isNotificationEnabled(ChangeType changeType)
changeType - The ChnageType we are interested invoid enableNotification(ChangeType changeType)
changeType - The chnageType we want some notification to be setvoid disableNotification(ChangeType changeType)
changeType - The chnageType we want some notification to be unsetCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.