Aqualogic Interaction API  
 

IPTMigrationElement.ApplyDependencyMapping Method 

Applies a dependency mapping to this IPTMigrationElement. Used to substitute a missing dependency with an existing object on a target system.

void ApplyDependencyMapping(
   string strSourceUUID,
   string strMappedUUID
);

Parameters

strSourceUUID
- The UUID of the missing object from the source system.
strMappedUUID
- The UUID of the object on the target system to be used as a replacement.

See Also

IPTMigrationElement Interface | com.plumtree.server Namespace