public interface ConstraintDao
AbstractConstraintModel DAO.| Modifier and Type | Method and Description |
|---|---|
List<AbstractConstraintModel> |
getAllConstraints()
Gets all constraints instances.
|
List<AbstractConstraintModel> |
getConstraintDuplicates(AbstractConstraintModel constraintModel)
|
List<ComposedTypeModel> |
getConstraintedComposedTypes()
Gets the list of composed type 'affected' by any attached constraint, this means have
AbstractConstraintModel.TYPE set as reference to existing type in system. |
List<AbstractConstraintModel> |
getPojoRelatedConstraints()
Gets the list of the
AbstractConstraintModel which are attached to any POJO and are not attached to any
model, this means not have have AbstractConstraintModel.TYPE set as reference to existing type in
system. |
Class |
getTargetClass(ConstraintGroupModel group)
Internal use only.
|
List<ComposedTypeModel> getConstraintedComposedTypes()
AbstractConstraintModel.TYPE set as reference to existing type in system.List<AbstractConstraintModel> getPojoRelatedConstraints()
AbstractConstraintModel which are attached to any POJO and are not attached to any
model, this means not have have AbstractConstraintModel.TYPE set as reference to existing type in
system.List<AbstractConstraintModel> getAllConstraints()
List<AbstractConstraintModel> getConstraintDuplicates(AbstractConstraintModel constraintModel)
Class getTargetClass(ConstraintGroupModel group)
ConstraintGroupModel.getInterfaceName(). The class is loaded into the VM and is available during runtime.
This is needed for the validation framework only.Copyright © 2017 SAP SE. All Rights Reserved.