Package | Description |
---|---|
fr.gouv.vitam.ihmdemo.appserver |
Provides the web server application and configuration for the IHM Demo module and the rest resource it uses
|
fr.gouv.vitam.ingest.external.client |
Provides Ingest External Client interface, factory and implementations.
|
fr.gouv.vitam.ingest.external.core |
Provides core implementation for the Ingest External module.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
WebApplicationResource.checkUploadOperation(String operationId,
javax.servlet.http.HttpServletRequest request,
String action)
Check if the upload operation is done
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<Void> |
IngestExternalClient.ingest(VitamContext vitamContext,
InputStream stream,
String contextId,
String action)
ingest upload file in local and launch an ingest workflow
|
Modifier and Type | Method and Description |
---|---|
static String |
AtrKoBuilder.buildAtrKo(String messageIdentifier,
String archivalAgency,
String transferringAgency,
String eventType,
String addedMessage,
StatusCode code)
To generate a default ATR KO from Ingest External on AV or MimeType checks.
|
PreUploadResume |
IngestExternalImpl.preUploadAndResume(InputStream input,
String contextId,
String action,
GUID guid,
javax.ws.rs.container.AsyncResponse asyncResponse) |
PreUploadResume |
IngestExternal.preUploadAndResume(InputStream input,
String contextId,
String action,
GUID guid,
javax.ws.rs.container.AsyncResponse asyncResponse) |
StatusCode |
IngestExternalImpl.upload(PreUploadResume preUploadResume,
GUID guid) |
StatusCode |
IngestExternal.upload(PreUploadResume preUploadResume,
GUID guid)
upload the file -- store in local, scan for viruses and then check for supported format (ZIP, TAR, ...)
|
Copyright © 2018 Vitam. All rights reserved.