Uses of Interface
com._1c.g5.aef2.standard.definitions.rules.IRuleInput
- 
- 
Uses of IRuleInput in com._1c.g5.aef2.standard.definitions.modelsMethods in com._1c.g5.aef2.standard.definitions.models that return IRuleInput Modifier and Type Method Description IRuleInputIManagingModel. createRuleInput()Creates and returns a newly created rule input.
- 
Uses of IRuleInput in com._1c.g5.aef2.standard.definitions.rulesClasses in com._1c.g5.aef2.standard.definitions.rules that implement IRuleInput Modifier and Type Class Description classRuleInputThe basic implementation ofIRuleInput.Methods in com._1c.g5.aef2.standard.definitions.rules that return IRuleInput Modifier and Type Method Description static IRuleInputRuleInput. 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 IRuleResultAbstractRule. getResult(IRuleInput input)IRuleResultIRule. getResult(IRuleInput input)Returns the result of the rule.IRuleResultMultiRule. getResult(IRuleInput input)
- 
Uses of IRuleInput in com._1c.g5.properties.uiMethods in com._1c.g5.properties.ui that return IRuleInput Modifier and Type Method Description IRuleInputPropertyPaletteModel. createRuleInput()
- 
Uses of IRuleInput in com._1c.g5.v8.dt.md.ui.properties.modelsMethods in com._1c.g5.v8.dt.md.ui.properties.models that return IRuleInput Modifier and Type Method Description IRuleInputMdPropertyPaletteModel. createRuleInput()
- 
Uses of IRuleInput in com._1c.g5.v8.dt.ui.aef.definitions.rulesSubinterfaces of IRuleInput in com._1c.g5.v8.dt.ui.aef.definitions.rules Modifier and Type Interface Description interfaceIDtRuleInputTheIRuleInputfor DT-specific rules.Classes in com._1c.g5.v8.dt.ui.aef.definitions.rules that implement IRuleInput Modifier and Type Class Description classDtRuleInputTheIDtRuleInputimplementation.Methods in com._1c.g5.v8.dt.ui.aef.definitions.rules that return IRuleInput Modifier and Type Method Description static IRuleInputDtRuleInput. create(IV8ProjectManager v8projectManager, IContainerDefinition root, Object... objects)Creates a new instance ofIRuleInput.static IRuleInputDtRuleInput. 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 IRuleResultAbstractRule. getResult(IRuleInput input)
- 
Uses of IRuleInput in com._1c.g5.v8.dt.ui.editor.aef.modelMethods in com._1c.g5.v8.dt.ui.editor.aef.model that return IRuleInput Modifier and Type Method Description IRuleInputAbstractDtGranularEditorManagingModel. createRuleInput()
 
-