Uses of Class
org.apache.directory.api.ldap.model.message.controls.ChangeType

Packages that use ChangeType
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
 ChangeType EntryChangeImpl.getChangeType()
           
 ChangeType EntryChange.getChangeType()
           
static ChangeType ChangeType.getChangeType(int value)
          Gets the changeType enumeration type for an integer value.
static ChangeType ChangeType.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
 void PersistentSearchImpl.enableNotification(ChangeType changeType)
           
 void PersistentSearch.enableNotification(ChangeType changeType)
           
 boolean PersistentSearchImpl.isNotificationEnabled(ChangeType changeType)
           
 boolean PersistentSearch.isNotificationEnabled(ChangeType changeType)
           
 void EntryChangeImpl.setChangeType(ChangeType changeType)
           
 void EntryChange.setChangeType(ChangeType changeType)
          Set the ChangeType
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.