Package | Description |
---|---|
fr.gouv.vitam.workspace.api.model |
Provides Model classes for the Workspace module
|
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.
|
Modifier and Type | Method and Description |
---|---|
TimeToLive |
TimeToLive.setUnit(ChronoUnit unit) |
TimeToLive |
TimeToLive.setValue(int value) |
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceClient.purgeOldFilesInContainer(String containerName,
TimeToLive timeToLive) |
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceFileSystem.purgeOldFilesInContainer(String containerName,
TimeToLive timeToLive) |
void |
WorkspaceContentAddressableStorage.purgeOldFilesInContainer(String containerName,
TimeToLive timeToLive) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
WorkspaceResource.purgeOldFilesInContainer(String containerName,
TimeToLive timeToLive)
deletes old file in a container in the workspace
|
Copyright © 2019 Vitam. All rights reserved.