Interface IFinder
- 
- All Known Subinterfaces:
 Finder,IInterfacedFinder
- All Known Implementing Classes:
 BaseFinder,CompositeFinder,GeneratedFinder,ReloadableFinder
@Deprecated public interface IFinder
Deprecated.Use Finder instead 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIFinder.FindCallbackDeprecated. 
- 
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default voidfind(SearchQuery query, IFinder.FindCallback callback, ProgressMonitor monitor)Deprecated.the default behavior is provided in order to guarantee a two-way compatibilitydefault SearchResultsfind(SearchQuery query, ProgressMonitor monitor)Deprecated.a straight-forward version of the search process: we ask, we wait, we get the results // @deprecated 
 - 
 
- 
- 
Method Detail
- 
find
@NotNull default SearchResults find(@NotNull SearchQuery query, @NotNull ProgressMonitor monitor)
Deprecated.a straight-forward version of the search process: we ask, we wait, we get the results // @deprecated 
- 
find
default void find(@NotNull SearchQuery query, @NotNull IFinder.FindCallback callback, @NotNull ProgressMonitor monitor)
Deprecated.the default behavior is provided in order to guarantee a two-way compatibility 
 - 
 
 -