class Ens.BPL.Transform
extends Ens.BPL.Activity
The element lets you invoke a data transformation class from within a business process.
• property Aux
as %String;
The name of the auxiliary value passed to the Transform() method
• property Class
as %String;
The class name of the data transform
• property Source
as %String;
The name of the source object
• property Target
as %String;
The name of the target object
• method GenerateCode(pCompiler As Ens.BPL.Compiler)
as %Status
• method GenerateXML(pStream As %BinaryStream)
as %Status
This generates the common XML attributes for this Activity
• method Validate(ByRef pStatus As %Status, pContext As Ens.BPL.ValidationContext)
as %Status
Perform a sanity check on the nodes in the parse tree
• classmethod isProperty(pVarName As %String, Output nDots As %Integer, Output pIsTrailingArray As %Integer)
as %Boolean
determine at compile time if a string represents a property name for the purpose of:
- not applying $G() to avoid a syntax error
- applying conditional %ConstructClone() in DTL if a source object property
- applying conditional %New() in DTL if a target object property
Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.