public interface ISearchDelegator
| Modifier and Type | Method and Description |
|---|---|
List<String> |
searchJobs(String words,
SearchJobsOptions opts)
Search for jobs that contain the specified words in the search engine's
index.
|
List<String> searchJobs(String words, SearchJobsOptions opts) throws P4JavaException
Note that this is an 'undoc' Perforce command.
See also 'p4 help index'.
words - non-null words to be searched.opts - SearchJobsOptions object describing optional parameters; if
null, no options are set.P4JavaException - if an error occurs processing this method and its parameters.Copyright © 2017 Perforce Software. All Rights Reserved.