Uses of Class
com._1c.g5.v8.dt.compare.model.ObjectsTriple
-
Packages that use ObjectsTriple Package Description com._1c.g5.v8.dt.compare.core com._1c.g5.v8.dt.compare.settings.model com._1c.g5.v8.dt.compare.store com._1c.g5.v8.dt.testing.compare -
-
Uses of ObjectsTriple in com._1c.g5.v8.dt.compare.core
Methods in com._1c.g5.v8.dt.compare.core that return types with arguments of type ObjectsTriple Modifier and Type Method Description Collection<ObjectsTriple<String>>
IComparisonSession. getComparedObjectsCorrespondences()
Returns a collection of correspondences between compared objects.List<ObjectsTriple<String>>
ComparisonProcessSettings. getCorrespondences()
List<ObjectsTriple<String>>
IComparisonProcessSettings. getCorrespondences()
Returns the list of explicit correspondences between main and other objects and their common ancestor (optional) that must be used in the process.Method parameters in com._1c.g5.v8.dt.compare.core with type arguments of type ObjectsTriple Modifier and Type Method Description ComparisonProcessSettings.ComparisonSettingsBuilder
ComparisonProcessSettings.ComparisonSettingsBuilder. correspondences(List<ObjectsTriple<String>> correspondences)
Sets the explicit correspondences to be used in the process.Constructors in com._1c.g5.v8.dt.compare.core with parameters of type ObjectsTriple Constructor Description ExternalPropertyComparisonData(AbstractComparedEmfObjects<?> parentComparingObjects, ComparedSymlinks extPropSymlinks, ComparedFeatures<org.eclipse.emf.ecore.EReference> extPropFeatures, ObjectsTriple<String> qualifyingTypes)
Creates external property data instance.Constructor parameters in com._1c.g5.v8.dt.compare.core with type arguments of type ObjectsTriple Constructor Description ComparisonProcessSettings(MatchingStrategy matchingStrategy, List<ObjectsTriple<String>> correspondences, IMergeSettingsModel mergeSettingsModel)
Constructs a settings object with the specified values. -
Uses of ObjectsTriple in com._1c.g5.v8.dt.compare.settings.model
Methods in com._1c.g5.v8.dt.compare.settings.model that return types with arguments of type ObjectsTriple Modifier and Type Method Description List<ObjectsTriple<String>>
RestoredMergeSettings. getComparedObjectsCorrespondences()
Returns the list of explicit correspondences between main, other and ancestor objects.Constructor parameters in com._1c.g5.v8.dt.compare.settings.model with type arguments of type ObjectsTriple Constructor Description RestoredMergeSettings(List<ObjectsTriple<String>> comparedObjectsCorrespondences, IMergeSettingsModel mergeSettingsModel)
Creates restored merge settings instance. -
Uses of ObjectsTriple in com._1c.g5.v8.dt.compare.store
Methods in com._1c.g5.v8.dt.compare.store that return types with arguments of type ObjectsTriple Modifier and Type Method Description Collection<ObjectsTriple<String>>
IComparisonProcessStore. getCorrespondences(ComparisonProcessHandle handle)
Returns explicit correspondence and exclusion information as a collection of triple of symbolic links. -
Uses of ObjectsTriple in com._1c.g5.v8.dt.testing.compare
Methods in com._1c.g5.v8.dt.testing.compare with parameters of type ObjectsTriple Modifier and Type Method Description static void
CompareTestUtils. setCorrespondencesAndWait(IComparisonManager comparisonManager, IComparisonSession session, ObjectsTriple<String> correspondence)
Method parameters in com._1c.g5.v8.dt.testing.compare with type arguments of type ObjectsTriple Modifier and Type Method Description static CompareMergeProcessBatch
CompareTestUtils. createComparisonBatchMergeObjectsContent(MatchingStrategy matchingStrategy, List<ObjectsTriple<String>> correspondences, ComparisonProcessHandle... handles)
-