com.softwareag.centrasite.appl.framework.validation
Interface ValidationConstraint

All Superinterfaces:
Condition, Constraint, Scope
All Known Implementing Classes:
DefaultValidationConstraint

public interface ValidationConstraint
extends Constraint

A ValidationConstraint is a marker interface, which constraints implement, that are used to validate an objects state. The validation constraint is applied to the object.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.softwareag.centrasite.appl.framework.validation.Constraint
Constraint.Context, Constraint.Listener
 
Method Summary
 
Methods inherited from interface com.softwareag.centrasite.appl.framework.validation.Scope
isApplicable
 
Methods inherited from interface com.softwareag.centrasite.appl.framework.validation.Condition
check