Skip to main content

Ens.BPL.UI.Connector

class Ens.BPL.UI.Connector extends %Library.RegisteredObject

Property Inventory

Method Inventory

Properties

property Condition as %String (MAXLEN = 255);
Condition for case connections
Property methods: ConditionDisplayToLogical(), ConditionGet(), ConditionIsValid(), ConditionLogicalToDisplay(), ConditionLogicalToOdbc(), ConditionNormalize(), ConditionSet()
property ConnectType as %String (MAXLEN = 50, VALUELIST = ",case,branch,thread");
ConnectionType of this connector ("" or "case" or "branch" or "thread")
Property methods: ConnectTypeDisplayToLogical(), ConnectTypeGet(), ConnectTypeIsValid(), ConnectTypeLogicalToDisplay(), ConnectTypeLogicalToOdbc(), ConnectTypeNormalize(), ConnectTypeSet()
property Disabled as %Boolean;
This holds the 'disabled' status for the shape. (this is only used for 'thread' connections)
Property methods: DisabledDisplayToLogical(), DisabledGet(), DisabledIsValid(), DisabledLogicalToDisplay(), DisabledNormalize(), DisabledSet()
property FromShape as Shape;
Shape this connection comes from (an output)
Property methods: FromShapeGet(), FromShapeGetSwizzled(), FromShapeIsValid(), FromShapeNewObject(), FromShapeSet()
property Name as %String (MAXLEN = 50);
Name of this shape
Property methods: NameDisplayToLogical(), NameGet(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property ToShape as Shape;
Shape this connection goes to (an input)
Property methods: ToShapeGet(), ToShapeGetSwizzled(), ToShapeIsValid(), ToShapeNewObject(), ToShapeSet()
property Type as %String (MAXLEN = 50, VALUELIST = ",connector") [ InitialExpression = "connector" ];
Type of this connector
Property methods: TypeDisplayToLogical(), TypeGet(), TypeIsValid(), TypeLogicalToDisplay(), TypeLogicalToOdbc(), TypeNormalize(), TypeSet()

Methods

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

Inherited Members

Inherited Methods

FeedbackOpens in a new tab