Skip to main content

EnsPortal.Dialog.WorkflowRoleAddUser

class EnsPortal.Dialog.WorkflowRoleAddUser extends EnsPortal.Dialog.standardDialog

Property Inventory

Method Inventory

Parameters

parameter APPLYBUTTON = 0;
If true, then this dialog displays an Apply button.
parameter PAGENAME = Add a User to a Role;
Displayed name of this page.
parameter RESOURCE = %Ens_WorkflowConfig:WRITE;
User needs WRITE 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()
property retValue as %ZEN.Datatype.string;
Property methods: retValueDisplayToLogical(), retValueGet(), retValueIsValid(), retValueLogicalToDisplay(), retValueLogicalToOdbc(), retValueNormalize(), retValueSet()

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.
classmethod SaveData(ourRole, userName, userRank, userTitle) as %String [ ZenMethod ]
clientmethod getDialogValue() [ Language = javascript ]
Inherited description: Get the value that will be applied when the user presses the OK button. This is implemented by subclasses.
clientmethod ondialogFinish(action) [ Language = javascript ]
This callback, if defined, is called when the user presses the OK or Apply action buttons. If this returns false, then the action is cancelled.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab