Class MinioObjectLockConfigurationController
java.lang.Object
cn.herodotus.oss.rest.minio.controller.MinioObjectLockConfigurationController
- All Implemented Interfaces:
cn.herodotus.engine.rest.core.controller.Controller
@RestController
@RequestMapping("/oss/minio/bucket/object-lock")
public class MinioObjectLockConfigurationController
extends Object
implements cn.herodotus.engine.rest.core.controller.Controller
Description: Minio 存储桶对象锁定管理接口
- Author:
- : gengwei.zheng
- Date:
- : 2023/6/6 23:37
-
Constructor Summary
ConstructorsConstructorDescriptionMinioObjectLockConfigurationController(MinioObjectLockConfigurationService minioObjectLockConfigurationService) -
Method Summary
Modifier and TypeMethodDescriptioncn.herodotus.engine.assistant.definition.domain.Result<Boolean>cn.herodotus.engine.assistant.definition.domain.Result<Boolean>set(SetObjectLockConfigurationRequest request) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cn.herodotus.engine.rest.core.controller.Controller
getPageInfoMap, getPageInfoMap, result, result, result, result, result, result, result, result
-
Constructor Details
-
MinioObjectLockConfigurationController
public MinioObjectLockConfigurationController(MinioObjectLockConfigurationService minioObjectLockConfigurationService)
-
-
Method Details
-
set
@Idempotent @PutMapping public cn.herodotus.engine.assistant.definition.domain.Result<Boolean> set(@Validated @RequestBody SetObjectLockConfigurationRequest request) -
delete
@Idempotent @DeleteMapping public cn.herodotus.engine.assistant.definition.domain.Result<Boolean> delete(@Validated @RequestBody DeleteObjectLockConfigurationRequest request)
-