Uses of Class
com._1c.g5.v8.dt.supply.IntegrationContext
-
Packages that use IntegrationContext Package Description com._1c.g5.v8.dt.compare.core com._1c.g5.v8.dt.supply -
-
Uses of IntegrationContext in com._1c.g5.v8.dt.compare.core
Methods in com._1c.g5.v8.dt.compare.core that return IntegrationContext Modifier and Type Method Description IntegrationContext
IComparisonSession. getIntegrationContext()
Gets the integration settings context being associated with the comparison sessionMethods in com._1c.g5.v8.dt.compare.core with parameters of type IntegrationContext Modifier and Type Method Description void
IComparisonSession. setIntegrationContext(IntegrationContext integrationContext)
Sets the integration settings context for the comparison session -
Uses of IntegrationContext in com._1c.g5.v8.dt.supply
Methods in com._1c.g5.v8.dt.supply with parameters of type IntegrationContext 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.ObjectIntegrationSettings
ISupplySettingsManager. getObjectIntegrationSettings(String topObjectSymlink, org.eclipse.emf.ecore.EClass topObjectEClass, org.eclipse.emf.ecore.EClass targetEClass, org.eclipse.emf.ecore.EStructuralFeature targetFeature, org.eclipse.emf.ecore.EStructuralFeature containingFeature, ComparisonAssociationType associationType, IntegrationContext integrationContext, Object... contextObjects)
Gets the object integration settings for the given context.boolean
ISupplySettingsManager. hasSettings(String fqn, IntegrationContext integrationContext)
Checks if settings are present for the given FQN.
-