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, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCompositeClassName, getId, isEnabled, setEnabled, setId
public boolean isUnique()
isUnique
in interface ImportRuleInterface
isUnique
in class BaseImportRule
public ImportRuleInterface clone()
clone
in interface ImportRuleInterface
clone
in class BaseImportRule
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 DatabaseMeta getDatabaseMeta()
public void setDatabaseMeta(DatabaseMeta databaseMeta)
databaseMeta
- the databaseMeta to setCopyright © 2018 Hitachi Vantara. All rights reserved.