Uses of Class
org.apache.directory.shared.ldap.extras.controls.SyncModifyDnType

Packages that use SyncModifyDnType
org.apache.directory.shared.ldap.extras.controls   
org.apache.directory.shared.ldap.extras.controls.syncrepl_impl   
 

Uses of SyncModifyDnType in org.apache.directory.shared.ldap.extras.controls
 

Methods in org.apache.directory.shared.ldap.extras.controls that return SyncModifyDnType
 SyncModifyDnType SyncModifyDnImpl.getModDnType()
          
 SyncModifyDnType SyncModifyDn.getModDnType()
           
static SyncModifyDnType SyncModifyDnType.getModifyDnType(int value)
           
static SyncModifyDnType SyncModifyDnType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SyncModifyDnType[] SyncModifyDnType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.directory.shared.ldap.extras.controls with parameters of type SyncModifyDnType
 void SyncModifyDnImpl.setModDnType(SyncModifyDnType modDnType)
          
 void SyncModifyDn.setModDnType(SyncModifyDnType modDnType)
           
 

Uses of SyncModifyDnType in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl
 

Methods in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl that return SyncModifyDnType
 SyncModifyDnType SyncModifyDnDecorator.getModDnType()
          
 

Methods in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl with parameters of type SyncModifyDnType
 void SyncModifyDnDecorator.setModDnType(SyncModifyDnType modDnType)
          
 

Constructors in org.apache.directory.shared.ldap.extras.controls.syncrepl_impl with parameters of type SyncModifyDnType
SyncModifyDnDecorator(LdapCodecService codec, SyncModifyDnType type)
           
 



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