Uses of Class
com.apgar.common.lib.constraint.BundledConstraint
Packages that use BundledConstraint
Package
Description
Defines constants for EBX, including common variable names, environment variable identifiers, and workflow process constants.
-
Uses of BundledConstraint in com.apgar.common.lib.constraint
Subclasses of BundledConstraint in com.apgar.common.lib.constraintModifier and TypeClassDescriptionclassGreater Than Constraint used to compare two fields.classConstraint that checks if one field is filled, the other field should be empty.classConstraint that sets mandatory the field it is defined on if the parameter mandatoringField field has the same value as the parameter mandatoringValue.classConstraint that sets mandatory the field it is defined on if the parameter mandatoringField has the same value as the mandatoringValue parameter, otherwise it should be empty.classConstraint that sets mandatory the field it is defined on if the parameter mandatoringField field has a different value than the mandatoringValue parameter.classConstraint that checks for record uniqueness across the table it is defined on and based on the fields passed as input parameters in the data model.