com.semarchy.mdm.runtime.model.integration
Interface IPluginValidationSubPhase
- All Superinterfaces:
- IPhase
public interface IPluginValidationSubPhase
- extends IPhase
Represents a plugin constraint validation sub phase
- Author:
- skamel
MAX_CONSNAME_LEN
static final int MAX_CONSNAME_LEN
- See Also:
- Constant Field Values
MAX_CONSTYPE_LEN
static final int MAX_CONSTYPE_LEN
- See Also:
- Constant Field Values
getConstraintName
String getConstraintName()
- Returns:
- the name of the constraint being validated. Name should not exceed
MAX_CONSNAME_LEN
chars
getConstraintType
String getConstraintType()
- Returns:
- the type of constraint being validated. String should not exceed
MAX_CONSTYPE_LEN
getTask
IPluginValidatorTaskDefinition getTask()
- Returns:
- the one and only one
IPluginValidatorTaskDefinition
that contains the logic for executing this validation
Copyright © 2015. All Rights Reserved.