Skip to main content

Ens.BPL.Code

class Ens.BPL.Code extends Ens.BPL.Activity

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

Property Inventory

Method Inventory

Properties

property Code as %GlobalBinaryStream;
Property methods: CodeDelete(), CodeGet(), CodeGetObject(), CodeGetObjectId(), CodeGetSwizzled(), CodeIsValid(), CodeNewObject(), CodeOid(), CodeOpen(), CodeSet(), CodeSetObject(), CodeSetObjectId(), CodeUnSwizzle()
property PyFromImport as %String;
Property methods: PyFromImportDisplayToLogical(), PyFromImportGet(), PyFromImportIsValid(), PyFromImportLogicalToDisplay(), PyFromImportLogicalToOdbc(), PyFromImportNormalize(), PyFromImportSet()

Methods

method CopyTo(pStream As %BinaryStream, pOutputXML As %Boolean, pLanguage As %String) as %Status
method EscapeCDATA(pLine As %String) as %String
method GenerateCode(pCompiler As Ens.BPL.Compiler) as %Status
method GenerateXML(pStream As %BinaryStream) as %Status
Inherited description: This generates the common XML attributes for this Activity

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab