Uses of Class
fr.gouv.vitam.workspace.api.model.FileParams
Packages that use FileParams
Package
Description
Provides Workspace client factory and implementations.
Provides common classes for the Workspace module.
-
Uses of FileParams in fr.gouv.vitam.workspace.client
Methods in fr.gouv.vitam.workspace.client that return types with arguments of type FileParamsModifier and TypeMethodDescriptionWorkspaceClient.getFilesWithParamsFromFolder
(String containerName, String folderName) -
Uses of FileParams in fr.gouv.vitam.workspace.common
Methods in fr.gouv.vitam.workspace.common that return types with arguments of type FileParamsModifier and TypeMethodDescriptionWorkspaceContentAddressableStorage.getFilesWithParamsFromFolder
(String containerName, String folderName) WorkspaceFileSystem.getFilesWithParamsFromFolder
(String containerName, String folderName) This method get all files in folder and return a map with the uri as a key and the value is a FileParams that contains whatever it needs.