Uses of Class
fr.gouv.vitam.workspace.common.CompressInformation
-
Packages that use CompressInformation Package Description fr.gouv.vitam.workspace.client Provides Workspace client factory and implementations.fr.gouv.vitam.workspace.common Provides common classes for the Workspace module.fr.gouv.vitam.workspace.rest Provides the web server application for the Workspace module and the rest resources it uses. -
-
Uses of CompressInformation in fr.gouv.vitam.workspace.client
Methods in fr.gouv.vitam.workspace.client with parameters of type CompressInformation Modifier and Type Method Description void
WorkspaceClient. compress(java.lang.String containerName, CompressInformation compressInformation)
-
Uses of CompressInformation in fr.gouv.vitam.workspace.common
Methods in fr.gouv.vitam.workspace.common that return CompressInformation Modifier and Type Method Description CompressInformation
CompressInformation. setOutputContainer(java.lang.String outputContainer)
-
Uses of CompressInformation in fr.gouv.vitam.workspace.rest
Methods in fr.gouv.vitam.workspace.rest with parameters of type CompressInformation Modifier and Type Method Description javax.ws.rs.core.Response
WorkspaceResource. compress(java.lang.String containerName, CompressInformation compressInformation)
zip a specific folder into a other directory
-