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.coreMethods in com._1c.g5.v8.dt.compare.core that return IntegrationContext Modifier and Type Method Description IntegrationContextIComparisonSession. 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 voidIComparisonSession. setIntegrationContext(IntegrationContext integrationContext)Sets the integration settings context for the comparison session
- 
Uses of IntegrationContext in com._1c.g5.v8.dt.supplyMethods in com._1c.g5.v8.dt.supply with parameters of type IntegrationContext Modifier and Type Method Description ModuleIntegrationSettingsISupplySettingsManager. 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.ObjectIntegrationSettingsISupplySettingsManager. 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.booleanISupplySettingsManager. hasSettings(String fqn, IntegrationContext integrationContext)Checks if settings are present for the given FQN.
 
-