persistent class Ens.MFT.StreamContainer
extends Ens.StreamContainer
Container class for MFT items
parameter XMLNAME = "MFTMessage";
This parameter provides the default XMLNAME for the class. If it is
empty then the class name will be used to construct a default XML name.
The default XMLNAME is used as the top level tag
when exporting objects and the export context
did not provide an XML container name.
parameter XMLTYPE = "MFTMessage";
This parameter provides the default XMLTYPE for the class. If it is
empty then the class name will be used to construct a default XML type.
The default XMLTYPE is used when naming and referencing this type
in a schema and the schema context did not provide an XML type name.
property DetailsObject
as %DynamicObject(XMLPROJECTION="NONE") [ Transient ];
property ItemInfo
as %MFT.ItemInfo;
MFT Item Info
property ModifiedByUsername
as %String;
MFT Modified By Username
property OriginalFilename
as %String(MAXLEN="");
property OutputFilename
as %String(MAXLEN="");
This property can be used to store a filename to be used on output
Used for example in the EnsLib.MFT.Operation.Passthrough
property OutputFolder
as %String(MAXLEN="");
This property can be used to store a folder identifier to be used on output.
Used for example in the EnsLib.MFT.Operation.Passthrough
property Stream
as %Stream.Object [ Calculated,Transient ];
MFT file object
trigger OnDelete
(BEFORE event DELETE)