|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.asn1.AbstractAsn1Object
org.apache.directory.shared.ldap.codec.LdapMessageCodec
org.apache.directory.shared.dsmlv2.LdapMessageDecorator
org.apache.directory.shared.dsmlv2.request.LdapRequestDecorator
org.apache.directory.shared.dsmlv2.request.AbstractRequestDsml
org.apache.directory.shared.dsmlv2.request.ModifyDNRequestDsml
public class ModifyDNRequestDsml
DSML Decorator for ModifyDNRequest
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.shared.dsmlv2.LdapMessageDecorator |
|---|
instance |
| Fields inherited from class org.apache.directory.shared.ldap.codec.LdapMessageCodec |
|---|
ldapMessageLength |
| Fields inherited from class org.apache.directory.shared.asn1.AbstractAsn1Object |
|---|
parent |
| Constructor Summary | |
|---|---|
ModifyDNRequestDsml()
Creates a new instance of ModifyDNRequestDsml. |
|
ModifyDNRequestDsml(ModifyDNRequestCodec ldapMessage)
Creates a new instance of ModifyDNRequestDsml. |
|
| Method Summary | |
|---|---|
DN |
getEntry()
Get the modification's DN |
MessageTypeEnum |
getMessageType()
|
RDN |
getNewRDN()
Get the new RDN |
DN |
getNewSuperior()
Get the newSuperior |
boolean |
isDeleteOldRDN()
Tells if the old RDN is to be deleted |
void |
setDeleteOldRDN(boolean deleteOldRDN)
Set the flag to delete the old RDN |
void |
setEntry(DN entry)
Set the modification DN. |
void |
setNewRDN(RDN newRDN)
Set the new RDN |
void |
setNewSuperior(DN newSuperior)
Set the new superior |
org.dom4j.Element |
toDsml(org.dom4j.Element root)
Creates the Request Element and adds RequestID and Controls. |
| Methods inherited from class org.apache.directory.shared.ldap.codec.LdapMessageCodec |
|---|
addControls, encode, getCodecControl, initControls, toString |
| Methods inherited from class org.apache.directory.shared.asn1.AbstractAsn1Object |
|---|
getTlvId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ModifyDNRequestDsml()
public ModifyDNRequestDsml(ModifyDNRequestCodec ldapMessage)
ldapMessage - the message to decorate| Method Detail |
|---|
public MessageTypeEnum getMessageType()
getMessageType in class LdapMessageDecoratorpublic org.dom4j.Element toDsml(org.dom4j.Element root)
toDsml in interface DsmlDecoratortoDsml in class AbstractRequestDsmlroot - the root element
public DN getEntry()
public void setEntry(DN entry)
entry - The entry to set.public boolean isDeleteOldRDN()
public void setDeleteOldRDN(boolean deleteOldRDN)
deleteOldRDN - The deleteOldRDN to set.public RDN getNewRDN()
public void setNewRDN(RDN newRDN)
newRDN - The newRDN to set.public DN getNewSuperior()
public void setNewSuperior(DN newSuperior)
newSuperior - The newSuperior to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||