Uses of Class
org.apache.hop.core.reflection.StringSearchResult
-
Packages that use StringSearchResult Package Description org.apache.hop.core.reflection org.apache.hop.pipeline org.apache.hop.workflow -
-
Uses of StringSearchResult in org.apache.hop.core.reflection
Method parameters in org.apache.hop.core.reflection with type arguments of type StringSearchResult Modifier and Type Method Description static voidStringSearcher. findMetaData(Object object, int level, List<StringSearchResult> stringList, Object parentObject, Object grandParentObject) -
Uses of StringSearchResult in org.apache.hop.pipeline
Methods in org.apache.hop.pipeline that return types with arguments of type StringSearchResult Modifier and Type Method Description List<StringSearchResult>PipelineMeta. getStringList(boolean searchTransforms, boolean searchDatabases, boolean searchNotes)Get a list of all the strings used in this pipeline.List<StringSearchResult>PipelineMeta. getStringList(boolean searchTransforms, boolean searchDatabases, boolean searchNotes, boolean includePasswords)Gets a list of all the strings used in this pipeline. -
Uses of StringSearchResult in org.apache.hop.workflow
Methods in org.apache.hop.workflow that return types with arguments of type StringSearchResult Modifier and Type Method Description List<StringSearchResult>WorkflowMeta. getStringList(boolean searchTransforms, boolean searchDatabases, boolean searchNotes)Get a list of all the strings used in this workflow.
-