Package | Description |
---|---|
fr.gouv.vitam.common.client |
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
|
fr.gouv.vitam.ingest.internal.client |
Provides Ingest Internal Client interface, configuration, 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 |
IngestInternalClient.downloadObjectAsync(String objectId,
IngestCollection type)
Download object stored by ingest operation
|
javax.ws.rs.core.Response |
IngestInternalClientMock.downloadObjectAsync(String objectId,
IngestCollection type) |
Copyright © 2018 Vitam. All rights reserved.