public class PersistentSearchImpl extends AbstractControl implements PersistentSearch
CHANGE_TYPES_MAX, CHANGE_TYPES_MIN, OID| Constructor and Description |
|---|
PersistentSearchImpl()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
enableNotification(ChangeType changeType) |
int |
getChangeTypes() |
boolean |
isChangesOnly() |
boolean |
isNotificationEnabled(ChangeType changeType) |
boolean |
isReturnECs() |
void |
setChangesOnly(boolean changesOnly) |
void |
setChangeTypes(int changeTypes) |
void |
setReturnECs(boolean returnECs) |
String |
toString()
Return a String representing this PSearchControl.
|
equals, getOid, hashCode, isCritical, setCriticalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOid, isCritical, setCriticalpublic void setChangesOnly(boolean changesOnly)
setChangesOnly in interface PersistentSearchpublic boolean isChangesOnly()
isChangesOnly in interface PersistentSearchpublic void setReturnECs(boolean returnECs)
setReturnECs in interface PersistentSearchpublic boolean isReturnECs()
isReturnECs in interface PersistentSearchpublic void setChangeTypes(int changeTypes)
setChangeTypes in interface PersistentSearchpublic int getChangeTypes()
getChangeTypes in interface PersistentSearchpublic boolean isNotificationEnabled(ChangeType changeType)
isNotificationEnabled in interface PersistentSearchpublic void enableNotification(ChangeType changeType)
enableNotification in interface PersistentSearchpublic String toString()
toString in class AbstractControlCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.