Interface MergeProcess


  • public interface MergeProcess
    Provides merge process information.
    • Method Detail

      • getMergeProcessId

        java.lang.String getMergeProcessId()

        Gets the id of the merge process.

        Returns:
        String The merge process id
      • getGoldenRecord

        com.onwbp.adaptation.Adaptation getGoldenRecord()

        Gets the golden record created by the merge process.

        Returns:
        Adaptation the golden record
      • getExecutionDate

        java.util.Date getExecutionDate()

        Gets the execution date and time of a merge process.

        Returns:
        LocalDateTime The local date time of the merge process execution