Uses of Class
org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
-
Packages that use PersistentSearchChangeType Package Description org.forgerock.opendj.ldap.controls 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 PersistentSearchChangeType Modifier and Type Method Description PersistentSearchChangeType
EntryChangeNotificationResponseControl. getChangeType()
Returns the change type for this entry change notification control.static PersistentSearchChangeType
PersistentSearchChangeType. valueOf(int value)
Returns the enum value that would return the provided argument value from itsintValue
method.static PersistentSearchChangeType
PersistentSearchChangeType. valueOf(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.forgerock.opendj.ldap.controls that return types with arguments of type PersistentSearchChangeType Modifier and Type Method Description Set<PersistentSearchChangeType>
PersistentSearchRequestControl. 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 PersistentSearchChangeType Modifier and Type Method Description static EntryChangeNotificationResponseControl
EntryChangeNotificationResponseControl. 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.static EntryChangeNotificationResponseControl
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.static PersistentSearchRequestControl
PersistentSearchRequestControl. newControl(boolean isCritical, boolean changesOnly, boolean returnECs, PersistentSearchChangeType... changeTypes)
Creates a new persistent search request control.Method parameters in org.forgerock.opendj.ldap.controls with type arguments of type PersistentSearchChangeType Modifier and Type Method Description static PersistentSearchRequestControl
PersistentSearchRequestControl. newControl(boolean isCritical, boolean changesOnly, boolean returnECs, Collection<PersistentSearchChangeType> changeTypes)
Creates a new persistent search request control.
-