org.pentaho.di.imp.rules
Class JobHasJobLogConfiguredImportRule
java.lang.Object
  
org.pentaho.di.imp.rules.BaseImportRule
      
org.pentaho.di.imp.rules.JobHasJobLogConfiguredImportRule
- All Implemented Interfaces: 
 - Cloneable, ImportRuleInterface
 
public class JobHasJobLogConfiguredImportRule
- extends BaseImportRule
- implements ImportRuleInterface
  
This rule verifies that a job contains a certain job log table configuration.
- Author:
 
  - matt
 
 
 
 
 
 
 
 
JobHasJobLogConfiguredImportRule
public JobHasJobLogConfiguredImportRule()
verifyRule
public List<ImportValidationFeedback> verifyRule(Object subject)
- Description copied from interface: 
ImportRuleInterface 
- Validate the rule against a subject (transformation, job, database, ...)
- Specified by:
 verifyRule in interface ImportRuleInterface- Specified by:
 verifyRule in class BaseImportRule
 
- 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:
 getXML in interface ImportRuleInterface- Overrides:
 getXML in class BaseImportRule
 
 
loadXML
public void loadXML(Node ruleNode)
             throws org.pentaho.di.core.exception.KettleException
- Specified by:
 loadXML in interface ImportRuleInterface- Overrides:
 loadXML in class BaseImportRule
 
- Throws:
 org.pentaho.di.core.exception.KettleException
 
getSchemaName
public String getSchemaName()
 
- Returns:
 - the schemaName
 
 
setSchemaName
public void setSchemaName(String schemaName)
 
- Parameters:
 schemaName - the schemaName to set
 
getTableName
public String getTableName()
 
- Returns:
 - the tableName
 
 
setTableName
public void setTableName(String tableName)
 
- Parameters:
 tableName - the tableName to set
 
getConnectionName
public String getConnectionName()
 
- Returns:
 - the connectionName
 
 
setConnectionName
public void setConnectionName(String connectionName)
 
- Parameters:
 connectionName - the connectionName to set