Uses of Class
fr.gouv.vitam.workspace.api.exception.ContentAddressableStorageAlreadyExistException
Packages that use ContentAddressableStorageAlreadyExistException
Package
Description
Provides Workspace client factory and implementations.
Provides common classes for the Workspace module.
-
Uses of ContentAddressableStorageAlreadyExistException in fr.gouv.vitam.functionaltest.cucumber.step
Methods in fr.gouv.vitam.functionaltest.cucumber.step that throw ContentAddressableStorageAlreadyExistException -
Uses of ContentAddressableStorageAlreadyExistException in fr.gouv.vitam.workspace.client
Methods in fr.gouv.vitam.workspace.client that throw ContentAddressableStorageAlreadyExistExceptionModifier and TypeMethodDescriptionvoid
WorkspaceClient.createFolder
(String containerName, String folderName) -
Uses of ContentAddressableStorageAlreadyExistException in fr.gouv.vitam.workspace.common
Methods in fr.gouv.vitam.workspace.common that throw ContentAddressableStorageAlreadyExistExceptionModifier and TypeMethodDescriptionvoid
WorkspaceContentAddressableStorage.createContainer
(String containerName) Creates a containervoid
WorkspaceFileSystem.createContainer
(String containerName) void
WorkspaceContentAddressableStorage.createFolder
(String containerName, String folderName) Creates a folder (or a directory) marker depending on the servicevoid
WorkspaceFileSystem.createFolder
(String containerName, String folderName)