Uses of Class
org.apache.directory.api.ldap.model.message.controls.ChangeType
-
Packages that use ChangeType Package Description org.apache.directory.api.ldap.model.message.controls -
-
Uses of ChangeType in org.apache.directory.api.ldap.model.message.controls
Methods in org.apache.directory.api.ldap.model.message.controls that return ChangeType Modifier and Type Method Description static ChangeTypeChangeType. getChangeType(int value)Gets the changeType enumeration type for an integer value.ChangeTypeEntryChange. getChangeType()ChangeTypeEntryChangeImpl. getChangeType()static ChangeTypeChangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeType[]ChangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.directory.api.ldap.model.message.controls with parameters of type ChangeType Modifier and Type Method Description voidPersistentSearch. disableNotification(ChangeType changeType)Unsets the notification for a given changeTypevoidPersistentSearchImpl. disableNotification(ChangeType changeType)Unsets the notification for a given changeTypevoidPersistentSearch. enableNotification(ChangeType changeType)Sets the notification for a given changeTypevoidPersistentSearchImpl. enableNotification(ChangeType changeType)Sets the notification for a given changeTypebooleanPersistentSearch. isNotificationEnabled(ChangeType changeType)For each changeType, tells if the notification is enabledbooleanPersistentSearchImpl. isNotificationEnabled(ChangeType changeType)For each changeType, tells if the notification is enabledvoidEntryChange. setChangeType(ChangeType changeType)Set the ChangeTypevoidEntryChangeImpl. setChangeType(ChangeType changeType)Set the ChangeType
-