Package energy.eddie.aiida.web
Class LatestRecordController
java.lang.Object
energy.eddie.aiida.web.LatestRecordController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlatestDataSourceRecord(UUID dataSourceId) latestInboundPermissionRecord(UUID permissionId) latestOutboundPermissionRecord(UUID permissionId)
-
Constructor Details
-
LatestRecordController
-
-
Method Details
-
latestDataSourceRecord
@GetMapping("data-source/{id}/latest") public LatestDataSourceRecordDto latestDataSourceRecord(@PathVariable("id") UUID dataSourceId) throws LatestAiidaRecordNotFoundException, DataSourceNotFoundException -
latestOutboundPermissionRecord
@GetMapping("permission/{id}/outbound/latest") public LatestOutboundPermissionRecordDto latestOutboundPermissionRecord(@PathVariable("id") UUID permissionId) throws LatestPermissionRecordNotFoundException -
latestInboundPermissionRecord
@GetMapping("permission/{id}/inbound/latest") public LatestInboundPermissionRecordDto latestInboundPermissionRecord(@PathVariable("id") UUID permissionId) throws PermissionNotFoundException, InvalidDataSourceTypeException, InboundRecordNotFoundException
-