Uses of Enum Class
org.ldaptive.control.PersistentSearchChangeType
Packages that use PersistentSearchChangeType
-
Uses of PersistentSearchChangeType in org.ldaptive.control
Fields in org.ldaptive.control declared as PersistentSearchChangeTypeModifier and TypeFieldDescriptionprivate PersistentSearchChangeType
EntryChangeNotificationControl.changeType
change type.Fields in org.ldaptive.control with type parameters of type PersistentSearchChangeTypeModifier and TypeFieldDescriptionprivate EnumSet<PersistentSearchChangeType>
PersistentSearchRequestControl.changeTypes
persistent search change types.Methods in org.ldaptive.control that return PersistentSearchChangeTypeModifier and TypeMethodDescriptionEntryChangeNotificationControl.getChangeType()
Returns the change type.static PersistentSearchChangeType
PersistentSearchChangeType.valueOf
(int i) Returns the persistent search change type for the supplied integer constant.static PersistentSearchChangeType
Returns 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.ldaptive.control that return types with arguments of type PersistentSearchChangeTypeModifier and TypeMethodDescriptionPersistentSearchRequestControl.getChangeTypes()
Returns the persistent search change types.Methods in org.ldaptive.control with parameters of type PersistentSearchChangeTypeModifier and TypeMethodDescriptionvoid
EntryChangeNotificationControl.setChangeType
(PersistentSearchChangeType type) Sets the change type.Method parameters in org.ldaptive.control with type arguments of type PersistentSearchChangeTypeModifier and TypeMethodDescriptionvoid
PersistentSearchRequestControl.setChangeTypes
(EnumSet<PersistentSearchChangeType> types) Sets the persistent search change types.Constructors in org.ldaptive.control with parameters of type PersistentSearchChangeTypeModifierConstructorDescriptionCreates a new entry change notification control.EntryChangeNotificationControl
(PersistentSearchChangeType type, boolean critical) Creates a new entry change notification control.EntryChangeNotificationControl
(PersistentSearchChangeType type, String dn, long number) Creates a new entry change notification control.EntryChangeNotificationControl
(PersistentSearchChangeType type, String dn, long number, boolean critical) Creates a new entry change notification control.Constructor parameters in org.ldaptive.control with type arguments of type PersistentSearchChangeTypeModifierConstructorDescriptionCreates a new persistent search request control.PersistentSearchRequestControl
(EnumSet<PersistentSearchChangeType> types, boolean critical) Creates a new persistent search request control.PersistentSearchRequestControl
(EnumSet<PersistentSearchChangeType> types, boolean co, boolean re) Creates a new persistent search request control.PersistentSearchRequestControl
(EnumSet<PersistentSearchChangeType> types, boolean co, boolean re, boolean critical) Creates a new persistent search request control. -
Uses of PersistentSearchChangeType in org.ldaptive.control.util
Fields in org.ldaptive.control.util with type parameters of type PersistentSearchChangeTypeModifier and TypeFieldDescriptionprivate final EnumSet<PersistentSearchChangeType>
PersistentSearchClient.changeTypes
Change types.Constructor parameters in org.ldaptive.control.util with type arguments of type PersistentSearchChangeTypeModifierConstructorDescriptionPersistentSearchClient
(ConnectionFactory cf, EnumSet<PersistentSearchChangeType> types, boolean co, boolean re) Creates a new persistent search client.