| | |
| | | * processed and contains information about the result of |
| | | * the processing. |
| | | */ |
| | | public ModifyDNOperationBasis processModifyDN(String rawEntryDN, |
| | | public ModifyDNOperation processModifyDN(String rawEntryDN, |
| | | String rawNewRDN, |
| | | boolean deleteOldRDN) |
| | | { |
| | |
| | | * processed and contains information about the result of |
| | | * the processing. |
| | | */ |
| | | public ModifyDNOperationBasis processModifyDN(ByteString rawEntryDN, |
| | | public ModifyDNOperation processModifyDN(ByteString rawEntryDN, |
| | | ByteString rawNewRDN, |
| | | boolean deleteOldRDN) |
| | | { |
| | |
| | | * processed and contains information about the result of |
| | | * the processing. |
| | | */ |
| | | public ModifyDNOperationBasis processModifyDN(String rawEntryDN, |
| | | public ModifyDNOperation processModifyDN(String rawEntryDN, |
| | | String rawNewRDN, |
| | | boolean deleteOldRDN, |
| | | String rawNewSuperior) |
| | |
| | | * processed and contains information about the result of |
| | | * the processing. |
| | | */ |
| | | public ModifyDNOperationBasis processModifyDN(ByteString rawEntryDN, |
| | | public ModifyDNOperation processModifyDN(ByteString rawEntryDN, |
| | | ByteString rawNewRDN, |
| | | boolean deleteOldRDN, |
| | | ByteString rawNewSuperior) |
| | |
| | | * processed and contains information about the result of |
| | | * the processing. |
| | | */ |
| | | public ModifyDNOperationBasis processModifyDN(DN entryDN, |
| | | public ModifyDNOperation processModifyDN(DN entryDN, |
| | | RDN newRDN, |
| | | boolean deleteOldRDN) |
| | | { |
| | |
| | | * processed and contains information about the result of |
| | | * the processing. |
| | | */ |
| | | public ModifyDNOperationBasis processModifyDN(DN entryDN, |
| | | public ModifyDNOperation processModifyDN(DN entryDN, |
| | | RDN newRDN, |
| | | boolean deleteOldRDN, |
| | | DN newSuperior) |