Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxValidateWhereRuleBN (instanceId      : GENERIC;
                                 whereRuleName   : STRING;
                                 ruleSchemaId    : GENERIC;
                                 userOutputFile  : STRING;
                                 VAR result      : LOGICAL)                                                                             
                                 status          : INTEGER;

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.
appropriate to the specified instance.  The validation process can return additional information to the application through the <result> 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.

Arguments

...

TypeNameComment
GENERICinstanceIdA numeric instanceID that uniquely identifies the instance in the EDMdatabase to be validated.
STRINGwhereRuleNameA name that uniquely identifies a local rule (Where rule) in the EDMdatabase to use in the current validation process.

...

GENERICruleSchemaIdA numeric ruleSchemaID that uniquely identifies the rule schema instance in the EDMdatabase that defines the local rule specified in the <whereRuleName> argument.  The specified where rule must be defined in the dictionary model (Express schema) that is the underlying schema of the data model that hosts the specified instance <instance> if the <ruleSchemaId> is set to zero.
STRINGuserOutputFileSpecifies the name of a file that will be used to receive the result of executing the xpxPrintf and xpxOutputValue function during the validation operation. The specified file can be an existing file or the name of a file that will be created by the EDMmodelChecker. The default file extension is ".txt". The output from the xpxPrintf and xpxOutputValue function during the validation process will be written to the EDMinterface current output device when the <userOutputFile> is set to NULL
LOGICALresult

Address of a LOGICAL variable that will receive the result of the validation operation. The returned result is as follows:

  • TRUE: No local rule violation
  • FALSE: Actual instanceId violates specified local rule.
  • UNKNOWN: Unpredictable result due to unset values or error in operation. 

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"