@RequestMapping(value="${croz.nrich.registry.domain:}/nrich/registry/history")
@ResponseBody
public class RegistryHistoryController
extends java.lang.Object
| Constructor and Description |
|---|
RegistryHistoryController() |
| Modifier and Type | Method and Description |
|---|---|
<T> org.springframework.data.domain.Page<net.croz.nrich.registry.api.history.model.EntityWithRevision<T>> |
historyList(@Valid net.croz.nrich.registry.api.history.request.ListRegistryHistoryRequest request) |