public class UCOAttributeAuditRuleCollection extends AttributeRuleCollection<UCOAttributeAuditIF>
globalRulesrules| Constructor and Description |
|---|
UCOAttributeAuditRuleCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRule(RuleIF r)
Attempts to add a single rule instance to the collection.
|
void |
execute(DmcUncheckedObject uco,
String attributeName,
UcoDataStoreIF in,
UcoDataStoreIF out,
UcoFeedbackIF listener) |
addThisRule, getRules, toStringaddRulespublic void addRule(RuleIF r)
RuleCollectionaddRule in class RuleCollection<UCOAttributeAuditIF>r - the rule to be added.public void execute(DmcUncheckedObject uco, String attributeName, UcoDataStoreIF in, UcoDataStoreIF out, UcoFeedbackIF listener) throws DmcRuleExceptionSet
uco - The object at which the audit begins:attributeName - The attribute to be audited:in - The data store from which objects can be retrieved:out - The data store to which objects may be written:listener - The feedback listener:DmcRuleExceptionSetCopyright © 2023. All rights reserved.