EnsPortal.Dialog.ExportFromItem
class EnsPortal.Dialog.ExportFromItem extends EnsPortal.Dialog.standardDialog
Property Inventory
- %GblRef
- BrowserOid
- DefaultFilename
- Description
- Filename
- ItemID
- ProjectName
- SaveOnServer
- TimeUTC
- canExportViaBrowser
- canViewFileSystem
- externalFile
- externalFileDifferent
- externalFileIncludesRemove
- hostId
- hostName
- msgExportToFile
- msgUnsupportedCharacters
- productionId
- productionSettings
- retValue
Method Inventory
- %OnAfterCreatePage()
- %OnGetSubtitle()
- %OnGetTitle()
- CleanupTemporaryServerStream()
- DownloadStream()
- Export()
- FileExists()
- GetDefaultDir()
- GetItemArray()
- GetPRJItems()
- RefreshProject()
- SetDefaultDir()
- SetSourceLabels()
- addProductionSettings()
- convertRULs()
- exportArray()
- identifyItem()
- onPopupAction()
- ondialogCancel()
- ondialogFinish()
- onloadHandler()
- renderGrid()
- selectAll()
- selectFilepath()
- showFinder()
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.
Cleanup temporary server side stream
method Export(pCommand As %String, pProvider As %ZEN.Auxiliary.jsonProvider, pSubmitObject As %RegisteredObject, Output pResponseObject As %RegisteredObject) as %Status
classmethod GetDefaultDir() as %String [ ZenMethod ]
method GetItemArray(ByRef pParameters, Output pMetaData, Output pData) as %Status
method GetPRJItems(pPRJName) as %String [ ZenMethod ]
classmethod SetDefaultDir(pPathname As %String) [ ZenMethod ]
method SetSourceLabels(ByRef pSourceInfo)
clientmethod addProductionSettings() [ Language = javascript ]
method convertRULs()
clientmethod exportArray() [ 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 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
- %condition
- %import
- %includeFiles
- %page
- %resource
- FirstFailed
- InvalidParam
- IsEMSReadOnly
- ValidationErrorMsg
- align
- aux
- backgroundTimerInterval
- canEdit
- cellAlign
- cellSize
- cellStyle
- cellVAlign
- children
- closeOnEnter
- closeOnEsc
- composite
- containerStyle
- cssLevel
- dialogTitle
- disabled
- disabledStyle
- dragAndDrop
- dragEnabled
- dropEnabled
- enclosingClass
- enclosingStyle
- error
- groupClass
- groupStyle
- hasButtons
- height
- hidden
- hideApplyButton
- hideCancelButton
- hideOKButton
- hint
- hintClass
- hintStyle
- id
- index
- keepAliveInterval
- label
- labelClass
- labelDisabledClass
- labelPosition
- labelStyle
- layout
- msgNotPermitted
- name
- onafterdrag
- onbeforedrag
- onclick
- ondrag
- ondrop
- onhide
- onrefresh
- onshow
- onupdate
- parent
- showLabel
- slice
- studioMode
- title
- tuple
- useSVG
- useSoftModals
- valign
- visible
- width
- window
- zenPersistentPopup
Inherited Methods
- %AddCSPShareHyperevents()
- %AddChild()
- %AddChildAfter()
- %AddChildBefore()
- %AddComponent()
- %AddEnsExceptionHandler()
- %AddImportedComponents()
- %AddToSaveSet()
- %ApplyURLParms()
- %Attr()
- %BindExport()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %DrawAutoLogout()
- %DrawClassDefinitions()
- %DrawComponentHTML()
- %DrawHTML()
- %DrawHTMLPage()
- %DrawJSStrings()
- %DrawObjectDefinitions()
- %DrawTitle()
- %EnclosingDivId()
- %EndBackgroundMethod()
- %EndScript()
- %Eval()
- %EvalC()
- %Extends()
- %ForceClientRender()
- %GetChildIndex()
- %GetComponent()
- %GetComponentById()
- %GetComponentByName()
- %GetEventHandlers()
- %GetLinks()
- %GetPageName()
- %GetParameter()
- %GetValueById()
- %GetValueByName()
- %GetXMLName()
- %IsA()
- %IsModified()
- %Link()
- %LinkCSS()
- %LinkScript()
- %MakeId()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToPageAfter()
- %OnAddToPageBefore()
- %OnBeforeCreatePage()
- %OnCreateApplication()
- %OnCreatePage()
- %OnDetermineCSSLevel()
- %OnDrawEnclosingDiv()
- %OnDrawHTMLBody()
- %OnDrawHTMLHead()
- %OnDrawHTMLMeta()
- %OnDrawObjectProperties()
- %OnFinishBackgroundTask()
- %OnMonitorBackgroundTask()
- %OnMutateChildren()
- %OnObjectSynch()
- %OnPreHTTP()
- %OnSubmit()
- %OnUseSoftModals()
- %OnZENDeserialize()
- %OriginalNamespace()
- %PackageName()
- %QuoteValue()
- %QuoteValueL10N()
- %RemoveChild()
- %RemoveChildren()
- %RemoveComponent()
- %RemoveFromSaveSet()
- %RunBackgroundMethod()
- %Self()
- %SerializeObject()
- %SetBackgroundMethodStatus()
- %SetErrorById()
- %SetErrorByName()
- %SetModified()
- %SetValueById()
- %SetValueByName()
- %SetValuesByName()
- %StartScript()
- %ValidateObject()
- %ZENVersion()
- ConvertParameter()
- Decrypt()
- Encrypt()
- EscapeHTML()
- EscapeURL()
- EvalResult()
- GetHyperEventResources()
- HyperEventCall()
- HyperEventHead()
- Include()
- InsertHiddenField()
- InsertHiddenFields()
- IsPrivate()
- JavaInstalled()
- Link()
- OnHTTPHeader()
- OnPage()
- OnPageError()
- OnPostHTTP()
- OnPostHyperEvent()
- OnPreHTTP()
- OnPreHyperEvent()
- Page()
- QuoteJS()
- RewriteURL()
- ShowError()
- SimpleKeepAlive()
- StartTimer()
- StopTimer()
- ThrowError()
- UnescapeHTML()
- UnescapeURL()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
- addChild()
- addChildAfter()
- addChildBefore()
- addPopupSuffix()
- adjustSize()
- btnApply()
- btnOK()
- cancelPopup()
- checkEdit()
- childrenMutated()
- clientKeepAlive()
- correctIELayering()
- createComponent()
- createComponentNS()
- ctrlKeyDown()
- deleteComponent()
- dialogApply()
- dialogCancel()
- dialogFinish()
- dialogTitleGet()
- disableButtons()
- dragFinishHandler()
- dragHandler()
- dragNotifyHandler()
- dragStartHandler()
- dropHandler()
- dropStartHandler()
- endModal()
- exposeComponent()
- findElement()
- fireOnResizeEvent()
- fireOnUnloadEvent()
- fireOnUpdateEvent()
- firePopupAction()
- getChildIndex()
- getComponent()
- getComponentById()
- getDialogValue()
- getEnclosingDiv()
- getHidden()
- getHintElement()
- getLabelElement()
- getOpener()
- getProperty()
- getSettings()
- getType()
- gotoPage()
- inResizeLoop()
- initPopupSuffix()
- invokeSuper()
- isOfType()
- launchPopupWindow()
- makeId()
- onCreate()
- onDelete()
- onDisplayHandler()
- onEndModalHandler()
- onRefreshContents()
- onSerialize()
- onServerMethodCall()
- onServerMethodError()
- onServerMethodReturn()
- onStartModalHandler()
- ondialogStart()
- ondisabledHandler()
- onhandleAutoLogoutWarn()
- onkeydownHandler()
- onkeyupHandler()
- onlayoutHandler()
- onlogoutHandler()
- onoverlayHandler()
- onresizeHandler()
- onunloadHandler()
- onupdateHandler()
- popupActionHandler()
- refreshContents()
- removeChild()
- removePopupSuffix()
- render()
- renderContents()
- renderSVG()
- resetMsg()
- setComponentId()
- setHidden()
- setOverlayMode()
- setProperty()
- setPropertyAll()
- setTraceOption()
- showMsg()
- startKeepAlive()
- startModal()
- startProgressBar()
- stopKeepAlive()
- stopProgressBar()
- validateRequired()