Skip to main content

EnsLib.MsgRouter.VDocRuleAssist

abstract class EnsLib.MsgRouter.VDocRuleAssist extends Ens.Rule.Assist

Method Inventory

Methods

classmethod GenerateDelegateSchema()
classmethod GenerateDeleteSchema()
classmethod GenerateReturnSchema()
Inherited description: Generates the schema for a return objects
classmethod GenerateRuleSchema() as %DynamicObject
Add constraint to user-visible properties of routing rule Rules
classmethod GenerateSchema() as %DynamicObject
Add production to user-visible properties of routing rule Rule Definitions
classmethod GenerateSendSchema()
classmethod GetContextClass() as %String
Inherited description: Returns the context class. If the return value is not null, then users can not change it
classmethod GetDescription() as %String
Inherited description: Returns the description of the rule type
classmethod GetIsRoutingRule() as %String
Inherited description: Returns if the rule is a routing rule
classmethod GetMetaData() as %String
Inherited description: This method returns the meta data for the cconstraint fields The structure of the meta data is the following: meta-data = comma separted list of fields field = colon separated values: = constraint-field-name : caption : [collection] # [type] [ # parameter ] the valid value for collection-type is commalist or null the valid values for type is configname, class or query the parameter for class is passed to the class finder dialog box.
classmethod GetPropertyList(ByRef pArray, pText) as %String
Inherited description: This method is called to return a list of properties
classmethod GetQueryData(ByRef pArray, pParam) as %String
Inherited description: This method is called when the constraint type is query. This method returns a comma separated list of all the possible values for a particular field The list will be used to populated the combo box.
classmethod GetValidActions()
Inherited description: Defines the valid actions for this rule type
classmethod RuntimeConstraintCheck(ByRef pArray, pContext, Output pPassed) as %Status
Inherited description: This method is called at runtime for constraint check The method is to return 1 or 0 on the output parameter pPassed

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab