Uses of Enum Class
fr.gouv.vitam.common.external.client.IngestCollection
Package
Description
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
Provides Ingest External Client interface, factory and implementations.
-
Uses of IngestCollection in fr.gouv.vitam.common.external.client
Modifier and TypeMethodDescriptionstatic IngestCollection
Returns the enum constant of this class with the specified name.static IngestCollection[]
IngestCollection.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of IngestCollection in fr.gouv.vitam.ingest.external.client
Modifier and TypeMethodDescriptionjavax.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.