Uses of Class
io.clonecloudstore.common.quarkus.exception.CcsDeletedException
Packages that use CcsDeletedException
Package
Description
-
Uses of CcsDeletedException in io.clonecloudstore.accessor.replicator.application
Methods in io.clonecloudstore.accessor.replicator.application that throw CcsDeletedExceptionModifier and TypeMethodDescriptionvoid
RequestActionService.createObject
(ReplicatorOrder replicatorOrder) RequestActionService.deleteBucket
(ReplicatorOrder replicatorOrder) Delete bucketvoid
RequestActionService.deleteObject
(ReplicatorOrder replicatorOrder) Delete object in DB and through Replicator if needed -
Uses of CcsDeletedException in io.clonecloudstore.accessor.server.application
Methods in io.clonecloudstore.accessor.server.application that throw CcsDeletedExceptionModifier and TypeMethodDescriptionAccessorBucketService.deleteBucket
(String bucketName, String clientId, boolean isPublic) Delete bucket from bucket name if ownervoid
AccessorObjectService.deleteObject
(String bucketName, String objectName, String clientId, boolean external) Delete object in DB and through Replicator if neededGet Bucket information from bucket name -
Uses of CcsDeletedException in io.clonecloudstore.accessor.server.commons
Methods in io.clonecloudstore.accessor.server.commons that throw CcsDeletedExceptionModifier and TypeMethodDescriptionAccessorBucketServiceInterface.deleteBucket
(String bucketName, String clientId, boolean isPublic) Delete bucket from bucket namevoid
AccessorObjectServiceInterface.deleteObject
(String bucketName, String objectName, String clientId, boolean external) Delete object in DB and through Replicator if neededAccessorBucketServiceInterface.getBucket
(String bucketName, String clientId, String opId, boolean isPublic) Get Bucket information from bucket name -
Uses of CcsDeletedException in io.clonecloudstore.accessor.server.simple.application
Methods in io.clonecloudstore.accessor.server.simple.application that throw CcsDeletedExceptionModifier and TypeMethodDescriptionAccessorBucketService.deleteBucket
(String bucketName, String clientId, boolean isPublic) Delete bucket from bucket name if ownervoid
AccessorObjectService.deleteObject
(String bucketName, String objectName, String clientId, boolean external) Delete object in DB and through Replicator if neededGet Bucket information from bucket name