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

class Ens.BPL.UI.Connector extends %RegisteredObject

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
8 1


Summary

Properties
Condition ConnectType Disabled FromShape
LanguageOverride Name ToShape Type

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
Serialize


Properties

• property Condition as %String(MAXLEN=255);
Condition for case connections
• property ConnectType as %String(MAXLEN=50,VALUELIST=",case,branch,thread");
ConnectionType of this connector ("" or "case" or "branch" or "thread")
• property Disabled as %Boolean;
This holds the 'disabled' status for the shape. (this is only used for 'thread' connections)
• property FromShape as Shape;
Shape this connection comes from (an output)
• property LanguageOverride as %String;
Optional setting. Sets the compilation language at level of a Switch Case. To be useful, this will differ from the main BPL language.
When the overall BPL is generating in ObjectScript mode, this setting allows a specific Switch Case Condition to evaluate an Embedded Python expression.
• property Name as %String(MAXLEN=50);
Name of this shape
• property ToShape as Shape;
Shape this connection goes to (an input)
• property Type as %String(MAXLEN=50,VALUELIST=",connector") [ InitialExpression = "connector" ];
Type of this connector

Methods

• method Serialize(pState As %CharacterStream)
Serialize this connector for use by the editor.


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.