SYNTAX:
xpxValidateWhereRuleBN (instanceId : GENERIC;
whereRuleName : STRING; ruleSchemaId : GENERIC; userOutputFile : STRING; result : LOGICAL)status : INTEGER;
The xpxValidateWhereRuleBN function invokes the EDMmodelChecker to validate the specified instance against the specified local rule (Where rule). The specified local rule must be defined in the dictionary model (Express schema) that is the underlying schema of the data model that hosts the actual instance, or the local rule must be defined in an EDMruleSchema specified in the <ruleSchemaId> argument.
The data model that hosts the specified instance must be open before this operation can be successfully performed.
The expressions logging can be used to log (trace) the execution of the local rule in the EDMexpressVM. The EDMsupervisor and the interactive EDMdebugger can be used for testing and debugging local rules as well as getting detailed information of a validation process.
This function is equivalent to the EDMinterface function edmiValidateWherelRuleBN.
General
Content
Integrations