Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [Ens] >  [Background] >  [Request] >  [ExportMessage]
Private  Storage   

persistent class Ens.Background.Request.ExportMessage extends Ens.Background.Request

Used for export message request background processing

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 5


Summary

Properties
BackgroundProcessor CharSet LocalFilename MsgSeperators
RequestedByUsername SavedSearch SearchClass WorkFlowRole

Methods
%%CLASSNAMELogicalToStorage %%CLASSNAMEStorageToLogical %AddToSaveSet %AddToSyncSet
%BMEBuilt %BuildIndicesAsync %BuildIndicesAsyncResponse %CheckConstraints
%CheckConstraintsForExtent %ClassIsLatestVersion %ClassName %CompareContents
%ComposeOid %ConstructClone %Delete %DeleteExtent
%DeleteId %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%DrawHTMLForm %DrawHTMLTable %Exists %ExistsId
%Extends %GUID %GUIDSet %GetContentType
%GetLock %GetParameter %GetSwizzleObject %Id
%InsertBatch %IsA %IsModified %IsNull
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectIsNull
%ObjectModified %Oid %OnBeforeAddToSync %OnDeleteFinally
%OnDetermineClass %OnOpenFinally %OnSaveFinally %OnTimeout
%Open %OpenId %OriginalNamespace %PackageName
%PhysicalAddress %ProcessSubmit %PurgeIndices %Reload
%RemoveFromSaveSet %ResolveConcurrencyConflict %RollBack %Save
%SaveDirect %SaveIndices %SerializeObject %SetModified
%ShowContents %ShowContentsHead %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateIndices %ValidateObject %ValidateTable GetStatsDimension
NewResponse XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType


Parameters

• parameter XMLTYPE = "BackgroundMessageExport";
Prevent this class from having the same default XML Type and Name as any of its subclasses that have the short classname "Request".

Properties

• property CharSet as %String(MAXLEN=128);
This is the character set to use when creating the export - the default is the system default
• property LocalFilename as %String(MAXLEN="");
This is used to suggest to the browser what filename to use in the download
• property MsgSeperators as %String(MAXLEN=10);
This is used to specify how the messages in the export will be separated
CRLF,CR,LF,MLLP,Tab,None
• property SavedSearch as %String(MAXLEN=128);
This is the name of the saved search details that are saved temporarily with a unique name
• property SearchClass as %String(MAXLEN=128);
This is the name of the message viewer search class that will be invoked with the SavedSearch


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.