Skip to main content

Ens.BPL.CompensationHandler

class Ens.BPL.CompensationHandler extends Ens.BPL.Activity

This class represents a sequence of activities to be performed to compensate for work previously performed in BPL. The compensation handler may only be invoked via a activity within a or .

Property Inventory

Method Inventory

Properties

property Activities as Ens.BPL.ActivityList;
This holds the Activity List
Property methods: ActivitiesGet(), ActivitiesGetSwizzled(), ActivitiesIsValid(), ActivitiesNewObject(), ActivitiesSet()

Methods

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
method Validate(ByRef pStatus As %Status, pContext As Ens.BPL.ValidationContext) as %Status
Perform a sanity check on the nodes in the parse tree

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab