Package | Description |
---|---|
fr.gouv.vitam.common.external.client |
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
|
fr.gouv.vitam.ingest.external.client |
Provides Ingest External Client interface, factory and implementations.
|
Modifier and Type | Method and Description |
---|---|
static IngestCollection |
IngestCollection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IngestCollection[] |
IngestCollection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
IngestExternalClient.downloadObjectAsync(VitamContext vitamContext,
String objectId,
IngestCollection type)
Download object stored by ingest operation
The caller is responsible to close the Response after consuming the inputStream. |
Copyright © 2018 Vitam. All rights reserved.