com.semarchy.mdm.runtime.model.logical
Interface IPluginEnricher
- All Superinterfaces:
- IEnricher, IUniquelyNamed, Serializable
public interface IPluginEnricher
- extends IEnricher, Serializable
Plugin enricher for an entity
- Author:
- skamel
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed |
SEP |
getPluginID
String getPluginID()
getParams
List<IPluginParam> getParams()
getErrorMaxRetry
int getErrorMaxRetry()
getOnErrorBehavior
OnErrorBehavior getOnErrorBehavior()
getParam
IPluginParam getParam(String pName)
throws NoSuchPluginParamException
- Throws:
NoSuchPluginParamException
getInputs
List<IPluginInput> getInputs()
getOutputs
List<IPluginEnricherOutput> getOutputs()
getThreadPoolSize
int getThreadPoolSize()
Copyright © 2015. All Rights Reserved.