public class JobHasDescriptionImportRule extends BaseImportRule implements ImportRuleInterface
XML_TAG| Constructor and Description | 
|---|
JobHasDescriptionImportRule()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getMinLength()  | 
String | 
getXML()  | 
void | 
loadXML(Node ruleNode)  | 
void | 
setMinLength(int minLength)  | 
String | 
toString()  | 
List<ImportValidationFeedback> | 
verifyRule(Object subject)
Validate the rule against a subject (transformation, job, database, ...) 
 | 
clone, getCompositeClassName, getId, isEnabled, isUnique, setEnabled, setIdequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getCompositeClassName, getId, isEnabled, isUnique, setEnabled, setIdpublic String toString()
toString in class BaseImportRulepublic List<ImportValidationFeedback> verifyRule(Object subject)
ImportRuleInterfaceverifyRule in interface ImportRuleInterfaceverifyRule in class BaseImportRulesubject - The subject to validate againstpublic int getMinLength()
public void setMinLength(int minLength)
minLength - the minLength to setpublic String getXML()
getXML in interface ImportRuleInterfacegetXML in class BaseImportRulepublic void loadXML(Node ruleNode) throws org.pentaho.di.core.exception.KettleException
loadXML in interface ImportRuleInterfaceloadXML in class BaseImportRuleorg.pentaho.di.core.exception.KettleException