Uses of Interface
com._1c.g5.aef2.standard.definitions.rules.IRuleInput
-
-
Uses of IRuleInput in com._1c.g5.aef2.standard.definitions.models
Methods in com._1c.g5.aef2.standard.definitions.models that return IRuleInput Modifier and Type Method Description IRuleInput
IManagingModel. createRuleInput()
Creates and returns a newly created rule input. -
Uses of IRuleInput in com._1c.g5.aef2.standard.definitions.rules
Classes in com._1c.g5.aef2.standard.definitions.rules that implement IRuleInput Modifier and Type Class Description class
RuleInput
The basic implementation ofIRuleInput
.Methods in com._1c.g5.aef2.standard.definitions.rules that return IRuleInput Modifier and Type Method Description static IRuleInput
RuleInput. create(Object... objects)
Creates a new instance ofIRuleInput
.Methods in com._1c.g5.aef2.standard.definitions.rules with parameters of type IRuleInput Modifier and Type Method Description IRuleResult
AbstractRule. getResult(IRuleInput input)
IRuleResult
IRule. getResult(IRuleInput input)
Returns the result of the rule.IRuleResult
MultiRule. getResult(IRuleInput input)
-
Uses of IRuleInput in com._1c.g5.properties.ui
Methods in com._1c.g5.properties.ui that return IRuleInput Modifier and Type Method Description IRuleInput
PropertyPaletteModel. createRuleInput()
-
Uses of IRuleInput in com._1c.g5.v8.dt.md.ui.properties.models
Methods in com._1c.g5.v8.dt.md.ui.properties.models that return IRuleInput Modifier and Type Method Description IRuleInput
MdPropertyPaletteModel. createRuleInput()
-
Uses of IRuleInput in com._1c.g5.v8.dt.ui.aef.definitions.rules
Subinterfaces of IRuleInput in com._1c.g5.v8.dt.ui.aef.definitions.rules Modifier and Type Interface Description interface
IDtRuleInput
TheIRuleInput
for DT-specific rules.Classes in com._1c.g5.v8.dt.ui.aef.definitions.rules that implement IRuleInput Modifier and Type Class Description class
DtRuleInput
TheIDtRuleInput
implementation.Methods in com._1c.g5.v8.dt.ui.aef.definitions.rules that return IRuleInput Modifier and Type Method Description static IRuleInput
DtRuleInput. create(IV8ProjectManager v8projectManager, IContainerDefinition root, Object... objects)
Creates a new instance ofIRuleInput
.static IRuleInput
DtRuleInput. create(IV8ProjectManager v8projectManager, Collection<IContainerDefinition> roots, Object... objects)
Creates a new instance ofIRuleInput
.Methods in com._1c.g5.v8.dt.ui.aef.definitions.rules with parameters of type IRuleInput Modifier and Type Method Description IRuleResult
AbstractRule. getResult(IRuleInput input)
-
Uses of IRuleInput in com._1c.g5.v8.dt.ui.editor.aef.model
Methods in com._1c.g5.v8.dt.ui.editor.aef.model that return IRuleInput Modifier and Type Method Description IRuleInput
AbstractDtGranularEditorManagingModel. createRuleInput()
-