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

All Superinterfaces:
IPhase

public interface IEnrichPhase
extends IPhase

Represents the overall enrichment phase and gives access to each IEnricher phases through the getEnrichSubPhases()

Author:
skamel

Method Summary
 List<IEnrichSubPhase> getEnrichSubPhases()
           
 
Methods inherited from interface com.semarchy.mdm.runtime.model.integration.IPhase
getName, getPostTasks, getPreTasks
 

Method Detail

getEnrichSubPhases

List<IEnrichSubPhase> getEnrichSubPhases()
Returns:
the ordered non null list (potentially empty) of enricher sub phases


Copyright © 2015. All Rights Reserved.