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, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getCompositeClassName, getId, isEnabled, isUnique, setEnabled, setIdpublic TransformationHasTransLogConfiguredImportRule()
public List<ImportValidationFeedback> verifyRule(Object subject)
ImportRuleInterfaceverifyRule in interface ImportRuleInterfaceverifyRule in class BaseImportRulesubject - The subject to validate againstpublic String getXML()
getXML in interface ImportRuleInterfacegetXML in class BaseImportRulepublic void loadXML(Node ruleNode) throws KettleException
loadXML in interface ImportRuleInterfaceloadXML in class BaseImportRuleKettleExceptionpublic 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.