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

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.:

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 4 7


Summary

Properties
Annotation Aux Class Disabled Expanded
Parent SourceObj TargetObj

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
Deserialize DisplayName GenerateCode GenerateXML
NormalizeAttribute Serialize Validate WriteAnnotationXML
WriteExpandedAttribute


Parameters

• parameter TAGNAME = "subtransform";
• parameter XMLNAME = "subtransform";

Properties

• property Aux as %String;
The name of the auxiliary value passed to the Transform() method
• property Class as %String;
The transform class to invoke
• property SourceObj as %String;
The name of the source object
• property TargetObj as %String;
The name of the target object

Methods

• method Deserialize(pState As %String) as %Status
Fill in properties of this item from the serial string
• method DisplayName() as %String
Provide a user readable string which identifies this node
• method GenerateCode(pCompiler As Ens.DTL.Compiler) as %Status
• method GenerateXML(pStream As %BinaryStream) as %Status
• method Serialize(pStream As %CharacterStream) as %Status
Serialize this transform for use by DTL editor
• method Validate(ByRef pStatus As %Status, pContext As Ens.DTL.ValidationContext) as %Status
Perform a sanity check on the nodes in the parse tree


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