persistent class %BI.RuleWorkFlowObj
extends %Persistent
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
15
|
|
|
|
|
|
property Description
as %String(MAXLEN=10000,TRUNCATE=1);
property FlowFrom
as %String(MAXLEN=10000,TRUNCATE=1);
property FlowStart
as %String(TRUNCATE=1);
property PreLoaded
as %String(TRUNCATE=1);
property RetValue
as %String(MAXLEN=10000,TRUNCATE=1);
property ReturnMessage
as %String(MAXLEN=10000,TRUNCATE=1);
property RuleCondition
as %String(MAXLEN=10000,TRUNCATE=1);
property RunnableCode
as %String(MAXLEN=10000,TRUNCATE=1);
property Xcoord
as %String(TRUNCATE=1);
property Ycoord
as %String(TRUNCATE=1);
property anID
as %String(TRUNCATE=1);
property height
as %String(TRUNCATE=1);
property ruleOrNode
as %String(TRUNCATE=1);
property ruleType
as %String;
property width
as %String(TRUNCATE=1);