@RestController
@RequestMapping("/api/v2/aem")
public class TurAemApi
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
-
reindex
@Transactional
@GetMapping("reindex/{group}")
public Map<String,String> reindex(@PathVariable
String group)
-
reIndexOnce
@Transactional
@GetMapping("reindex/once/{group}")
public Map<String,String> reIndexOnce(@PathVariable
String group)
-
reindexGuid
@Transactional
@GetMapping("reindex/{group}/{guid}")
public Map<String,String> reindexGuid(@PathVariable
String group,
@PathVariable
String guid)