Interface PersistentSearch

    • Method Detail

      • setChangesOnly

        void setChangesOnly​(boolean changesOnly)
        Sets the ChangesOnly flag
        Parameters:
        changesOnly - The ChangesOnly flag
      • isChangesOnly

        boolean isChangesOnly()
        Returns:
        TRUE if the changesOnly flag is set
      • setReturnECs

        void setReturnECs​(boolean returnECs)
        Sets the return entry changes flag
        Parameters:
        returnECs - the return entry changes flag
      • isReturnECs

        boolean isReturnECs()
        Returns:
        TRUE if the return entry changes flag is set
      • setChangeTypes

        void setChangeTypes​(int changeTypes)
        Set the changeType value we want to get back ( a combinaison of Add, Delete, Modify and ModifyDN)
        Parameters:
        changeTypes - The changeType values (Add, Modify, Delete and ModifyDn)
      • isNotificationEnabled

        boolean isNotificationEnabled​(ChangeType changeType)
        For each changeType, tells if the notification is enabled
        Parameters:
        changeType - The ChnageType we are interested in
        Returns:
        TRUE if the notification is set for this ChangeType
      • enableNotification

        void enableNotification​(ChangeType changeType)
        Sets the notification for a given changeType
        Parameters:
        changeType - The chnageType we want some notification to be set
      • disableNotification

        void disableNotification​(ChangeType changeType)
        Unsets the notification for a given changeType
        Parameters:
        changeType - The chnageType we want some notification to be unset