Skip to main content

EnsPortal.Dialog.BusinessProcessContext

class EnsPortal.Dialog.BusinessProcessContext extends EnsPortal.Dialog.standardDialog

This dialog lets the user create or edit a context propery within a Business Process.

Property Inventory

Method Inventory

Parameters

parameter APPLYBUTTON = 0;
Inherited description: If true, then this dialog displays an Apply button.
parameter EDITRESOURCE = %Ens_Code:WRITE,%Ens_BPL:WRITE;
User needs WRITE permissions on either the %Ens_Code or the %Ens_BPL resource to view this page.
parameter RESOURCE = %Ens_Code:READ,%Ens_BPL:READ;
User needs READ permissions on either the %Ens_Code or the %Ens_BPL resource to view this page.

Properties

property propertyCollection as %ZEN.Datatype.string (ZENURL = "COLLECTION");
Collection type.
Property methods: propertyCollectionDisplayToLogical(), propertyCollectionGet(), propertyCollectionIsValid(), propertyCollectionLogicalToDisplay(), propertyCollectionLogicalToOdbc(), propertyCollectionNormalize(), propertyCollectionSet()
property propertyDefault as %ZEN.Datatype.string (ZENURL = "DEFAULT");
Default value of property.
Property methods: propertyDefaultDisplayToLogical(), propertyDefaultGet(), propertyDefaultIsValid(), propertyDefaultLogicalToDisplay(), propertyDefaultLogicalToOdbc(), propertyDefaultNormalize(), propertyDefaultSet()
property propertyDescription as %ZEN.Datatype.string (ZENURL = "DESC");
Description for property.
Property methods: propertyDescriptionDisplayToLogical(), propertyDescriptionGet(), propertyDescriptionIsValid(), propertyDescriptionLogicalToDisplay(), propertyDescriptionLogicalToOdbc(), propertyDescriptionNormalize(), propertyDescriptionSet()
property propertyIndex as %ZEN.Datatype.integer (ZENURL = "INDEX");
Index number of property, -1 for new.
Property methods: propertyIndexDisplayToLogical(), propertyIndexGet(), propertyIndexIsValid(), propertyIndexLogicalToDisplay(), propertyIndexLogicalToOdbc(), propertyIndexNormalize(), propertyIndexSet()
property propertyInstantiate as %ZEN.Datatype.integer (ZENURL = "INST");
Instantiate flag.
Property methods: propertyInstantiateDisplayToLogical(), propertyInstantiateGet(), propertyInstantiateIsValid(), propertyInstantiateLogicalToDisplay(), propertyInstantiateLogicalToOdbc(), propertyInstantiateNormalize(), propertyInstantiateSet()
property propertyName as %ZEN.Datatype.string (ZENURL = "PROPERTY");
Name of property.
Property methods: propertyNameDisplayToLogical(), propertyNameGet(), propertyNameIsValid(), propertyNameLogicalToDisplay(), propertyNameLogicalToOdbc(), propertyNameNormalize(), propertyNameSet()
property propertyType as %ZEN.Datatype.string (ZENURL = "TYPE");
Type of property.
Property methods: propertyTypeDisplayToLogical(), propertyTypeGet(), propertyTypeIsValid(), propertyTypeLogicalToDisplay(), propertyTypeLogicalToOdbc(), propertyTypeNormalize(), propertyTypeSet()
property readOnly as %ZEN.Datatype.boolean (ZENURL = "READONLY");
ReadOnly flag.
Property methods: readOnlyDisplayToLogical(), readOnlyGet(), readOnlyIsValid(), readOnlyLogicalToDisplay(), readOnlyLogicalToOdbc(), readOnlyLogicalToXSD(), readOnlyNormalize(), readOnlySet(), readOnlyXSDToLogical()

Methods

method %OnAfterCreatePage() as %Status
Inherited description: Avoid writing out the session cookie if we are in a Studio session.
method %OnGetSubtitle() as %String
Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.
method %OnGetTitle() as %String
Get the (localized) title string for the dialog. This should be implemented in a subclass.
classmethod CanInstantiate(pType As %String) as %Boolean [ ZenMethod ]
Test if the given name is valid.
classmethod IsNameValid(pName As %String) as %Boolean [ ZenMethod ]
Test if the given name is valid.
classmethod IsTypeValid(pType As %String) as %Boolean [ ZenMethod ]
Test if the given type is valid.
clientmethod changeCollection() [ Language = javascript ]
clientmethod ctrlKeyDown(evt, escOnly) [ Language = javascript ]
Key handler for value edit control.
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 onPopupAction(popupName, action, value) [ Language = javascript ]
This client event is fired when the a popup page launched from this page fires an action.
clientmethod ondialogFinish(action) as %Boolean [ 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.
clientmethod ondialogStart() [ Language = javascript ]
This callback, if defined, is called when the dialog page is loaded.
clientmethod selectClass() [ Language = javascript ]
Launch the select class dialog.
clientmethod typeChange() [ Language = javascript ]
Change to type combo.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab