Class RuleInput
java.lang.Object
com._1c.g5.aef2.standard.definitions.rules.RuleInput
- All Implemented Interfaces:
IRuleInput
- Direct Known Subclasses:
DtRuleInput
The basic implementation of
IRuleInput.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRuleInputCreates a new instance ofIRuleInput.Returns editing objects.
-
Constructor Details
-
RuleInput
Creates a new rule input.- Parameters:
objects- objects.
-
-
Method Details
-
getEditingObjects
Description copied from interface:IRuleInputReturns editing objects.- Specified by:
getEditingObjectsin interfaceIRuleInput- Returns:
- editing objects.
-
create
Creates a new instance ofIRuleInput.- Parameters:
objects- the objects.- Returns:
- a newly created instance.
-