method OnGetRibbonInfo(Output pDisplay As %Boolean, Output pViewIcons As %List, Output pSortOptions As %List, Output pSearchBox As %Boolean, Output pRibbonTitle As %String, Output pCommands As %List)
as %Status
Get information to display in the ribbon bar.
method RollBackChecks(pInvocationId As %String)
as %String
[ ZenMethod ]
method adjustSizes()
[ Language = javascript ]
Adjust sizes of components on the page.
method clearInProgress()
[ Language = javascript ]
method deleteHistory()
[ Language = javascript ]
method getRowFromSnapshot()
[ Language = javascript ]
Get a row from the table snapshot.
method onPopupAction(popupName, action, value)
[ Language = javascript ]
This client event, if present, is fired when the a popup page
launched from this page fires an action.
method onSelectItem()
[ Language = javascript ]
toggle detailTable for a selected row.
method onlayoutHandler(load)
[ Language = javascript ]
Adjust sizes of components on the page.
method rollBack()
[ Language = javascript ]
method rowSelected(table)
[ Language = javascript ]
User selected a row in the table
method selectItem(row)
[ Language = javascript ]
Select the given item (row in table) and let the subclass take any
necessarey actions like updating the details pane.
Class query with filter added.
Override this in order to add rowspec specific to the list being displayed
query InitQuery()
SQL Query
:
SELECT ID,InProgress,Username,StartTime,EndTime,TargetProduction,DeploymentFilename,Reverted,RolledbackById,LastStatus,Completed,ThisIsARollback FROM Ens_Deployment.Invocations ORDER BY ID Desc