Uses of Class
biz.c24.io.api.data.ValidationMechanismEnum

Packages that use ValidationMechanismEnum
biz.c24.io.api.data Data Model super and utility classes. 
 

Uses of ValidationMechanismEnum in biz.c24.io.api.data
 

Fields in biz.c24.io.api.data declared as ValidationMechanismEnum
static ValidationMechanismEnum ValidationMechanismEnum.VALIDATION_MECHANISM_ASYNCHRONOUS_EVENT
          Deprecated. Specifies the asynchronous event / listener architecture as the validation mechanism, i.e. registered listeners are notified in a different thread and execution continues.
static ValidationMechanismEnum ValidationMechanismEnum.VALIDATION_MECHANISM_EXCEPTION
          Deprecated. Specifies the exception architecture as the validation mechanism.
static ValidationMechanismEnum ValidationMechanismEnum.VALIDATION_MECHANISM_PARENT
          Deprecated. Specifies the parent of this object will be used to determine the validation mechanism.
static ValidationMechanismEnum ValidationMechanismEnum.VALIDATION_MECHANISM_SYNCHRONOUS_EVENT
          Deprecated. Specifies the synchronous event / listener architecture as the validation mechanism, i.e. registered listeners are notified before proceding with execution.
 

Methods in biz.c24.io.api.data that return ValidationMechanismEnum
 ValidationMechanismEnum ComplexDataObject.getActualValidationMechanism()
          Deprecated. Use ValidationManager instead - this method will be removed in the next major version release.
 ValidationMechanismEnum ComplexDataObject.getValidationMechanism()
          Deprecated. Use ValidationManager instead - this method will be removed in the next major version release.
 

Methods in biz.c24.io.api.data with parameters of type ValidationMechanismEnum
 void ComplexDataObject.setValidationMechanism(ValidationMechanismEnum validationMechanism)
          Deprecated. Use ValidationManager instead - this method will be removed in the next major version release.
 



C24 Technologies © 2002-2012: All Rights Reserved.