Skip to main content

Ens.MFT.StreamContainer

persistent class Ens.MFT.StreamContainer extends Ens.StreamContainer

SQL Table Name: Ens_MFT.StreamContainer

Container class for MFT items

Property Inventory

Method Inventory

Parameters

parameter XMLNAME = MFTMessage;
Inherited description: 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;
Inherited description: 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.

Properties

property DetailsObject as %DynamicObject (XMLPROJECTION = "NONE") [ Transient ];
Property methods: DetailsObjectGet(), DetailsObjectGetObject(), DetailsObjectGetObjectId(), DetailsObjectGetSwizzled(), DetailsObjectIsValid(), DetailsObjectNewObject(), DetailsObjectSet(), DetailsObjectSetObject(), DetailsObjectSetObjectId(), DetailsObjectUnSwizzle()
property ItemInfo as %MFT.ItemInfo;
MFT Item Info
Property methods: ItemInfoGet(), ItemInfoGetObject(), ItemInfoGetObjectId(), ItemInfoGetStored(), ItemInfoGetSwizzled(), ItemInfoIsValid(), ItemInfoNewObject(), ItemInfoSet(), ItemInfoSetObject(), ItemInfoSetObjectId(), ItemInfoUnSwizzle()
property ModifiedByUsername as %String;
MFT Modified By Username
Property methods: ModifiedByUsernameDisplayToLogical(), ModifiedByUsernameGet(), ModifiedByUsernameGetStored(), ModifiedByUsernameIsValid(), ModifiedByUsernameLogicalToDisplay(), ModifiedByUsernameLogicalToOdbc(), ModifiedByUsernameNormalize(), ModifiedByUsernameSet()
property OriginalFilename as %String);
Property methods: OriginalFilenameDisplayToLogical(), OriginalFilenameGet(), OriginalFilenameGetStored(), OriginalFilenameIsValid(), OriginalFilenameLogicalToDisplay(), OriginalFilenameLogicalToOdbc(), OriginalFilenameNormalize(), OriginalFilenameSet()
property OutputFilename as %String);
This property can be used to store a filename to be used on output
Used for example in the EnsLib.MFT.Operation.Passthrough
Property methods: OutputFilenameDisplayToLogical(), OutputFilenameGet(), OutputFilenameGetStored(), OutputFilenameIsValid(), OutputFilenameLogicalToDisplay(), OutputFilenameLogicalToOdbc(), OutputFilenameNormalize(), OutputFilenameSet()
property OutputFolder as %String);
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 methods: OutputFolderDisplayToLogical(), OutputFolderGet(), OutputFolderGetStored(), OutputFolderIsValid(), OutputFolderLogicalToDisplay(), OutputFolderLogicalToOdbc(), OutputFolderNormalize(), OutputFolderSet()
property Stream as %Stream.Object [ Calculated , Transient ];
MFT file object
Property methods: StreamDelete()

Methods

method DetailsObjectGet() as %DynamicObject

Triggers

trigger OnDelete (BEFORE event DELETE);

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: Storage (Ens.StreamContainer)

^Ens.StreamContainerD(ID,"Attributes",n)
=
Attributes(n)

Storage Model: Storage (Ens.StreamContainer)

^Ens.StreamContainerD(ID)
=
%%CLASSNAME
OriginalFilename
StreamFB
StreamFC
StreamGB
StreamGC
Type
StreamCF
StreamBF
StreamCG
StreamBG
FileCharEncodingTable
CharEncodingTable
OutputFolder
OutputFilename

Storage Model: Storage (Ens.MFT.StreamContainer)

^Ens.StreamContainerD(ID,"StreamContainer")
=
ItemInfo
ModifiedByUsername
FeedbackOpens in a new tab