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

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.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
5 5


Summary

Properties
ActivityID Annotation Async Disabled
LanguageOverride Name Parent Request
Response Target Timeout XEnd
XPos 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
AsyncGet DisabledGet DisplayName GenerateAnnotation
GenerateCode GenerateXML NormalizeAttribute Validate


Properties

• property Async as %Boolean [ InitialExpression = 1 ];
This determines if the request should be made asynchronously
• property Request as Ens.BPL.Request;
This holds data transformation details for the request
• property Response as Ens.BPL.Response;
This holds data transformation details for the response
• property Target as %String;
This holds the name of the configured item (usually a class) which will be called and receive the request
• property Timeout as %String;
This holds the timeout for synchronous requests

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
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.