Interface IManagingDefinition
-
- All Superinterfaces:
IComponentFactory
,IContainerDefinition
,IDefinition
- All Known Subinterfaces:
IDtGranularEditorManagingDefinition
- All Known Implementing Classes:
DtGranularEditorManagingDefinition
,ManagingDefinition
public interface IManagingDefinition extends IContainerDefinition
TheIContainerDefinition
successor that keeps the policies for managing child definition.- See Also:
IRule
,IRefresher
,IRefresherFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<IRefresherFactory>
getRefresherFactories()
Returns the collection ofIRefresherFactory
instances.IRule
getRule()
Returns theIRule
instance ornull
.IRuleResultProcessor
getRuleResultProcessor()
ReturnsIRuleResultProcessor
instance.-
Methods inherited from interface com._1c.g5.aef2.standard.definitions.IComponentFactory
createComponent
-
Methods inherited from interface com._1c.g5.aef2.standard.definitions.IContainerDefinition
getChildren, getLayout
-
Methods inherited from interface com._1c.g5.aef2.standard.definitions.IDefinition
getComponentClass, getId, getLayoutData, getParametrization, getParent
-
-
-
-
Method Detail
-
getRuleResultProcessor
IRuleResultProcessor getRuleResultProcessor()
ReturnsIRuleResultProcessor
instance.- Returns:
IRuleResultProcessor
instance ornull
.
-
getRefresherFactories
Collection<IRefresherFactory> getRefresherFactories()
Returns the collection ofIRefresherFactory
instances.- Returns:
- the collection of
IRefresherFactory
instances, nevernull
.
-
-