Ens.BPL.Call
class Ens.BPL.Call extends Ens.BPL.Activity
This class represents a call to another business class, i.e. another business process or a business operation. The 'class' attribute and the <request> tag are required.Property Inventory
Method Inventory
Properties
property Async as %Boolean [ InitialExpression = 1 ];
This determines if the request should be made asynchronously
Property methods: AsyncDisplayToLogical(), AsyncIsValid(), AsyncLogicalToDisplay(), AsyncNormalize(), AsyncSet()
property Request as Ens.BPL.Request;
This holds data transformation details for the request
Property methods: RequestGet(), RequestGetSwizzled(), RequestIsValid(), RequestNewObject(), RequestSet()
property Response as Ens.BPL.Response;
This holds data transformation details for the response
Property methods: ResponseGet(), ResponseGetSwizzled(), ResponseIsValid(), ResponseNewObject(), ResponseSet()
property Target as %String;
This holds the name of the configured item (usually a class)
which will be called and receive the request
Property methods: TargetDisplayToLogical(), TargetGet(), TargetIsValid(), TargetLogicalToDisplay(), TargetLogicalToOdbc(), TargetNormalize(), TargetSet()
property Timeout as %String;
This holds the timeout for synchronous requests
Property methods: TimeoutDisplayToLogical(), TimeoutGet(), TimeoutIsValid(), TimeoutLogicalToDisplay(), TimeoutLogicalToOdbc(), TimeoutNormalize(), TimeoutSet()
Methods
method AsyncGet() as %Boolean
Determine whether this Call should be made asynchronously
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
- %AddToSaveSet()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Extends()
 - %GetParameter()
 - %IsA()
 - %IsModified()
 - %JSONExport()
 - %JSONExportToStream()
 - %JSONExportToString()
 - %JSONImport()
 - %JSONNew()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OriginalNamespace()
 - %PackageName()
 - %RemoveFromSaveSet()
 - %SerializeObject()
 - %SetModified()
 - %ValidateObject()
 - ClassNameGet()
 - DisabledGet()
 - DisplayName()
 - GenerateAnnotation()
 - NormalizeAttribute()