| | WebCenter Interaction API | |
| IPTMigrationManager.QueryStatusForMigrationRequestor Method |
Queries migration status of all objects for which the calling user requested migration.
IPTQueryResult QueryStatusForMigrationRequestor(
int
nClassID,
int
nSkipRows,
int
nMaxRows);
Parameters
-
nClassID
- - The classID of objects to query, from the PT_CLASSIDS enumeration.
-
nSkipRows
- - The number of rows to skip. Pass 0 to start at the beginning.
-
nMaxRows
- - The maximum row index to return, pass in -1 to return all rows.
Return Value
IPTQueryResult with PT_PROPID_NAME, PT_PROPID_DESCRIPTION, PT_PROPID_CLASSID, PT_PROPID_OBJECTID, PT_PROPID_UUID, PT_MIGRATION_STATUS, PT_MIGRATION_DATE, PT_MIGRATION_COMMENT for all objects of the given ClassID for which the calling user is listed as the last Migration Requestor.
See Also
IPTMigrationManager Interface | com.plumtree.server Namespace