com.plumtree.portalpages.admin.ptutilities.migrationutility
Interface IMigrationUtilityModelRO

All Superinterfaces:
IEditorModelRO, IModelRO, IMVCObject
All Known Subinterfaces:
IMigrationUtilityExportModelRO, IMigrationUtilityImportModelRO
All Known Implementing Classes:
MigrationUtilityExportModel, MigrationUtilityImportModel, MigrationUtilityModel

public interface IMigrationUtilityModelRO
extends IEditorModelRO

Author:
jennifersu To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
 XPArrayList[] GetAllObjectsInPackage()
          Gets an XPArrayList[] with all objects in the package (indexed by classID).
 IPTMigrationManager GetMigrationManager()
          All classes in the AS should access the migration manager using this method, because the same IPTMigrationManager needs to be used for a given migration.
 int GetMigrationStatus()
          Gets the status of the migration task.
 
Methods inherited from interface com.plumtree.uiinfrastructure.editor.IEditorModelRO
GetEditorType, GetEnableApplyButton, GetHideLeftNav, GetIsEditorReadOnly
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetMigrationManager

IPTMigrationManager GetMigrationManager()
All classes in the AS should access the migration manager using this method, because the same IPTMigrationManager needs to be used for a given migration.

Returns:
IPTMigrationManager

GetAllObjectsInPackage

XPArrayList[] GetAllObjectsInPackage()
Gets an XPArrayList[] with all objects in the package (indexed by classID). Returns an array of IPTMigrationElements. Returns only supported CLASSIDS


GetMigrationStatus

int GetMigrationStatus()
Gets the status of the migration task.

Returns:
int (see PTMigrationTask for status values)



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.