Skip to main content

EnsPortal.Dialog.DeploymentDetails

class EnsPortal.Dialog.DeploymentDetails extends EnsPortal.Dialog.standardDialog

Property Inventory

Method Inventory

Parameters

parameter APPLYBUTTON = 0;
Inherited description: If true, then this dialog displays an Apply button.
parameter CSSINCLUDES = ensemble/Ensemble_Wizards.css;
Inherited description: Comma-separated list of additional CSS include files for the page. If this page is using CSS3 then the CSS3INCLUDES parameter is used (if defined).
parameter OKBUTTON = 0;
parameter PAGENAME = Deployment Details;
Displayed name of this page.
parameter RESOURCE = %Ens_Deploy;
User needs USE and WRITE privileges on the %Ens_ProductionConfig resource to view this page.

Properties

property canViewFileSystem as %Boolean [ InitialExpression = $system.Security.Check("%Ens_ViewFileSystem","USE") ];
Is the user permitted to access the fileSelect popup.
Property methods: canViewFileSystemDisplayToLogical(), canViewFileSystemGet(), canViewFileSystemIsValid(), canViewFileSystemLogicalToDisplay(), canViewFileSystemLogicalToXSD(), canViewFileSystemNormalize(), canViewFileSystemSet(), canViewFileSystemXSDToLogical()
property invocationID as %ZEN.Datatype.string (ZENURL = "InvocationID");
Property methods: invocationIDDisplayToLogical(), invocationIDGet(), invocationIDIsValid(), invocationIDLogicalToDisplay(), invocationIDLogicalToOdbc(), invocationIDNormalize(), invocationIDSet()
property msgExportToFile as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Select filename and Export") ];
Property methods: msgExportToFileDisplayToLogical(), msgExportToFileGet(), msgExportToFileIsValid(), msgExportToFileLogicalToDisplay(), msgExportToFileLogicalToOdbc(), msgExportToFileNormalize(), msgExportToFileSet()
property streamFilenameForExport as %ZEN.Datatype.string;
Property methods: streamFilenameForExportDisplayToLogical(), streamFilenameForExportGet(), streamFilenameForExportIsValid(), streamFilenameForExportLogicalToDisplay(), streamFilenameForExportLogicalToOdbc(), streamFilenameForExportNormalize(), streamFilenameForExportSet()
property streamOriginalFilename as %ZEN.Datatype.string;
Property methods: streamOriginalFilenameDisplayToLogical(), streamOriginalFilenameGet(), streamOriginalFilenameIsValid(), streamOriginalFilenameLogicalToDisplay(), streamOriginalFilenameLogicalToOdbc(), streamOriginalFilenameNormalize(), streamOriginalFilenameSet()
property streamToExport as %ZEN.Datatype.string;
Property methods: streamToExportDisplayToLogical(), streamToExportGet(), streamToExportIsValid(), streamToExportLogicalToDisplay(), streamToExportLogicalToOdbc(), streamToExportNormalize(), streamToExportSet()

Methods

method %OnAfterCreatePage() as %Status
This callback is called after the server-side page object and all of its children are created.
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 ExportStreamToFile() as %Boolean [ ZenMethod ]
method FileExists(pFilename) as %Boolean [ ZenMethod ]
classmethod GetDefaultDir() as %String [ ZenMethod ]
method GetDirectory(pFilename) as %String [ ZenMethod ]
method GetFilename(pFilename) as %String [ ZenMethod ]
classmethod SetDefaultDir(pPathname As %String) [ ZenMethod ]
clientmethod exportToFile(property, filename) [ Language = javascript ]
clientmethod onPopupAction(popupName, action, value) [ Language = javascript ]
This client event, if present, is fired when a popup page launched from this page fires an action.
clientmethod selectFilepath() [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab