public class DatabaseConfigurationImportRule extends BaseImportRule implements ImportRuleInterface
XML_TAG| Constructor and Description |
|---|
DatabaseConfigurationImportRule() |
| Modifier and Type | Method and Description |
|---|---|
ImportRuleInterface |
clone() |
DatabaseMeta |
getDatabaseMeta() |
String |
getXML() |
boolean |
isUnique() |
void |
loadXML(Node ruleNode) |
void |
setDatabaseMeta(DatabaseMeta databaseMeta) |
List<ImportValidationFeedback> |
verifyRule(Object subject)
Validate the rule against a subject (transformation, job, database, ...)
|
getCompositeClassName, getId, isEnabled, setEnabled, setId, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCompositeClassName, getId, isEnabled, setEnabled, setIdpublic boolean isUnique()
isUnique in interface ImportRuleInterfaceisUnique in class BaseImportRulepublic ImportRuleInterface clone()
clone in interface ImportRuleInterfaceclone in class BaseImportRulepublic 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 DatabaseMeta getDatabaseMeta()
public void setDatabaseMeta(DatabaseMeta databaseMeta)
databaseMeta - the databaseMeta to setCopyright © 2018 Hitachi Vantara. All rights reserved.