Class IntegratedReferencesOnlyTarget
java.lang.Object
com._1c.g5.v8.dt.supply.datareference.IntegratedReferencesOnlyTarget
- All Implemented Interfaces:
IPropertyDataReference
,IDataReference
This references targets the collection for the 'supply integrated references only' supplement rule.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIntegratedReferencesOnlyTarget
(String integrationTargetFqn, String collectionPropertyName) Constructs the reference. -
Method Summary
Modifier and TypeMethodDescriptionGets the name of the collection property.Gets the target FQN of the object the rule should be applied to.
-
Constructor Details
-
IntegratedReferencesOnlyTarget
Constructs the reference.- Parameters:
integrationTargetFqn
- The target FQN of the object the rule should be applied to. Can't benull
collectionPropertyName
- The name of the collection the rule should be applied to. Can't benull
-
-
Method Details
-
getCollectionPropertyName
Gets the name of the collection property.- Returns:
- The name of the collection property. Can't be
null
-
getIntegrationTargetFqn
Gets the target FQN of the object the rule should be applied to.- Returns:
- The name of the target. Can't be
null
-