Interface ITargetDS

All Known Implementing Classes:
ReportingTargetDS, XmlTargetDS, XmlTargetDS

public interface ITargetDS
This interface defines the methods needed to initialize a target for a data rule.
Since:
8.3
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    The method should return the source field name.
    The method should return the target attribute fullname (entity.attribute).
  • Method Details

    • getTargetAttribute

      String getTargetAttribute()
      The method should return the target attribute fullname (entity.attribute).
      Returns:
      The target attribute fullname, may not be null.
    • getSourceFieldName

      String getSourceFieldName()
      The method should return the source field name.
      Returns:
      The name source field, may not be null.