public class DatabaseConfigurationImportRule extends BaseImportRule implements ImportRuleInterface
XML_TAG| 构造器和说明 |
|---|
DatabaseConfigurationImportRule() |
| 限定符和类型 | 方法和说明 |
|---|---|
ImportRuleInterface |
clone() |
org.pentaho.di.core.database.DatabaseMeta |
getDatabaseMeta() |
String |
getXML() |
boolean |
isUnique() |
void |
loadXML(Node ruleNode) |
void |
setDatabaseMeta(org.pentaho.di.core.database.DatabaseMeta databaseMeta) |
List<ImportValidationFeedback> |
verifyRule(Object subject)
Validate the rule against a subject (transformation, job, database, ...)
|
getCompositeClassName, getId, isEnabled, setEnabled, setId, toStringgetCompositeClassName, getId, isEnabled, setEnabled, setIdpublic boolean isUnique()
isUnique 在接口中 ImportRuleInterfaceisUnique 在类中 BaseImportRulepublic ImportRuleInterface clone()
clone 在接口中 ImportRuleInterfaceclone 在类中 BaseImportRulepublic List<ImportValidationFeedback> verifyRule(Object subject)
ImportRuleInterfaceverifyRule 在接口中 ImportRuleInterfaceverifyRule 在类中 BaseImportRulesubject - The subject to validate againstpublic String getXML()
getXML 在接口中 ImportRuleInterfacegetXML 在类中 BaseImportRulepublic void loadXML(Node ruleNode) throws org.pentaho.di.core.exception.KettleException
loadXML 在接口中 ImportRuleInterfaceloadXML 在类中 BaseImportRuleorg.pentaho.di.core.exception.KettleExceptionpublic org.pentaho.di.core.database.DatabaseMeta getDatabaseMeta()
public void setDatabaseMeta(org.pentaho.di.core.database.DatabaseMeta databaseMeta)
databaseMeta - the databaseMeta to setCopyright © 2024 Hitachi Vantara. All rights reserved.