Package org.pentaho.di.imp.rule
Class ImportValidationFeedback
java.lang.Object
org.pentaho.di.imp.rule.ImportValidationFeedback
-
Constructor Summary
ConstructorsConstructorDescriptionImportValidationFeedback(ImportRuleInterface importRule, ImportValidationResultType resultType, String comment) -
Method Summary
Modifier and TypeMethodDescriptionstatic List<ImportValidationFeedback>getErrors(List<ImportValidationFeedback> feedback) booleanbooleanisError()voidsetComment(String comment) voidsetImportRule(ImportRuleInterface importRule) voidsetResultType(ImportValidationResultType resultType) toString()
-
Constructor Details
-
ImportValidationFeedback
public ImportValidationFeedback(ImportRuleInterface importRule, ImportValidationResultType resultType, String comment) - Parameters:
resultType-comment-
-
-
Method Details
-
getErrors
-
toString
-
getResultType
- Returns:
- the resultType
-
isError
public boolean isError() -
isApproval
public boolean isApproval() -
setResultType
- Parameters:
resultType- the resultType to set
-
getComment
- Returns:
- the comment
-
setComment
- Parameters:
comment- the comment to set
-
getImportRule
- Returns:
- the importRule
-
setImportRule
- Parameters:
importRule- the importRule to set
-