public interface ISearchDelegator
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
searchJobs(java.lang.String words,
SearchJobsOptions opts)
Search for jobs that contain the specified words in the search engine's
index.
|
java.util.List<java.lang.String> searchJobs(java.lang.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.