Ens.BPL.UI.Shape
class Ens.BPL.UI.Shape extends %Library.RegisteredObject
A basic shape for the BPL graphical editor.Property Inventory
- Annotation
- Children
- Code
- Disabled
- GotoConnection
- Index
- InputList
- LanguageOverride
- Name
- OutputList
- Parameters
- Parent
- PropertyBag
- PyFromImport
- Request
- Response
- Type
- xPos
- yPos
Method Inventory
Properties
property Annotation as %String);
Annotation for this shape
Property methods: AnnotationDisplayToLogical(), AnnotationGet(), AnnotationIsValid(), AnnotationLogicalToDisplay(), AnnotationLogicalToOdbc(), AnnotationNormalize(), AnnotationSet()
property Children as list of Shape;
List of child shapes, if any.
Property methods: ChildrenBuildValueArray(), ChildrenCollectionToDisplay(), ChildrenCollectionToOdbc(), ChildrenDisplayToCollection(), ChildrenGet(), ChildrenGetObject(), ChildrenGetObjectId(), ChildrenGetSwizzled(), ChildrenIsValid(), ChildrenOdbcToCollection(), ChildrenSet(), ChildrenSetObject(), ChildrenSetObjectId()
property Code as %GlobalCharacterStream;
A generic stream property to contain code if this shape has any.
Property methods: CodeDelete(), CodeGet(), CodeGetObject(), CodeGetObjectId(), CodeGetSwizzled(), CodeIsValid(), CodeNewObject(), CodeOid(), CodeOpen(), CodeSet(), CodeSetObject(), CodeSetObjectId(), CodeUnSwizzle()
property Disabled as %Boolean;
This holds the 'disabled' status for the shape.
Property methods: DisabledDisplayToLogical(), DisabledGet(), DisabledIsValid(), DisabledLogicalToDisplay(), DisabledNormalize(), DisabledSet()
property GotoConnection as Connector;
Holder for goto connection used for branches.
Property methods: GotoConnectionGet(), GotoConnectionGetSwizzled(), GotoConnectionIsValid(), GotoConnectionNewObject(), GotoConnectionSet()
property Index as %Integer (MINVAL = 1);
Index No (position in diagram list) for this shape
Property methods: IndexDisplayToLogical(), IndexGet(), IndexIsValid(), IndexLogicalToDisplay(), IndexNormalize(), IndexSet()
property InputList as list of Connector;
List of input connections, if any
Property methods: InputListBuildValueArray(), InputListCollectionToDisplay(), InputListCollectionToOdbc(), InputListDisplayToCollection(), InputListGet(), InputListGetObject(), InputListGetObjectId(), InputListGetSwizzled(), InputListIsValid(), InputListOdbcToCollection(), InputListSet(), InputListSetObject(), InputListSetObjectId()
property LanguageOverride as %String;
Optional setting. Sets the compilation language at level of activity.
To be useful, this will differ from the main BPL language.
Example 1: When the overall BPL is generating in ObjectScript mode, this setting can allow
a specific BPL Code block activity to accomodate Embedded Python source code.
Example 2: When the overall BPL is generating in ObjectScript mode, this setting can allow
a specific BPL Assignment activity expression to accomodate Embedded Python code expression.
Property methods: LanguageOverrideDisplayToLogical(), LanguageOverrideGet(), LanguageOverrideIsValid(), LanguageOverrideLogicalToDisplay(), LanguageOverrideLogicalToOdbc(), LanguageOverrideNormalize(), LanguageOverrideSet()
property Name as %String (MAXLEN = 50, TRUNCATE = 1);
Name of this shape
Property methods: NameDisplayToLogical(), NameGet(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property OutputList as list of Connector;
List of output connections, if any
Property methods: OutputListBuildValueArray(), OutputListCollectionToDisplay(), OutputListCollectionToOdbc(), OutputListDisplayToCollection(), OutputListGet(), OutputListGetObject(), OutputListGetObjectId(), OutputListGetSwizzled(), OutputListIsValid(), OutputListOdbcToCollection(), OutputListSet(), OutputListSetObject(), OutputListSetObjectId()
property Parameters as array of %String;
Some shapes (such as XSLT) have an array of parameters. This is a holder for them.
Property methods: ParametersBuildValueArray(), ParametersCollectionToDisplay(), ParametersCollectionToOdbc(), ParametersDisplayToCollection(), ParametersDisplayToLogical(), ParametersGet(), ParametersGetObject(), ParametersGetObjectId(), ParametersGetSwizzled(), ParametersIsValid(), ParametersLogicalToDisplay(), ParametersLogicalToOdbc(), ParametersNormalize(), ParametersOdbcToCollection(), ParametersSet(), ParametersSetObject(), ParametersSetObjectId()
property Parent as Shape;
Parent shape for this object (if nested)
Property methods: ParentGet(), ParentGetSwizzled(), ParentIsValid(), ParentNewObject(), ParentSet()
property PropertyBag as array of %String (TRUNCATE = 1);
Bag of abritrary property values for this shape
Property methods: PropertyBagBuildValueArray(), PropertyBagCollectionToDisplay(), PropertyBagCollectionToOdbc(), PropertyBagDisplayToCollection(), PropertyBagDisplayToLogical(), PropertyBagGet(), PropertyBagGetObject(), PropertyBagGetObjectId(), PropertyBagGetSwizzled(), PropertyBagIsValid(), PropertyBagLogicalToDisplay(), PropertyBagLogicalToOdbc(), PropertyBagNormalize(), PropertyBagOdbcToCollection(), PropertyBagSet(), PropertyBagSetObject(), PropertyBagSetObjectId()
property PyFromImport as %String;
This holds optional list of Python "from" and "import" statements supporting modules available to this shape instance.
Property methods: PyFromImportDisplayToLogical(), PyFromImportGet(), PyFromImportIsValid(), PyFromImportLogicalToDisplay(), PyFromImportLogicalToOdbc(), PyFromImportNormalize(), PyFromImportSet()
property Request as Ens.BPL.Request;
Call-only: This holds data transformation details for the request
Property methods: RequestGet(), RequestGetSwizzled(), RequestIsValid(), RequestNewObject(), RequestSet()
property Response as Ens.BPL.Response;
Call-only: This holds data transformation details for the response
Property methods: ResponseGet(), ResponseGetSwizzled(), ResponseIsValid(), ResponseNewObject(), ResponseSet()
property Type as %String (MAXLEN = 50, TRUNCATE = 1);
Type of this shape
Property methods: TypeDisplayToLogical(), TypeGet(), TypeIsValid(), TypeLogicalToDisplay(), TypeLogicalToOdbc(), TypeNormalize(), TypeSet()
property xPos as %Integer (MAXVAL = 10000, MINVAL = 0);
x coordinate of this shape (center)
Property methods: xPosDisplayToLogical(), xPosGet(), xPosIsValid(), xPosLogicalToDisplay(), xPosNormalize(), xPosSet()
property yPos as %Integer (MAXVAL = 10000, MINVAL = 0);
y coordinate of this shape (center)
Property methods: yPosDisplayToLogical(), yPosGet(), yPosIsValid(), yPosLogicalToDisplay(), yPosNormalize(), yPosSet()
Methods
method AddGotoConnect(pToShape As Shape) as Ens.BPL.UI.Connector
Set the special goto output of this shape to the input of another
method ConnectTo(pToShape As Shape, pName As %String = "", pCondition As %String = "", pDisabled As %Boolean = 0, pConnectType As %String = "", pLanguageOverride As %String = "") as Ens.BPL.UI.Connector
Connect the output of this shape to the input of another
Get a property from the property bag
method Serialize(pState As %CharacterStream)
Serialize this shape for use by the editor.
Set a property into the property bag
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()