Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagecpp
themeConfluence
FUNCTION xpfValidateInstance (instanceIdxpfValidateInstancesWithParameters(instances                  : GENERIC;
                                            diagnosticFile             : STRING;
                                            options                    : INTEGER;
                                            ruleSchemaId               : GENERIC;
                                            userOutputFile             : STRING;
                                            VAR validationResultsId : GENERIC; validationResultId     : GENERIC;
                                            VAR returnValue            : GENERIC;
                                            numberOfParameters         : INTEGER;
                                            argument1, ... , argumentN : GENERIC)
                                            result                     : LOGICAL;
                

Use this This function invokes the EDMmodelChecker  to validate any arbitrarily set of instances in one operation. The <aggrOrInstanceId> argument can be a modelId, instanceContainerId, inststanceId or an aggregateId (of instances). ..The result of the validation (diagnosticFile) will be in the file specified by the <userOutputFile> argument.

Arguments

...

TypeNameComment
GENERICinstanceIdinstancesInstance id of the instance to be validated
STRINGdiagnosticFilePath to the diagnostic file
INTEGERoptionsoptions, see below
GENERICruleSchemaIdUnique id of the rule schema within the EDMdatabase
STRINGuserOutputFilePath to the output file
GENERICvalidationResultsId 
GENERICreturnValue 
INTEGERnumberOfParameters Number of parameters to be sent to the validation process
GENERICargument(1)Arguments for the validation process

Return Value

...

 

TypeNameComment
LOGICALresultcomments

...

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

  SYNTAX:
 
 
To be completed.
This function invokes the EDMmodelCheckerTM to validate any arbitrarily set of instances in one operation. The <aggrOrInstanceId> argument can be a modelId, instanceContainerId, inststanceId or an aggregateId (of instances).
The result of the validation (diagnosticFile) will be in the file specified by the <userOutputFile> argument.
This function is equivalent to the EDMinterfaceTM function edmiValidateInstancesWithParameters.