Aqualogic Interaction API  
 

IPTMigrationManager.QueryMigrationHistory Method 

Queries the migration history for a specified object.

IPTQueryResult QueryMigrationHistory(
   int nClassID,
   int nObjectID
);

Parameters

nClassID
- The classID of the object to query, from PT_CLASSIDS.
nObjectID
- The objectID of the object to query.

Return Value

IPTQueryResult containing PT_PROPID_NAME, PT_PROPID_DESCRIPTION, PT_PROPID_ISLOCALIZED, PT_PROPID_OBJECTID, PT_PROPID_CLASSID, PT_PROPID_UUID, PT_PROPID_MIGRATION_STATUS, PT_PROPID_MIGRATION_COMMENT, PT_PROPID_MIGRATION_DATE, PT_PROPID_MIGRATION_SOURCEPORTALUUID.

See Also

IPTMigrationManager Interface | com.plumtree.server Namespace | PT_PROPIDS