public interface ISearchableFactory
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
createSearchOptions()
Creates a new SearchOptions object.
|
boolean |
isSearchable()
Checks if the Search method can be called by this factory.
|
IList |
search(String query,
com4j.Com4jObject pSearchOptions)
Gets a list of objects matching the search query.
|
com4j.Com4jObject createSearchOptions()
Creates a new SearchOptions object.
IList search(String query, com4j.Com4jObject pSearchOptions)
Gets a list of objects matching the search query.
query
- Mandatory java.lang.String parameter.pSearchOptions
- Mandatory com4j.Com4jObject parameter.boolean isSearchable()
Checks if the Search method can be called by this factory.
Copyright © 2020. All rights reserved.