Uses of Interface
com._1c.g5.v8.dt.supply.IDataReference
- 
Packages that use IDataReference Package Description com._1c.g5.v8.dt.compare.core.supply com._1c.g5.v8.dt.md.compare.supply com._1c.g5.v8.dt.supply com._1c.g5.v8.dt.supply.datareference 
- 
- 
Uses of IDataReference in com._1c.g5.v8.dt.compare.core.supplyMethods in com._1c.g5.v8.dt.compare.core.supply that return IDataReference Modifier and Type Method Description IDataReferenceISupplyDataReferenceProviderComparisonDelegate. getContainmentReference(String topObjectSymlink, org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EStructuralFeature targetFeature, org.eclipse.emf.ecore.EStructuralFeature containingFeature, ComparisonNode comparisonNode, ComparisonContext comparisonContext)Delegates the call ofIDataReferenceProvider#getContainmentReference(String, EClass, EStructuralFeature, Object...)to domain-specific implementation.protected IDataReferenceBaseSupplyDataReferenceProviderComparisonDelegate. tryToFindIntegratedReferencesOnlyTarget(String topObjectSymlink, ComparisonNode comparisonNode, org.eclipse.emf.ecore.EStructuralFeature containingFeature, ComparisonContext comparisonContext)Trying to find "integrated references only" rule targets, if applicable.
- 
Uses of IDataReference in com._1c.g5.v8.dt.md.compare.supplyMethods in com._1c.g5.v8.dt.md.compare.supply that return IDataReference Modifier and Type Method Description IDataReferenceMdSupplyReferenceProviderComparisonDelegate. getContainmentReference(String topObjectSymlink, org.eclipse.emf.ecore.EClass eClass, org.eclipse.emf.ecore.EStructuralFeature targetFeature, org.eclipse.emf.ecore.EStructuralFeature containingFeature, ComparisonNode comparisonNode, ComparisonContext comparisonContext)
- 
Uses of IDataReference in com._1c.g5.v8.dt.supplyMethods in com._1c.g5.v8.dt.supply that return IDataReference Modifier and Type Method Description IDataReferenceIDataReferenceProvider. getContainmentReference(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, Object... contextObjects)Gets containment reference based on provided context.
- 
Uses of IDataReference in com._1c.g5.v8.dt.supply.datareferenceSubinterfaces of IDataReference in com._1c.g5.v8.dt.supply.datareference Modifier and Type Interface Description interfaceIContainmentDataReferenceContainment data reference.interfaceIPropertyDataReferenceThe reference to the terminal property being controlled by supplement rules.Classes in com._1c.g5.v8.dt.supply.datareference that implement IDataReference Modifier and Type Class Description classFqnContainmentDataReferenceData reference to contaiment object having fully qualified names.classIntegratedReferencesOnlyTargetThis references targets the collection for the 'supply integrated references only' supplement rule.classUniqueNameContainmentDataReferenceAddresses a naturally unique name of an element within a specific hierarchy of objects.
 
-