Uses of Class
org.pentaho.di.core.reflection.StringSearchResult
-
Packages that use StringSearchResult Package Description org.pentaho.di.core.reflection org.pentaho.di.job org.pentaho.di.trans -
-
Uses of StringSearchResult in org.pentaho.di.core.reflection
Method parameters in org.pentaho.di.core.reflection with type arguments of type StringSearchResult Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method 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.
-