Uses of Class
fr.gouv.vitam.workspace.api.exception.ContentAddressableStorageAlreadyExistException
-
Packages that use ContentAddressableStorageAlreadyExistException Package Description fr.gouv.vitam.functionaltest.cucumber.step fr.gouv.vitam.workspace.client Provides Workspace client factory and implementations.fr.gouv.vitam.workspace.common 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 Modifier and Type Method Description booleanStorageStep. store(java.nio.file.Path sip, java.lang.String uri, java.lang.String strategy, java.lang.String guid)Store a file -
Uses of ContentAddressableStorageAlreadyExistException in fr.gouv.vitam.workspace.client
Methods in fr.gouv.vitam.workspace.client that throw ContentAddressableStorageAlreadyExistException Modifier and Type Method Description voidWorkspaceClient. createFolder(java.lang.String containerName, java.lang.String folderName) -
Uses of ContentAddressableStorageAlreadyExistException in fr.gouv.vitam.workspace.common
Methods in fr.gouv.vitam.workspace.common that throw ContentAddressableStorageAlreadyExistException Modifier and Type Method Description voidWorkspaceContentAddressableStorage. createContainer(java.lang.String containerName)Creates a containervoidWorkspaceFileSystem. createContainer(java.lang.String containerName)voidWorkspaceContentAddressableStorage. createFolder(java.lang.String containerName, java.lang.String folderName)Creates a folder (or a directory) marker depending on the servicevoidWorkspaceFileSystem. createFolder(java.lang.String containerName, java.lang.String folderName)
-