Uses of Class
org.ldaptive.control.PersistentSearchChangeType
-
Packages that use PersistentSearchChangeType Package Description org.ldaptive.control org.ldaptive.control.util -
-
Uses of PersistentSearchChangeType in org.ldaptive.control
Methods in org.ldaptive.control that return PersistentSearchChangeType Modifier and Type Method Description PersistentSearchChangeType
EntryChangeNotificationControl. getChangeType()
Returns the change type.static PersistentSearchChangeType
PersistentSearchChangeType. valueOf(int i)
Returns the persistent search change type for the supplied integer constant.static PersistentSearchChangeType
PersistentSearchChangeType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PersistentSearchChangeType[]
PersistentSearchChangeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ldaptive.control that return types with arguments of type PersistentSearchChangeType Modifier and Type Method Description java.util.EnumSet<PersistentSearchChangeType>
PersistentSearchRequestControl. getChangeTypes()
Returns the persistent search change types.Methods in org.ldaptive.control with parameters of type PersistentSearchChangeType Modifier and Type Method Description void
EntryChangeNotificationControl. setChangeType(PersistentSearchChangeType type)
Sets the change type.Method parameters in org.ldaptive.control with type arguments of type PersistentSearchChangeType Modifier and Type Method Description void
PersistentSearchRequestControl. setChangeTypes(java.util.EnumSet<PersistentSearchChangeType> types)
Sets the persistent search change types.Constructors in org.ldaptive.control with parameters of type PersistentSearchChangeType Constructor Description EntryChangeNotificationControl(PersistentSearchChangeType type)
Creates a new entry change notification control.EntryChangeNotificationControl(PersistentSearchChangeType type, boolean critical)
Creates a new entry change notification control.EntryChangeNotificationControl(PersistentSearchChangeType type, java.lang.String dn, long number)
Creates a new entry change notification control.EntryChangeNotificationControl(PersistentSearchChangeType type, java.lang.String dn, long number, boolean critical)
Creates a new entry change notification control.Constructor parameters in org.ldaptive.control with type arguments of type PersistentSearchChangeType Constructor Description PersistentSearchRequestControl(java.util.EnumSet<PersistentSearchChangeType> types)
Creates a new persistent search request control.PersistentSearchRequestControl(java.util.EnumSet<PersistentSearchChangeType> types, boolean critical)
Creates a new persistent search request control.PersistentSearchRequestControl(java.util.EnumSet<PersistentSearchChangeType> types, boolean co, boolean re)
Creates a new persistent search request control.PersistentSearchRequestControl(java.util.EnumSet<PersistentSearchChangeType> types, boolean co, boolean re, boolean critical)
Creates a new persistent search request control. -
Uses of PersistentSearchChangeType in org.ldaptive.control.util
Constructor parameters in org.ldaptive.control.util with type arguments of type PersistentSearchChangeType Constructor Description PersistentSearchClient(ConnectionFactory cf, java.util.EnumSet<PersistentSearchChangeType> types, boolean co, boolean re)
Creates a new persistent search client.
-