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

class Ens.DTL.Code extends Ens.DTL.Action

This class holds a block of user specified code which will be inlined in the generated data transformation. Use CDATA to allow use of XML metacharacters within the code body

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 1 8


Summary

Properties
Annotation Code Disabled Expanded Parent

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
CopyTo Deserialize DisplayName EscapeCDATA
GenerateCode GenerateXML NormalizeAttribute Serialize
Validate WriteAnnotationXML WriteExpandedAttribute


Parameters

• parameter TAGNAME = "code";

Properties

• property Code as %GlobalCharacterStream;

Methods

• method CopyTo(pStream As %Stream.MethodGenerator, pOutputXML As %Boolean, pLanguage As %String) as %Status
• 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 EscapeCDATA(pLine As %String) as %String
• 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


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