Skip to main content

EnsPortal.Jobs

class EnsPortal.Jobs extends EnsPortal.Template.listPage

This is the Jobs page of the ZEN Ensemble application.

Property Inventory

Method Inventory

Parameters

parameter PAGENAME = Currently Active Jobs;
Displayed name of this page.
parameter RESOURCE = %Ens_Jobs:READ;
User needs READ permissions on the %Ens_Jobs resource to access this page.

Properties

property showRefresh as %Boolean [ InitialExpression = 1 ];
Inherited description: Does this page have refresh functionality?
Property methods: showRefreshDisplayToLogical(), showRefreshGet(), showRefreshIsValid(), showRefreshLogicalToDisplay(), showRefreshLogicalToXSD(), showRefreshNormalize(), showRefreshSet(), showRefreshXSDToLogical()

Methods

method %OnGetPageName() as %String
Get the (localized) name of the page.

Queries

query Enumerate(Filter As %String = "", QueryMethod As %String, QueryClass As %String)
Selects Job As %String, ConfigName As %String, Mode As %String, Status As %String, Detail As %String, ActiveMessage As %String, State As %String
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