@RemoteServiceRelativePath(value="Search")
public interface OKMSearchService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
void |
deleteSearch(long id) |
GWTResultSet |
find(GWTQueryParams params) |
GWTResultSet |
findMoreLikeThis(String uuid) |
GWTResultSet |
findPaginated(GWTQueryParams params,
int offset,
int limit) |
GWTResultSet |
findSimpleQueryPaginated(String statement,
int offset,
int limit) |
List<GWTQueryParams> |
getAllSearchs() |
List<GWTKeyword> |
getKeywordMap(List<String> filter) |
Long |
saveSearch(GWTQueryParams params,
String type) |
void |
share(long qpId) |
void |
unshare(long qpId) |
List<GWTQueryParams> getAllSearchs() throws OKMException
OKMExceptionLong saveSearch(GWTQueryParams params, String type) throws OKMException
OKMExceptionvoid deleteSearch(long id)
throws OKMException
OKMExceptionGWTResultSet findPaginated(GWTQueryParams params, int offset, int limit) throws OKMException
OKMExceptionList<GWTKeyword> getKeywordMap(List<String> filter) throws OKMException
OKMExceptionGWTResultSet find(GWTQueryParams params) throws OKMException
OKMExceptionvoid share(long qpId)
throws OKMException
OKMExceptionvoid unshare(long qpId)
throws OKMException
OKMExceptionGWTResultSet findSimpleQueryPaginated(String statement, int offset, int limit) throws OKMException
OKMExceptionGWTResultSet findMoreLikeThis(String uuid) throws OKMException
OKMExceptionCopyright © 2017 Open Knowledge Management System S.L.. All rights reserved.