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
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.