@Controller
public class MDStoreInspector
extends eu.dnetlib.enabling.inspector.AbstractInspectorController
| Constructor and Description |
|---|
MDStoreInspector() |
| Modifier and Type | Method and Description |
|---|---|
String |
bulkReplace(org.springframework.ui.Model model,
String id,
String regex,
String replace,
Boolean checkReplace) |
String |
doGarbage(org.springframework.ui.Model model) |
String |
dropUsedCollection(org.springframework.ui.Model model,
String mdId,
String id) |
String |
invalidTransactionCollection(org.springframework.ui.Model model,
String mdId,
String id) |
String |
mdstore(org.springframework.ui.Model model,
String id,
Integer startParam,
String regex) |
String |
mdstoreDeleteRecord(org.springframework.ui.Model model,
String mdId,
String docId) |
void |
mdstoreEditRecord(org.springframework.ui.Model model,
String mdId,
String docId) |
String |
mdstoreEnsureIndex(org.springframework.ui.Model model,
String mdId) |
void |
mdstoreInfoTransaction(org.springframework.ui.Model model,
String id) |
void |
mdstores(org.springframework.ui.Model model) |
String |
mdstoreSaveRecord(org.springframework.ui.Model model,
String mdId,
String body) |
String |
mdstoresRefreshSizes(org.springframework.ui.Model model) |
String |
refreshSizes(org.springframework.ui.Model model) |
@RequestMapping(value="/inspector/mdstores.do")
public void mdstores(org.springframework.ui.Model model)
throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceException@RequestMapping(value="/inspector/mdstore.do",
method=GET)
public String mdstore(org.springframework.ui.Model model,
@RequestParam(value="id")
String id,
@RequestParam(value="start",required=false)
Integer startParam,
@RequestParam(value="regex",required=false)
String regex)
throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceException@RequestMapping(value="/inspector/mdstore.do",
method=POST)
public String bulkReplace(org.springframework.ui.Model model,
@RequestParam(value="id")
String id,
@RequestParam(value="regex")
String regex,
@RequestParam(value="replace")
String replace,
@RequestParam(value="checkReplace",required=false)
Boolean checkReplace)
throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceException@RequestMapping(value="/inspector/mdstoreEditResult.do")
public void mdstoreEditRecord(org.springframework.ui.Model model,
@RequestParam(value="mdId")
String mdId,
@RequestParam(value="docId")
String docId)
throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceException@RequestMapping(value="/inspector/mdstoreSaveRecord.do") public String mdstoreSaveRecord(org.springframework.ui.Model model, @RequestParam(value="mdId") String mdId, @RequestParam(value="body") String body) throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceException@RequestMapping(value="/inspector/mdstoreDeleteRecord.do") public String mdstoreDeleteRecord(org.springframework.ui.Model model, @RequestParam(value="mdId") String mdId, @RequestParam(value="docId") String docId) throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceException@RequestMapping(value="/inspector/mdstoresRefreshSizes.do") public String mdstoresRefreshSizes(org.springframework.ui.Model model) throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceException@RequestMapping(value="/inspector/ensure.do") public String mdstoreEnsureIndex(org.springframework.ui.Model model, @RequestParam(value="id") String mdId) throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceException@RequestMapping(value="/inspector/infoTransaction.do")
public void mdstoreInfoTransaction(org.springframework.ui.Model model,
@RequestParam(value="id")
String id)
throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceException@RequestMapping(value="/inspector/dropUsedCollection.do") public String dropUsedCollection(org.springframework.ui.Model model, @RequestParam(value="mdId") String mdId, @RequestParam(value="id") String id) throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceException@RequestMapping(value="/inspector/invalidTransactionCollection.do") public String invalidTransactionCollection(org.springframework.ui.Model model, @RequestParam(value="mdId") String mdId, @RequestParam(value="id") String id) throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceException@RequestMapping(value="/inspector/refreshSizes.do") public String refreshSizes(org.springframework.ui.Model model) throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceException@RequestMapping(value="/inspector/doGarbage.do") public String doGarbage(org.springframework.ui.Model model) throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceExceptionCopyright © 2025. All rights reserved.