com.businessobjects.sdk.plugin.desktop.publication
Interface ISourceDocumentProcessingInfoUpdate


public interface ISourceDocumentProcessingInfoUpdate

Update the processing info bag. For migration source version equal or greater than Titan, this is needed for personalizable objects that supports publishing to properly update the processing information that is copied into a publication. If no update to the processing bag is required, then you don't need to implement this.


Method Summary
 IProperties updateProcessingInfo(int srcVersion, IProperties procInfo, IMigrationSource source, IMigrationDestination destination, java.util.Locale locale, IMigrationUpdateResult updateResult)
          Update the processing info bag.
 

Method Detail

updateProcessingInfo

IProperties updateProcessingInfo(int srcVersion,
                                 IProperties procInfo,
                                 IMigrationSource source,
                                 IMigrationDestination destination,
                                 java.util.Locale locale,
                                 IMigrationUpdateResult updateResult)
                                 throws SDKException
Update the processing info bag. This is needed for personalizable objects that supports publishing.

Parameters:
property - set as if it's obtained from your object's getProcessingInfo().getProperties()
Returns:
the updated property set.
Throws:
SDKException