Uses of Class
org.pentaho.di.core.reflection.StringSearchResult
Packages that use StringSearchResult
-
Uses of StringSearchResult in org.pentaho.di.core.reflection
Method parameters in org.pentaho.di.core.reflection with type arguments of type StringSearchResultModifier and TypeMethodDescriptionstatic final 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 StringSearchResultModifier and TypeMethodDescriptionJobMeta.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 StringSearchResultModifier and TypeMethodDescriptionTransMeta.getStringList
(boolean searchSteps, boolean searchDatabases, boolean searchNotes) Get a list of all the strings used in this transformation.TransMeta.getStringList
(boolean searchSteps, boolean searchDatabases, boolean searchNotes, boolean includePasswords) Gets a list of all the strings used in this transformation.