Skip to main content

EnsPortal.Dialog.WorkflowRoleUsers

class EnsPortal.Dialog.WorkflowRoleUsers extends EnsPortal.Dialog.standardDialog

Dialog to show the workflow users belonging to a workflow role.

Property Inventory

Method Inventory

Parameters

parameter APPLYBUTTON = 0;
If true, then this dialog displays an Apply button.
parameter PAGENAME = View Users in a Role;
Displayed name of this page.
parameter RESOURCE = %Ens_WorkflowConfig:READ;
User needs READ permissions on the %Ens_WorkflowConfig resource to view this page.

Properties

property initialRole as %ZEN.Datatype.string (ZENURL = "ROLE");
Property methods: initialRoleDisplayToLogical(), initialRoleGet(), initialRoleIsValid(), initialRoleLogicalToDisplay(), initialRoleLogicalToOdbc(), initialRoleNormalize(), initialRoleSet()

Methods

method %OnGetSubtitle() as %String
Get the (localized) subtitle string for the dialog.
method %OnGetTitle() as %String
Get the (localized) title string for the dialog.
method DrawBlankNone(pTable As %ZEN.Component.tablePane, pName As %String, pSeed As %String) as %Status
Draw (none) in place of blank
method DrawYesNo(pTable As %ZEN.Component.tablePane, pName As %String, pSeed As %String) as %Status
Draw Yes or No in place of 1 or 0
clientmethod getDialogValue() [ Language = javascript ]
This dialog does not return a value

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab