com.semarchy.mdm.runtime.model.logical
Interface IPluginValidator
- All Superinterfaces:
- IUniquelyNamed, Serializable
public interface IPluginValidator
- extends IUniquelyNamed, Serializable
Plugin validator
- Author:
- skamel
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed |
SEP |
PLUGIN_VALIDATOR_PREFIX
static final String PLUGIN_VALIDATOR_PREFIX
- See Also:
- Constant Field Values
getDeclaringEntity
IEntity getDeclaringEntity()
getName
String getName()
getPluginID
String getPluginID()
getErrorMaxRetry
int getErrorMaxRetry()
getOnErrorBehavior
OnErrorBehavior getOnErrorBehavior()
getParams
List<IPluginParam> getParams()
getParam
IPluginParam getParam(String pName)
throws NoSuchPluginParamException
- Throws:
NoSuchPluginParamException
getInputs
List<IPluginInput> getInputs()
getValidationScope
ValidationScope getValidationScope()
getThreadPoolSize
int getThreadPoolSize()
Copyright © 2015. All Rights Reserved.