Interface IRule
-
- All Known Implementing Classes:
AbstractAdoptedObjectRule
,AbstractRule
,AbstractRule
,AbstractSingleTypeRule
,AccountingRegisterRule
,AccumulationRegisterRule
,AdoptedBasicFormRule
,AdoptedBasicTemplateRule
,AdoptedCalculationRegisterRule
,AdoptedCommonPictureRule
,AdoptedConfigurationRule
,AdoptedCubeRule
,AdoptedDimensionTableRule
,AdoptedExternalDataSourceRule
,AdoptedMdObjectRule
,AdoptedSubsystemRule
,AdoptedTableRule
,AdoptedXdtoPackageRule
,BasicCommandRule
,BasicDbObjectRule
,BasicFeatureRule
,BasicFormRule
,BasicTemplateRule
,BusinessProcessRule
,CalculationRegisterRule
,CatalogRule
,ChartOfAccountsRule
,ChartOfCalculationTypesRule
,ChartOfCharacteristicTypesRule
,CommonAttributeRule
,CommonCommandRule
,CommonModuleRule
,CommonPictureRule
,ConfigurationRule
,ConstantRule
,DataHistoryRule
,DataProcessorRule
,DimensionTableRule
,DisableAllRule
,DocumentNumeratorRule
,DocumentRule
,EventSubscriptionRule
,ExchangePlanRule
,FieldRule
,FunctionalOptionRule
,FunctionRule
,InformationRegisterRule
,IntegrationServiceChannelRule
,MdObjectAvailabilityRule
,ModelEditingSupportRule
,MultiRule
,ReportRule
,StyleItemRule
,StyleRule
,SubsystemRule
,TableRule
,TaskRule
,UnsettableRule
public interface IRule
The rule that manages visibility and enablement of components that created using definition mechanism.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IRuleResult
getResult(IRuleInput input)
Returns the result of the rule.
-
-
-
Method Detail
-
getResult
IRuleResult getResult(IRuleInput input)
Returns the result of the rule.- Parameters:
input
- the input.- Returns:
- the
IRuleResult
instance.
-
-