Skip to main content

EnsPortal.WFTasklist

class EnsPortal.WFTasklist extends EnsPortal.Template.listPage

This is the Workflow Task Browser page of the ZEN Ensemble application.

Method Inventory

Parameters

parameter PAGENAME = Workflow Task List;
Displayed name of this page.

Methods

method %OnGetPageName() as %String
Get the (localized) name of the page.
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.
clientmethod assignButton() [ Language = javascript ]
clientmethod dblSelectItem(row) [ Language = javascript ]
double click detailTable for a selected row.
clientmethod hideItem() [ Language = javascript ]
hide detailTable
clientmethod launchAssign(taskId) [ Language = javascript ]
clientmethod onPopupAction(popupName, action, value) [ Language = javascript ]
Inherited description: Returning from dialogs
clientmethod onlayoutHandler(load) [ Language = javascript ]
The layout for this page is different from that for other list pages because of the iframe
clientmethod selectItem(row) [ Language = javascript ]
toggle detailTable for a selected row.
clientmethod showItem(taskId) [ Language = javascript ]
show detailTable for a selected task

Queries

query Enumerate(Filter As %String = "", QueryMethod As %String, QueryClass As %String)
Selects TaskId, RoleName, IsComplete, Status, Priority, Source, AssignedTo, Subject, TimeCreated, TimeCompleted, Duration
Class query with filter added. Override this in order to add rowspec specific to the list being displayed

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab