Interface IManagingDefinition
- All Superinterfaces:
IComponentFactory,IContainerDefinition,IDefinition
- All Known Subinterfaces:
IDtGranularEditorManagingDefinition
- All Known Implementing Classes:
DtGranularEditorManagingDefinition,ManagingDefinition
The
IContainerDefinition successor that keeps the policies for managing child definition.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the collection ofIRefresherFactoryinstances.getRule()Returns theIRuleinstance ornull.ReturnsIRuleResultProcessorinstance.Methods inherited from interface com._1c.g5.aef2.standard.definitions.IComponentFactory
createComponentMethods inherited from interface com._1c.g5.aef2.standard.definitions.IContainerDefinition
getChildren, getLayoutMethods inherited from interface com._1c.g5.aef2.standard.definitions.IDefinition
getComponentClass, getId, getLayoutData, getParametrization, getParent
-
Method Details
-
getRule
IRule getRule()Returns theIRuleinstance ornull.- Returns:
- the rule instance.
-
getRuleResultProcessor
IRuleResultProcessor getRuleResultProcessor()ReturnsIRuleResultProcessorinstance.- Returns:
IRuleResultProcessorinstance ornull.
-
getRefresherFactories
Collection<IRefresherFactory> getRefresherFactories()Returns the collection ofIRefresherFactoryinstances.- Returns:
- the collection of
IRefresherFactoryinstances, nevernull.
-