Uses of Enum Class
org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
Packages that use PersistentSearchChangeType
Package
Description
Classes and interfaces for common LDAP controls.
-
Uses of PersistentSearchChangeType in org.forgerock.opendj.ldap.controls
Methods in org.forgerock.opendj.ldap.controls that return PersistentSearchChangeTypeModifier and TypeMethodDescriptionEntryChangeNotificationResponseControl.getChangeType()Returns the change type for this entry change notification control.static PersistentSearchChangeTypePersistentSearchChangeType.valueOf(int value) Returns the enum value that would return the provided argument value from itsintValuemethod.static PersistentSearchChangeTypeReturns the enum constant of this class with the specified name.static PersistentSearchChangeType[]PersistentSearchChangeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forgerock.opendj.ldap.controls that return types with arguments of type PersistentSearchChangeTypeModifier and TypeMethodDescriptionPersistentSearchRequestControl.getChangeTypes()Returns an unmodifiable set containing the types of update operation for which change notifications should be returned.static Set<PersistentSearchChangeType>PersistentSearchChangeType.toSet(int changeTypes) Returns the set of enum values corresponding to the encoded persistent change types.Methods in org.forgerock.opendj.ldap.controls with parameters of type PersistentSearchChangeTypeModifier and TypeMethodDescriptionEntryChangeNotificationResponseControl.newControl(PersistentSearchChangeType type, String previousName, long changeNumber) Creates a new entry change notification response control with the provided change type and optional previous distinguished name and change number.EntryChangeNotificationResponseControl.newControl(PersistentSearchChangeType type, Dn previousName, long changeNumber) Creates a new entry change notification response control with the provided change type and optional previous distinguished name and change number.PersistentSearchRequestControl.newControl(boolean isCritical, boolean changesOnly, boolean returnEntryChangeNotificationControl, PersistentSearchChangeType... changeTypes) Creates a new persistent search request control.Method parameters in org.forgerock.opendj.ldap.controls with type arguments of type PersistentSearchChangeTypeModifier and TypeMethodDescriptionPersistentSearchRequestControl.newControl(boolean isCritical, boolean changesOnly, boolean returnEntryChangeNotificationControl, Collection<PersistentSearchChangeType> changeTypes) Creates a new persistent search request control.