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 IRuleInput
Creates 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:IRuleInput
Returns editing objects.- Specified by:
getEditingObjects
in interfaceIRuleInput
- Returns:
- editing objects.
-
create
Creates a new instance ofIRuleInput
.- Parameters:
objects
- the objects.- Returns:
- a newly created instance.
-