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


public interface IPublicationPropertiesUpdate

Use this interface to update your object, if your object is used in publishing e.g. it is publishable. Publishing might need to update some properties when your object is a publication artifact. The publishing plugin will determine if your object is used in a publication. If not, nothing is done.


Method Summary
 void updatePublicationProperties(int srcVersion, IInfoObject obj, IMigrationSource source, IMigrationDestination destination, java.util.Locale locale, IMigrationUpdateResult updateResult)
           
 

Method Detail

updatePublicationProperties

void updatePublicationProperties(int srcVersion,
                                 IInfoObject obj,
                                 IMigrationSource source,
                                 IMigrationDestination destination,
                                 java.util.Locale locale,
                                 IMigrationUpdateResult updateResult)
                                 throws SDKException
Throws:
SDKException