public class DedupUserActionsDAOImpl extends AbstractDedupDAO implements DedupUserActionsDAO
serviceLocator| Constructor and Description |
|---|
DedupUserActionsDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
commit(SimilarityGroup group)
Commit the changes on the dedup index.
|
Map<String,List<String>> |
listConfigurations()
List dedup configurations defined in the information system.
|
OafResult |
search(String type,
String userQuery,
String actionSet,
int start,
int rows,
String fields)
Search on the Dedup index.
|
OafResult |
searchById(String actionSet,
String type,
String objidentifier,
List<String> fields)
Search by id on the dedup index.
|
public Map<String,List<String>> listConfigurations() throws eu.dnetlib.enabling.is.lookup.rmi.ISLookUpException
DedupUserActionsDAOlistConfigurations in interface DedupUserActionsDAOeu.dnetlib.enabling.is.lookup.rmi.ISLookUpException - the IS look up exceptionpublic OafResult search(String type, String userQuery, String actionSet, int start, int rows, String fields) throws Exception
DedupUserActionsDAOsearch in interface DedupUserActionsDAOtype - the typeuserQuery - the user queryactionSet - the action setstart - the startrows - the rowsfields - the fieldsException - the exceptionpublic OafResult searchById(String actionSet, String type, String objidentifier, List<String> fields) throws Exception
DedupUserActionsDAOsearchById in interface DedupUserActionsDAOactionSet - the action settype - the typeobjidentifier - the objidentifierfields - the fieldsException - the exceptionpublic boolean commit(SimilarityGroup group) throws Exception
DedupUserActionsDAOcommit in interface DedupUserActionsDAOgroup - the groupException - the exceptionCopyright © 2018. All rights reserved.