| Package | Description | 
|---|---|
| org.pentaho.di.core.reflection | |
| org.pentaho.di.job | |
| org.pentaho.di.trans | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
StringSearcher.findMetaData(Object object,
            int level,
            List<StringSearchResult> stringList,
            Object parentObject,
            Object grandParentObject)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<StringSearchResult> | 
JobMeta.getStringList(boolean searchSteps,
             boolean searchDatabases,
             boolean searchNotes)
Get a list of all the strings used in this job. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 © 2020 Hitachi Vantara. All rights reserved.