com.businessobjects.sdk.plugin.desktop.common
Interface IMigrationPostCommitResult


public interface IMigrationPostCommitResult


Method Summary
 IMigrationUpdateResult getObjectSpecificInstance(java.lang.String cuid)
           
 

Method Detail

getObjectSpecificInstance

IMigrationUpdateResult getObjectSpecificInstance(java.lang.String cuid)
Parameters:
cuid - the CUID of an object that is part of the migration. If the CUID points to an object that is not part of the migration, an error will be logged against the plugin and the plugin's post commit operation will be failed.

A corollary to this is that, the object in question must not be excluded during the migration.