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

All Superinterfaces:
IEnrichSubPhase, IPhase

public interface IPluginEnricherSubPhase
extends IEnrichSubPhase

Represents an enrichment sub phase tied to one IPluginEnricher

Author:
skamel

Method Summary
 IPluginEnricher getEnricher()
           
 IPluginEnricherTaskDefinition getTask()
           
 
Methods inherited from interface com.semarchy.mdm.runtime.model.integration.IPhase
getName, getPostTasks, getPreTasks
 

Method Detail

getEnricher

IPluginEnricher getEnricher()
Specified by:
getEnricher in interface IEnrichSubPhase
Returns:
the enricher of this sub phase

getTask

IPluginEnricherTaskDefinition getTask()
Returns:
the one and only one task definition for this plugin enricher


Copyright © 2015. All Rights Reserved.