Uses of Class
org.apache.directory.shared.ldap.codec.search.controls.ChangeType

Packages that use ChangeType
org.apache.directory.shared.ldap.codec.search.controls   
org.apache.directory.shared.ldap.codec.search.controls.entryChange   
org.apache.directory.shared.ldap.message.control   
 

Uses of ChangeType in org.apache.directory.shared.ldap.codec.search.controls
 

Fields in org.apache.directory.shared.ldap.codec.search.controls declared as ChangeType
static ChangeType ChangeType.ADD
           
static ChangeType ChangeType.DELETE
           
static ChangeType ChangeType.MODDN
           
static ChangeType ChangeType.MODIFY
           
 

Methods in org.apache.directory.shared.ldap.codec.search.controls that return ChangeType
static ChangeType ChangeType.getChangeType(int value)
          Gets the changeType enumeration type for an integer value.
 

Uses of ChangeType in org.apache.directory.shared.ldap.codec.search.controls.entryChange
 

Methods in org.apache.directory.shared.ldap.codec.search.controls.entryChange that return ChangeType
 ChangeType EntryChangeControlCodec.getChangeType()
           
 

Methods in org.apache.directory.shared.ldap.codec.search.controls.entryChange with parameters of type ChangeType
 void EntryChangeControlCodec.setChangeType(ChangeType changeType)
           
 

Uses of ChangeType in org.apache.directory.shared.ldap.message.control
 

Methods in org.apache.directory.shared.ldap.message.control that return ChangeType
 ChangeType EntryChangeControl.getChangeType()
           
 

Methods in org.apache.directory.shared.ldap.message.control with parameters of type ChangeType
 void PersistentSearchControl.enableNotification(ChangeType changeType)
           
 boolean PersistentSearchControl.isNotificationEnabled(ChangeType changeType)
           
 void EntryChangeControl.setChangeType(ChangeType changeType)
           
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.