| 程序包 | 说明 |
|---|---|
| org.pentaho.di.core.reflection | |
| org.pentaho.di.job |
This package contains the different elements that make up a Job.
|
| org.pentaho.di.trans |
This package contains the classes needed to define and execute transformations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
StringSearcher.findMetaData(Object object,
int level,
List<StringSearchResult> stringList,
Object parentObject,
Object grandParentObject) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<StringSearchResult> |
JobMeta.getStringList(boolean searchSteps,
boolean searchDatabases,
boolean searchNotes)
Get a list of all the strings used in this job.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<StringSearchResult> |
TransMeta.getStringList(boolean searchSteps,
boolean searchDatabases,
boolean searchNotes)
Get a list of all the strings used in this transformation.
|
List<StringSearchResult> |
TransMeta.getStringList(boolean searchSteps,
boolean searchDatabases,
boolean searchNotes,
boolean includePasswords)
Gets a list of all the strings used in this transformation.
|
Copyright © 2024 Hitachi Vantara. All rights reserved.