Package org.pentaho.di.imp.rules
Class JobHasNoDisabledHopsImportRule
- java.lang.Object
 - 
- org.pentaho.di.imp.rules.BaseImportRule
 - 
- org.pentaho.di.imp.rules.JobHasNoDisabledHopsImportRule
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,ImportRuleInterface
public class JobHasNoDisabledHopsImportRule extends BaseImportRule implements ImportRuleInterface
 
- 
- 
Field Summary
- 
Fields inherited from class org.pentaho.di.imp.rules.BaseImportRule
XML_TAG 
 - 
 
- 
Constructor Summary
Constructors Constructor Description JobHasNoDisabledHopsImportRule() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetXML()voidloadXML(Node ruleNode)List<ImportValidationFeedback>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, toString 
- 
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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
verifyRule
public List<ImportValidationFeedback> verifyRule(Object subject)
Description copied from interface:ImportRuleInterfaceValidate the rule against a subject (transformation, job, database, ...)- Specified by:
 verifyRulein interfaceImportRuleInterface- Specified by:
 verifyRulein classBaseImportRule- Parameters:
 subject- The subject to validate against- Returns:
 - The feedback list consists of a series of approvals and/or warnings and/or errors.
 
 
- 
getXML
public String getXML()
- Specified by:
 getXMLin interfaceImportRuleInterface- Overrides:
 getXMLin classBaseImportRule
 
- 
loadXML
public void loadXML(Node ruleNode) throws org.pentaho.di.core.exception.KettleException
- Specified by:
 loadXMLin interfaceImportRuleInterface- Overrides:
 loadXMLin classBaseImportRule- Throws:
 org.pentaho.di.core.exception.KettleException
 
 - 
 
 -