Skip to main content

EnsPortal.Dialog.ExportFromItem

class EnsPortal.Dialog.ExportFromItem 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 PAGENAME = Export From Item;
Displayed name of this page.
parameter RESOURCE = %Ens_DeploymentPkg:USE;
User needs USE privileges on the %Ens_DeploymentPkg resource to view this page.

Properties

property %GblRef as %String;
reference to temp global location for list storage
Property methods: %GblRefDisplayToLogical(), %GblRefGet(), %GblRefIsValid(), %GblRefLogicalToDisplay(), %GblRefLogicalToOdbc(), %GblRefNormalize(), %GblRefSet()
property BrowserOid as %ZEN.Datatype.string;
Property methods: BrowserOidDisplayToLogical(), BrowserOidGet(), BrowserOidIsValid(), BrowserOidLogicalToDisplay(), BrowserOidLogicalToOdbc(), BrowserOidNormalize(), BrowserOidSet()
property DefaultFilename as %ZEN.Datatype.string;
Property methods: DefaultFilenameDisplayToLogical(), DefaultFilenameGet(), DefaultFilenameIsValid(), DefaultFilenameLogicalToDisplay(), DefaultFilenameLogicalToOdbc(), DefaultFilenameNormalize(), DefaultFilenameSet()
property Description as %ZEN.Datatype.string;
Property methods: DescriptionDisplayToLogical(), DescriptionGet(), DescriptionIsValid(), DescriptionLogicalToDisplay(), DescriptionLogicalToOdbc(), DescriptionNormalize(), DescriptionSet()
property Filename as %ZEN.Datatype.string;
Property methods: FilenameDisplayToLogical(), FilenameGet(), FilenameIsValid(), FilenameLogicalToDisplay(), FilenameLogicalToOdbc(), FilenameNormalize(), FilenameSet()
property ItemID as %ZEN.Datatype.string (ZENURL = "ItemID");
Property methods: ItemIDDisplayToLogical(), ItemIDGet(), ItemIDIsValid(), ItemIDLogicalToDisplay(), ItemIDLogicalToOdbc(), ItemIDNormalize(), ItemIDSet()
property ProjectName as %ZEN.Datatype.string;
Property methods: ProjectNameDisplayToLogical(), ProjectNameGet(), ProjectNameIsValid(), ProjectNameLogicalToDisplay(), ProjectNameLogicalToOdbc(), ProjectNameNormalize(), ProjectNameSet()
property SaveOnServer as %ZEN.Datatype.boolean [ InitialExpression = 1 ];
Property methods: SaveOnServerDisplayToLogical(), SaveOnServerGet(), SaveOnServerIsValid(), SaveOnServerLogicalToDisplay(), SaveOnServerLogicalToOdbc(), SaveOnServerLogicalToXSD(), SaveOnServerNormalize(), SaveOnServerSet(), SaveOnServerXSDToLogical()
property TimeUTC as %ZEN.Datatype.string;
Property methods: TimeUTCDisplayToLogical(), TimeUTCGet(), TimeUTCIsValid(), TimeUTCLogicalToDisplay(), TimeUTCLogicalToOdbc(), TimeUTCNormalize(), TimeUTCSet()
property canExportViaBrowser as %Boolean [ InitialExpression = $system.Security.Check("%Ens_DeploymentPkgClient","WRITE") ];
Is the user permitted to export the code via browser. WRITE not USE.
Property methods: canExportViaBrowserDisplayToLogical(), canExportViaBrowserGet(), canExportViaBrowserIsValid(), canExportViaBrowserLogicalToDisplay(), canExportViaBrowserLogicalToXSD(), canExportViaBrowserNormalize(), canExportViaBrowserSet(), canExportViaBrowserXSDToLogical()
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 externalFile as %ZEN.Datatype.string (ZENURL = "EXTFILE");
Used for name of existing deployment file
Property methods: externalFileDisplayToLogical(), externalFileGet(), externalFileIsValid(), externalFileLogicalToDisplay(), externalFileLogicalToOdbc(), externalFileNormalize(), externalFileSet()
property externalFileDifferent as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
Used to signify if the loaded deployment file not from the same instance, machine, namespace
Property methods: externalFileDifferentDisplayToLogical(), externalFileDifferentGet(), externalFileDifferentIsValid(), externalFileDifferentLogicalToDisplay(), externalFileDifferentLogicalToOdbc(), externalFileDifferentLogicalToXSD(), externalFileDifferentNormalize(), externalFileDifferentSet(), externalFileDifferentXSDToLogical()
property externalFileIncludesRemove as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
Used to signify if the loaded deployment file includes a Remove project text document
Property methods: externalFileIncludesRemoveDisplayToLogical(), externalFileIncludesRemoveGet(), externalFileIncludesRemoveIsValid(), externalFileIncludesRemoveLogicalToDisplay(), externalFileIncludesRemoveLogicalToOdbc(), externalFileIncludesRemoveLogicalToXSD(), externalFileIncludesRemoveNormalize(), externalFileIncludesRemoveSet(), externalFileIncludesRemoveXSDToLogical()
property hostId as %ZEN.Datatype.integer (ZENURL = "HOSTID");
Property methods: hostIdDisplayToLogical(), hostIdGet(), hostIdIsValid(), hostIdLogicalToDisplay(), hostIdLogicalToOdbc(), hostIdNormalize(), hostIdSet()
property hostName as %ZEN.Datatype.string (ZENURL = "HOSTNAME");
Property methods: hostNameDisplayToLogical(), hostNameGet(), hostNameIsValid(), hostNameLogicalToDisplay(), hostNameLogicalToOdbc(), hostNameNormalize(), hostNameSet()
property msgExportToFile as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Select filename and Export") ];
Property methods: msgExportToFileDisplayToLogical(), msgExportToFileGet(), msgExportToFileIsValid(), msgExportToFileLogicalToDisplay(), msgExportToFileLogicalToOdbc(), msgExportToFileNormalize(), msgExportToFileSet()
property msgUnsupportedCharacters as %ZEN.Datatype.caption [ InitialExpression = $$$TextJS("Item name contains one or more of these characters that are not supported for export: less and more than, forward and back slash, ampersand and double quote.") ];
Property methods: msgUnsupportedCharactersDisplayToLogical(), msgUnsupportedCharactersGet(), msgUnsupportedCharactersIsValid(), msgUnsupportedCharactersLogicalToDisplay(), msgUnsupportedCharactersLogicalToOdbc(), msgUnsupportedCharactersNormalize(), msgUnsupportedCharactersSet()
property productionId as %ZEN.Datatype.className (ZENURL = "PRODUCTION");
Property methods: productionIdDisplayToLogical(), productionIdGet(), productionIdIsValid(), productionIdLogicalToDisplay(), productionIdLogicalToOdbc(), productionIdNormalize(), productionIdSet()
property productionSettings as %ZEN.Datatype.boolean (ZENURL = "PRODSETTINGS");
Used to signify exporting production settings
Property methods: productionSettingsDisplayToLogical(), productionSettingsGet(), productionSettingsIsValid(), productionSettingsLogicalToDisplay(), productionSettingsLogicalToOdbc(), productionSettingsLogicalToXSD(), productionSettingsNormalize(), productionSettingsSet(), productionSettingsXSDToLogical()
property retValue as %ZEN.Datatype.string;
Holder for return value.
Property methods: retValueDisplayToLogical(), retValueGet(), retValueIsValid(), retValueLogicalToDisplay(), retValueLogicalToOdbc(), retValueNormalize(), retValueSet()

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.
classmethod CleanupTemporaryServerStream(pBrowserOid As %String) as %Integer [ ZenMethod ]
Cleanup temporary server side stream
classmethod DownloadStream(pEncryptedOid As %String = "") as %String [ ZenMethod ]
method Export(pCommand As %String, pProvider As %ZEN.Auxiliary.jsonProvider, pSubmitObject As %RegisteredObject, Output pResponseObject As %RegisteredObject) as %Status
classmethod FileExists(filename As %String) as %String [ ZenMethod ]
classmethod GetDefaultDir() as %String [ ZenMethod ]
method GetItemArray(ByRef pParameters, Output pMetaData, Output pData) as %Status
method GetPRJItems(pPRJName) as %String [ ZenMethod ]
classmethod RefreshProject(value As %String) as %Status [ ZenMethod ]
classmethod SetDefaultDir(pPathname As %String) [ ZenMethod ]
method SetSourceLabels(ByRef pSourceInfo)
clientmethod addProductionSettings() [ Language = javascript ]
method convertRULs()
clientmethod exportArray() [ Language = javascript ]
method identifyItem(pItemName As %String, pType As %String) as %String [ ZenMethod ]
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 ondialogCancel() [ Language = javascript ]
Cleanup temporary server side stream returns true otherwise the dialog is not cancelled.
clientmethod ondialogFinish(action) as %Boolean [ Language = javascript ]
This callback is called when the user presses the OK button. If this returns false, then the action is canceled.
clientmethod onloadHandler() [ Language = javascript ]
This client event, if present, is fired when the page is loaded.
clientmethod renderGrid() [ Language = javascript ]
clientmethod selectAll(onoff) [ Language = javascript ]
clientmethod selectFilepath() [ Language = javascript ]
select either server or browser side
clientmethod showFinder(mode) [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab