Previous Topic: Example: Implementing doMoveAssocsNext Topic: Move Operation Testing


Example: Calling doMoveAssocs() inside doMove()

The following is an example of calling doMoveAssocs() inside doMove()

   // need to replace every reference to the renamed object, with the new name
   Final Name	newName = …; // depends on which variant of doMove()
   doMoveRnAssocs(objInfo, newName, null);