Skip to main content

Ens.BPL.Response

class Ens.BPL.Response extends Ens.BPL.Message

Represents a request message to be sent to an ensemble business class.

Property Inventory

Method Inventory

Properties

property ResponseHandlerName as %String;
This holds the name of the designated response handler
Property methods: ResponseHandlerNameDisplayToLogical(), ResponseHandlerNameGet(), ResponseHandlerNameIsValid(), ResponseHandlerNameLogicalToDisplay(), ResponseHandlerNameLogicalToOdbc(), ResponseHandlerNameNormalize(), ResponseHandlerNameSet()

Methods

method DisplayName() as %String
Provide a user readable string which names the activity
method GenerateCode(pCompiler As Ens.BPL.Compiler) as %Status
method GenerateXML(pStream As %BinaryStream) as %Status
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