public class MDStoreFeeder extends Object
| Constructor and Description |
|---|
MDStoreFeeder() |
| Modifier and Type | Method and Description |
|---|---|
void |
feed(String mdId,
String rsEpr,
String storingType,
boolean sync,
List<MDFormatDescription> mdformats,
com.googlecode.sarasvati.GraphProcess graphProcess,
DoneCallback doneCallback,
FailedCallback failCallback) |
MDStoreDao |
getDao() |
eu.dnetlib.enabling.resultset.client.ResultSetClientFactory |
getResultSetClientFactory() |
eu.dnetlib.enabling.locators.UniqueServiceLocator |
getServiceLocator() |
boolean |
isSyncFeed() |
void |
setDao(MDStoreDao dao) |
void |
setResultSetClientFactory(eu.dnetlib.enabling.resultset.client.ResultSetClientFactory resultSetClientFactory) |
void |
setServiceLocator(eu.dnetlib.enabling.locators.UniqueServiceLocator serviceLocator) |
void |
setSyncFeed(boolean syncFeed) |
void |
touch(String mdId,
int size)
Sets the last modified date in the profile.
|
void |
touchSize(String mdId,
int size) |
public void feed(String mdId, String rsEpr, String storingType, boolean sync, List<MDFormatDescription> mdformats, com.googlecode.sarasvati.GraphProcess graphProcess, DoneCallback doneCallback, FailedCallback failCallback) throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceExceptionpublic void touch(String mdId, int size)
mdId - public void touchSize(String mdId, int size)
public MDStoreDao getDao()
public void setDao(MDStoreDao dao)
public eu.dnetlib.enabling.resultset.client.ResultSetClientFactory getResultSetClientFactory()
public void setResultSetClientFactory(eu.dnetlib.enabling.resultset.client.ResultSetClientFactory resultSetClientFactory)
public boolean isSyncFeed()
public void setSyncFeed(boolean syncFeed)
public eu.dnetlib.enabling.locators.UniqueServiceLocator getServiceLocator()
public void setServiceLocator(eu.dnetlib.enabling.locators.UniqueServiceLocator serviceLocator)
Copyright © 2025. All rights reserved.