Uses of Class
fr.gouv.vitam.common.external.client.IngestCollection
-
Packages that use IngestCollection 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. -
-
Uses of IngestCollection in fr.gouv.vitam.common.external.client
Methods in fr.gouv.vitam.common.external.client that return IngestCollection Modifier and Type Method Description static IngestCollection
IngestCollection. valueOf(java.lang.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. -
Uses of IngestCollection in fr.gouv.vitam.ingest.external.client
Methods in fr.gouv.vitam.ingest.external.client with parameters of type IngestCollection Modifier and Type Method Description javax.ws.rs.core.Response
IngestExternalClient. downloadObjectAsync(VitamContext vitamContext, java.lang.String objectId, IngestCollection type)
Download object stored by ingest operation
The caller is responsible to close the Response after consuming the inputStream.
-