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
- %AddToSaveSet()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Extends()
 - %GetParameter()
 - %IsA()
 - %IsModified()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OriginalNamespace()
 - %PackageName()
 - %RemoveFromSaveSet()
 - %SerializeObject()
 - %SetModified()
 - %ValidateObject()