|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringSearchResult | |
---|---|
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. |
Uses of StringSearchResult in org.pentaho.di.core.reflection |
---|
Method parameters in org.pentaho.di.core.reflection with type arguments of type StringSearchResult | |
---|---|
static void |
StringSearcher.findMetaData(Object object,
int level,
List<StringSearchResult> stringList,
Object parentObject,
Object grandParentObject)
|
Uses of StringSearchResult in org.pentaho.di.job |
---|
Methods in org.pentaho.di.job that return types with arguments of type StringSearchResult | |
---|---|
List<StringSearchResult> |
JobMeta.getStringList(boolean searchSteps,
boolean searchDatabases,
boolean searchNotes)
Get a list of all the strings used in this job. |
Uses of StringSearchResult in org.pentaho.di.trans |
---|
Methods in org.pentaho.di.trans that return types with arguments of type StringSearchResult | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |