Package wt.lotbaseline
Interface LotBaselinBusinessRuleDelegateInterface
- All Known Implementing Classes:
LotBaselinBusinessRuleDelegate
public interface LotBaselinBusinessRuleDelegateInterface
This class acts as delegate for the business rules which are in same BusinessRuleSet.
Customization point to allow Logical AND or OR between multiple business rules.
Delegates are registered in service.properties. Below is the example.
This delegate registered with selector key is used while evaluating rules for Business Rule Set LOCK_FLOATING_BASELINE_MEMBER_RULE_SET.
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionbooleanUsed to indicate processBussinessRuleValidationResultSet API to return true only if all business rule matched the logical condition.
-
Method Details
-
processBusinessRulesWithAnd
boolean processBusinessRulesWithAnd()Used to indicate processBussinessRuleValidationResultSet API to return true only if all business rule matched the logical condition.
Supported API: true- Returns:
-