Package com._1c.g5.aef2.standard.definitions.rules
-
Interface Summary Interface Description IRule The rule that manages visibility and enablement of components that created using definition mechanism.IRuleInput The input ofIRule
.IRuleResult The result ofIRule
.IRuleResultListener The interface of the rule result listener.IRuleResultProcessor The rule result processor interface.IRuleTarget The rule target interface. -
Class Summary Class Description AbstractRule Basic implementation ofIRule
.ComponentRuleTarget TheIRuleTarget
implementation that point to component described by the definition.CompositeRuleResultProcessor The composite rule result processor.MultiRule A rule implementing a list ofIRule
s.RuleInput The basic implementation ofIRuleInput
.RuleResult The basic implementation ofIRuleResult
.StandardComponentRuleResultProcessor The rule result processor forStandardComponent
s.
It processes theComponentRuleTarget
s instances from the rule result and disables/enables the entire components.