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

Field Summary
static int MAX_CONSNAME_LEN
           
static int MAX_CONSTYPE_LEN
           
 
Method Summary
 String getConstraintName()
           
 String getConstraintType()
           
 IPluginValidatorTaskDefinition getTask()
           
 
Methods inherited from interface com.semarchy.mdm.runtime.model.integration.IPhase
getName, getPostTasks, getPreTasks
 

Field Detail

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
Method Detail

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.