Package org.pentaho.di.imp.rules
Class JobHasDescriptionImportRule
java.lang.Object
org.pentaho.di.imp.rules.BaseImportRule
org.pentaho.di.imp.rules.JobHasDescriptionImportRule
- All Implemented Interfaces:
Cloneable
,ImportRuleInterface
-
Field Summary
Fields inherited from class org.pentaho.di.imp.rules.BaseImportRule
XML_TAG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getXML()
void
void
setMinLength
(int minLength) toString()
verifyRule
(Object subject) Validate the rule against a subject (transformation, job, database, ...)Methods inherited from class org.pentaho.di.imp.rules.BaseImportRule
clone, getCompositeClassName, getId, isEnabled, isUnique, setEnabled, setId
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.pentaho.di.imp.rule.ImportRuleInterface
clone, getCompositeClassName, getId, isEnabled, isUnique, setEnabled, setId
-
Constructor Details
-
JobHasDescriptionImportRule
public JobHasDescriptionImportRule()
-
-
Method Details
-
toString
- Overrides:
toString
in classBaseImportRule
-
verifyRule
Description copied from interface:ImportRuleInterface
Validate the rule against a subject (transformation, job, database, ...)- Specified by:
verifyRule
in interfaceImportRuleInterface
- Specified by:
verifyRule
in classBaseImportRule
- Parameters:
subject
- The subject to validate against- Returns:
- The feedback list consists of a series of approvals and/or warnings and/or errors.
-
getMinLength
public int getMinLength()- Returns:
- the minLength
-
setMinLength
public void setMinLength(int minLength) - Parameters:
minLength
- the minLength to set
-
getXML
- Specified by:
getXML
in interfaceImportRuleInterface
- Overrides:
getXML
in classBaseImportRule
-
loadXML
- Specified by:
loadXML
in interfaceImportRuleInterface
- Overrides:
loadXML
in classBaseImportRule
- Throws:
org.pentaho.di.core.exception.KettleException
-