com.ibm.wbiserver.brules.mgmt
Interface BusinessRuleValidateable
All known subinterfaces:
ActionNode, BusinessRule, BusinessRuleGroup, CaseEdge, ConditionNode, DecisionTable, DecisionTableRule, DecisionTableTemplateInstanceRule, Operation, OperationSelectionRecord, OperationSelectionRecordList, ParameterValue, Rule, RuleBlock, RuleSet, RuleSetRule, RuleSetTemplateInstanceRule, TemplateInstanceExpression, TemplateInstanceRule, TreeAction, TreeBlock, TreeNode
- public interface BusinessRuleValidateable
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
validate()
Validate this object and all sub-objects that are reachable from it.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
validate
- java.util.List<Problem> validate( )
Returns:
A
List
of validation errors for this object. If no errors are
found, a zero-length List
is returned.
List
ofProblem
objects is returned showing any errors found. If no errors are found, then a zero-lengthList
is returned.