An abstract class that provides an interface for validation tasks.
File: daiValidationTask.h
Namespace: OdDAI
Creates a new validation task object with default parameters. | |
Destroys the validation task object. |
Retrieves additional information about the validation task (like date, author, copyright, version, etc). | |
Retrieves the description of the validation task. | |
Stops the validation task. This method is called by the validator object after the validation ends. | |
Initializes the validation task. This method is called by the validator object before the validation starts. Virtual function which is called by Validator before validation process starts. | |
Retrieves the current value of the healing flag. When this flag equals to true, the validation task object tries to heal found validation errors (if the object has an appropriated healer class). | |
Sets a new value of the healing flag. When this flag equals to true, the validation task object tries to heal found validation errors (if the object has an appropriated healer class). Otherwise, this flag equals to false. |
A structure that stores references to instances and attributes that didn't pass the validation check and text that contains additional information about validation problems. | |
A structure that stores an array with identifiers of objects which failed the constraints check. | |
A structure that stores an array with information about results of several validation checks. | |
A structure that contains an array of pointers to OdRxObject instances that store information about constraints violation. | |
A structure that encapsulates storing and handling information about attributes that failed the validation check and Where-Rules constraints which these attributes violates. | |
The base structure that stores and handles information about objects that failed the validation check and (or) about constraints that were violated. |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|