Uses of Enum Class
fr.gouv.vitam.common.external.client.IngestCollection
Packages that use 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
Methods in fr.gouv.vitam.common.external.client that return IngestCollectionModifier and TypeMethodDescriptionstatic IngestCollectionReturns 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
Methods in fr.gouv.vitam.ingest.external.client with parameters of type IngestCollectionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseIngestExternalClient.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.