Interface IAdvancedSearchService
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,Serializable
public interface IAdvancedSearchService
extends org.apache.wicket.util.io.IClusterable
Service interface for document search page
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
search
(AdvancedSearchFilter filter) Search documents by the given filter and redirect to the document search page
-
Field Details
-
SERVICE_ID
- See Also:
-
-
Method Details
-
search
Search documents by the given filter and redirect to the document search page- Parameters:
filter
- search filter to be applied
-