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

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

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

Methods in biz.c24.io.api.data that return ValidationConstraints
 ValidationConstraints ValidationManager.getConstraints()
          Returns the validation constraints used to control the validation process.
 

Methods in biz.c24.io.api.data with parameters of type ValidationConstraints
 void ValidationManager.setConstraints(ValidationConstraints constraints)
          Sets the validation constraints used to control the validation process.
 boolean DataComponent.validate(ComplexDataObject object, ValidationConstraints vc)
          Deprecated. Use ValidationManager instead - this method will be removed in the next major version release.
 boolean ComplexDataObject.validate(ValidationConstraints constraints)
          Deprecated. Use ValidationManager instead - this method will be removed in the next major version release.
 boolean DataType.validateProperties(Object object, ComplexDataObject context, DataComponent comp, ValidationConstraints constraints)
          Deprecated. Use ValidationManager instead - this method will be removed in the next major version release.
 

Constructors in biz.c24.io.api.data with parameters of type ValidationConstraints
ValidationConstraints(ValidationConstraints clone)
          Creates a new instance which is a clone of the specificed argument.
ValidationManager(ValidationConstraints constraints)
          Creates a new instance from the specified set of constraints.
 



C24 Technologies © 2002-2012: All Rights Reserved.