com.semarchy.mdm.runtime.model.integration
Interface IConsolidatePhase

All Superinterfaces:
IPhase

public interface IConsolidatePhase
extends IPhase

Represents the record consolidation phase

Author:
skamel
See Also:
IConsolidator

Method Summary
 IConsolidator getConsolidator()
           
 List<IDBTaskDefinition> getTasks()
           
 
Methods inherited from interface com.semarchy.mdm.runtime.model.integration.IPhase
getName, getPostTasks, getPreTasks
 

Method Detail

getTasks

List<IDBTaskDefinition> getTasks()
Returns:
the non null ordered list of tasks to execute in this phase. List can be empty

getConsolidator

IConsolidator getConsolidator()
Returns:
the consolidator instance from the logical model


Copyright © 2015. All Rights Reserved.