com.semarchy.mdm.runtime.model.integration
Interface ISemQLEnricherSubPhase
- All Superinterfaces:
- IEnrichSubPhase, IPhase
public interface ISemQLEnricherSubPhase
- extends IEnrichSubPhase
Represents an enrichment sub phase tied to one ISemQLEnricher
- Author:
- skamel
getEnricher
ISemQLEnricher getEnricher()
- Specified by:
getEnricher
in interface IEnrichSubPhase
- Returns:
- the enricher of this sub phase
getTasks
List<IDBTaskDefinition> getTasks()
- Returns:
- the non null ordered list of tasks to execute in this phase. List can be empty
Copyright © 2015. All Rights Reserved.