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

class Ens.BPL.XSLT extends Ens.BPL.Activity

The element allows you to apply an XSLT transformation during a business process

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
5 4


Summary

Properties
ActivityID Annotation Disabled LanguageOverride
Name Parameters Parent Source
Target XEnd XPos XSLTVersion
XSLURL 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


Properties

• property Parameters as array of %String;
This holds the parameters used for the transformation
• property Source as %String;
This holds the name of the source (stream) object
• property Target as %String;
This holds the name of the target (stream) object
• property XSLTVersion as %String(VALUELIST=",1.0,2.0") [ InitialExpression = "1.0" ];
This indicates if to use XSLT 1.0 or 2.0
• property XSLURL as %String;
This holds the url containing the data transform

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


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