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.supply
Methods in com._1c.g5.v8.dt.compare.core.supply that return IDataReference Modifier and Type Method Description IDataReference
ISupplyDataReferenceProviderComparisonDelegate. 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 IDataReference
BaseSupplyDataReferenceProviderComparisonDelegate. 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.supply
Methods in com._1c.g5.v8.dt.md.compare.supply that return IDataReference Modifier and Type Method Description IDataReference
MdSupplyReferenceProviderComparisonDelegate. 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.supply
Methods in com._1c.g5.v8.dt.supply that return IDataReference Modifier and Type Method Description IDataReference
IDataReferenceProvider. 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.datareference
Subinterfaces of IDataReference in com._1c.g5.v8.dt.supply.datareference Modifier and Type Interface Description interface
IContainmentDataReference
Containment data reference.interface
IPropertyDataReference
The 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 class
FqnContainmentDataReference
Data reference to contaiment object having fully qualified names.class
IntegratedReferencesOnlyTarget
This references targets the collection for the 'supply integrated references only' supplement rule.class
UniqueNameContainmentDataReference
Addresses a naturally unique name of an element within a specific hierarchy of objects.
-