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

class Ens.BPL.Transform extends Ens.BPL.Activity

The element lets you invoke a data transformation class from within a business process.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4 5


Summary

Properties
ActivityID Annotation Aux Class
Disabled LanguageOverride Name Parent
Source Target XEnd XPos
YEnd YPos

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
DisabledGet DisplayName GenerateAnnotation GenerateCode
GenerateXML NormalizeAttribute Validate isProperty


Properties

• 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

Methods

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