com.plumtree.portalpages.admin.ptutilities.migrationutility.exp
Interface IMigrationUtilityExportModelRO

All Superinterfaces:
IEditorModelRO, IMigrationUtilityModelRO, IModelRO, IMVCObject
All Known Implementing Classes:
MigrationUtilityExportModel

public interface IMigrationUtilityExportModelRO
extends IMigrationUtilityModelRO

Author:
jennifersu

Method Summary
 java.lang.String GetPackageDescription()
          Get Package description
 java.lang.String GetPackageName()
          Get Package name
 java.lang.String GetPublisher()
          Get Package publisher
 boolean IsExportParentFoldersEnabled()
          When exporting dependencies, should the parent folders and their dependencies also be exported?
 
Methods inherited from interface com.plumtree.portalpages.admin.ptutilities.migrationutility.IMigrationUtilityModelRO
GetAllObjectsInPackage, GetMigrationManager, GetMigrationStatus
 
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

GetPackageName

java.lang.String GetPackageName()
Get Package name

Returns:
String

GetPackageDescription

java.lang.String GetPackageDescription()
Get Package description

Returns:
String

GetPublisher

java.lang.String GetPublisher()
Get Package publisher

Returns:
String

IsExportParentFoldersEnabled

boolean IsExportParentFoldersEnabled()
When exporting dependencies, should the parent folders and their dependencies also be exported?

Returns:
true to export parent folder dependencies as objects and pull in their dependencies as well, false to only add references in the dependency map



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