A class that implements functionality of work with validation tasks.
File: daiValidator.h
Namespace: OdDAI
Creates a new validator with default parameters. |
Defines types of validation results which notifier objects show. | |
Defines validation types to be checked. |
Adds a new extent validation task to the list of validation tasks. | |
Adds a new instance validation task to the list of validation tasks. | |
Adds a new model validation task to the list of validation tasks. | |
Adds a new validation notifier to the list of notifiers. | |
Removes all extent validation tasks. | |
Removes all instance validation tasks. | |
Removes all model validation tasks. | |
Removes all notifiers. | |
Creates a new validator associated with a specified validation context object. | |
Retrieves the number of extent validation tasks associated with the validator. | |
Retrieves the number of instance validation tasks associated with the validator. | |
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). | |
Retrieves the number of model validation tasks associated with the validator. | |
Starts execution of validation tasks assigned to the validator object. | |
Sets the list of extent validation tasks to execute. | |
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. | |
Sets the list of instance validation tasks to execute. | |
Sets the list of model validation tasks to execute. | |
Sets the list of validation notifiers. | |
Sets the type of validation result shown by the notifier object. | |
Sets the progress meter for the validator object. | |
Sets the type of validation to run. | |
Retrieves the current time in milliseconds the timer has been started (if the timer is active); if the timer has been stopped, the method retrieves the final validation time. |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|