public class TransformationHasTransLogConfiguredImportRule extends BaseImportRule implements ImportRuleInterface
XML_TAG
Constructor and Description |
---|
TransformationHasTransLogConfiguredImportRule() |
Modifier and Type | Method and Description |
---|---|
String |
getConnectionName() |
String |
getSchemaName() |
String |
getTableName() |
String |
getXML() |
void |
loadXML(Node ruleNode) |
void |
setConnectionName(String connectionName) |
void |
setSchemaName(String schemaName) |
void |
setTableName(String tableName) |
List<ImportValidationFeedback> |
verifyRule(Object subject)
Validate the rule against a subject (transformation, job, database, ...)
|
clone, getCompositeClassName, getId, isEnabled, isUnique, setEnabled, setId, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clone, getCompositeClassName, getId, isEnabled, isUnique, setEnabled, setId
public TransformationHasTransLogConfiguredImportRule()
public List<ImportValidationFeedback> verifyRule(Object subject)
ImportRuleInterface
verifyRule
in interface ImportRuleInterface
verifyRule
in class BaseImportRule
subject
- The subject to validate againstpublic String getXML()
getXML
in interface ImportRuleInterface
getXML
in class BaseImportRule
public void loadXML(Node ruleNode) throws KettleException
loadXML
in interface ImportRuleInterface
loadXML
in class BaseImportRule
KettleException
public String getSchemaName()
public void setSchemaName(String schemaName)
schemaName
- the schemaName to setpublic String getTableName()
public void setTableName(String tableName)
tableName
- the tableName to setpublic String getConnectionName()
public void setConnectionName(String connectionName)
connectionName
- the connectionName to setCopyright © 2018 Hitachi Vantara. All rights reserved.