Class IntegratedReferencesOnlyTarget

java.lang.Object
com._1c.g5.v8.dt.supply.datareference.IntegratedReferencesOnlyTarget
All Implemented Interfaces:
IPropertyDataReference, IDataReference

public class IntegratedReferencesOnlyTarget extends Object implements IPropertyDataReference
This references targets the collection for the 'supply integrated references only' supplement rule.
See Also:
  • Constructor Details

    • IntegratedReferencesOnlyTarget

      public IntegratedReferencesOnlyTarget(String integrationTargetFqn, String collectionPropertyName)
      Constructs the reference.
      Parameters:
      integrationTargetFqn - The target FQN of the object the rule should be applied to. Can't be null
      collectionPropertyName - The name of the collection the rule should be applied to. Can't be null
  • Method Details

    • getCollectionPropertyName

      public String getCollectionPropertyName()
      Gets the name of the collection property.
      Returns:
      The name of the collection property. Can't be null
    • getIntegrationTargetFqn

      public String getIntegrationTargetFqn()
      Gets the target FQN of the object the rule should be applied to.
      Returns:
      The name of the target. Can't be null