com.plumtree.portaluiinfrastructure.editor.commonpages.migrationhistory
Interface IMigrationHistoryModelRO

All Superinterfaces:
IModelRO, IMVCObject
All Known Implementing Classes:
MigrationHistoryModel, MigrationHistoryPluginModel

public interface IMigrationHistoryModelRO
extends IModelRO

Interface used to retrieve migration status of an object in an editor.

Version:
$Revision$
Author:
ArvindS

Method Summary
 int GetCurrentMigrationStatus()
          Retrieves the current migration status of the underlying PTObject.
 MigrationHistoryItem GetHistoryItem(int _nIndex)
          Retrieves the history item at the index specified by _nIndex
 int GetNumHistoryItems()
          Returns the number of items in the history for the underlying PTObject.
 boolean IsMigrationCheckboxChecked()
          Retrieves the flag indicating whether the checkbox has been checked in this editor session.
 boolean IsStandalone()
          Retrieves the flag indicating whether or not we are being hosted by another activity space, or our own.
 boolean ShouldDisplayApproval()
          Retrieves the flag indicating whether or not to display the approval checkbox (currently only for full sysadmins)
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetCurrentMigrationStatus

int GetCurrentMigrationStatus()
Retrieves the current migration status of the underlying PTObject.


GetHistoryItem

MigrationHistoryItem GetHistoryItem(int _nIndex)
Retrieves the history item at the index specified by _nIndex


GetNumHistoryItems

int GetNumHistoryItems()
Returns the number of items in the history for the underlying PTObject.


IsStandalone

boolean IsStandalone()
Retrieves the flag indicating whether or not we are being hosted by another activity space, or our own.


ShouldDisplayApproval

boolean ShouldDisplayApproval()
Retrieves the flag indicating whether or not to display the approval checkbox (currently only for full sysadmins)


IsMigrationCheckboxChecked

boolean IsMigrationCheckboxChecked()
Retrieves the flag indicating whether the checkbox has been checked in this editor session.




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