Interface MergeProcess
public interface MergeProcess
Provides merge process information.
- 
Method Summary
Modifier and TypeMethodDescriptionGets the execution date and time of a merge process.com.onwbp.adaptation.AdaptationGets the golden record created by the merge process.Gets the id of the merge process. 
- 
Method Details
- 
getMergeProcessId
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
Date getExecutionDate()Gets the execution date and time of a merge process.
- Returns:
 - LocalDateTime The local date time of the merge process execution
 
 
 -