Ens.DTL.SubTransform
class Ens.DTL.SubTransform extends Ens.DTL.Action
The syntax specifies a data transformation class and the source and target objects to invoke it with e.g.:Property Inventory (Including Private)
Method Inventory (Including Private)
Parameters
parameter TAGNAME = subtransform;
parameter XMLNAME = subtransform;
Properties (Including Private)
property Aux as %String;
The name of the auxiliary value passed to the Transform() method
Property methods: AuxDisplayToLogical(), AuxGet(), AuxIsValid(), AuxLogicalToDisplay(), AuxLogicalToOdbc(), AuxNormalize(), AuxSet()
property Class as %String;
The transform class to invoke
Property methods: ClassDisplayToLogical(), ClassGet(), ClassIsValid(), ClassLogicalToDisplay(), ClassLogicalToOdbc(), ClassNormalize(), ClassSet()
property SourceObj as %String;
The name of the source object
Property methods: SourceObjDisplayToLogical(), SourceObjGet(), SourceObjIsValid(), SourceObjLogicalToDisplay(), SourceObjLogicalToOdbc(), SourceObjNormalize(), SourceObjSet()
property TargetObj as %String;
The name of the target object
Property methods: TargetObjDisplayToLogical(), TargetObjGet(), TargetObjIsValid(), TargetObjLogicalToDisplay(), TargetObjLogicalToOdbc(), TargetObjNormalize(), TargetObjSet()
Methods (Including Private)
Fill in properties of this item from the serial string
method DisplayName() as %String [ Language = objectscript ]
Provide a user readable string which identifies this node
method GenerateCode(pCompiler As Ens.DTL.Compiler) as %Status [ Language = objectscript ]
method GenerateXML(pStream As %BinaryStream) as %Status [ Language = objectscript ]
method Serialize(pStream As %CharacterStream) as %Status [ Language = objectscript ]
Serialize this transform for use by DTL editor
method Validate(ByRef pStatus As %Status, pContext As Ens.DTL.ValidationContext) as %Status [ Language = objectscript ]
Inherited description: Perform a sanity check on the nodes in the parse tree
Inherited Members
Inherited Properties (Including Private)
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- NormalizeAttribute()
- WriteAnnotationXML()
- WriteExpandedAttribute()