Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.schema.types.Constraint

Packages that use Constraint
org.nuxeo.ecm.core.schema.types Implementation of Types, including SimpleTypes, CompositeTypes and ComplexTypes. 
org.nuxeo.ecm.core.schema.types.constraints Some constraints implementations (not used yet, actually). 
 

Uses of Constraint in org.nuxeo.ecm.core.schema.types
 

Methods in org.nuxeo.ecm.core.schema.types that return Constraint
 Constraint[] SimpleTypeImpl.getConstraints()
           
 

Methods in org.nuxeo.ecm.core.schema.types with parameters of type Constraint
 void SimpleTypeImpl.setConstraints(Constraint[] constraints)
           
 

Uses of Constraint in org.nuxeo.ecm.core.schema.types.constraints
 

Classes in org.nuxeo.ecm.core.schema.types.constraints that implement Constraint
 class StringLengthConstraint
          String length constraint.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.