| Package | Description |
|---|---|
| org.delia.rule | |
| org.delia.rule.fns | |
| org.delia.rule.rules |
| Modifier and Type | Class and Description |
|---|---|
class |
AlwaysRuleGuard |
class |
NotNullGuard
Only run rule if the dval (or the dependent fields) are not-null.
|
| Constructor and Description |
|---|
DRuleBase(String name,
RuleGuard guard) |
| Constructor and Description |
|---|
DateMakeFnRule(FactoryService factorySvc,
RuleGuard guard,
Exp arg) |
DateYearFnRule(RuleGuard guard) |
LenFnRule(RuleGuard guard) |
| Constructor and Description |
|---|
CompareOpRule(RuleGuard guard,
RuleOperand oper1,
String op,
RuleOperand oper2,
DateFormatService fmtSvc) |
ContainsRule(RuleGuard guard,
RuleOperand oper1,
String arg1) |
MandatoryRule(RuleGuard guard,
String fieldName) |
MaxLenRule(RuleGuard guard,
RuleOperand oper1,
int maxlen) |
RelationManyRule(RuleGuard guard,
RuleOperand oper1,
DStructType owningType,
DTypeRegistry registry) |
RelationOneRule(RuleGuard guard,
RuleOperand oper1,
DStructType owningType,
DTypeRegistry registry,
boolean isParent) |
SampleRule(RuleGuard guard,
RuleOperand oper1,
String op,
RuleOperand oper2) |
Copyright © 2020. All rights reserved.