WebCenter Interaction API  
 

IPTMigrationManager.InflateObjectForImport Method 

Populates an in-memory instance of an object using the passed in IPTMigrationElement. The parameters of this process are controlled by the passed in IXPPropertyBag that containst configuration information.

IPTMigratable InflateObjectForImport(
   IPTMigrationElement pMigrationElement,
   IXPPropertyBag pMigrationConfigBag,
   bool bResolveObject
);

Parameters

pMigrationElement
- The IPTMigrationElement to use to populate the object.
pMigrationConfigBag
- The configuration Propertybag.
bResolveObject
- True if the migration manager should attempt to look to see if this object already exists in the database. False if you want a new object to be created (used for Creating New Object Instances. Need to make sure object is assigned a new UUID before passing to this method.).

Return Value

IPTMigratable

See Also

IPTMigrationManager Interface | com.plumtree.server Namespace