Uses of Class
com._1c.g5.v8.dt.supply.ModuleComparisonResult
-
Packages that use ModuleComparisonResult Package Description com._1c.g5.v8.dt.supply -
-
Uses of ModuleComparisonResult in com._1c.g5.v8.dt.supply
Methods in com._1c.g5.v8.dt.supply that return ModuleComparisonResult Modifier and Type Method Description static ModuleComparisonResult
ModuleComparisonResult. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModuleComparisonResult[]
ModuleComparisonResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.supply with parameters of type ModuleComparisonResult Modifier and Type Method Description ModuleIntegrationSettings
ISupplySettingsManager. getModuleIntegrationSettings(String moduleSymlink, String sectionName, ModuleSectionType sectionType, ComparisonAssociationType moduleAssociationType, ComparisonAssociationType sectionAssociationType, ModuleChangeType changeType, ModuleComparisonResult comparisonResult, IntegrationContext integrationContext)
Gets the module integration settings for the given context.
-