Package | Description |
---|---|
fr.gouv.vitam.storage.engine.common.model.request |
Provides common Request classes for the Storage Engine module.
|
fr.gouv.vitam.storage.engine.common.model.response |
Provides common Response classes for the Storage Engine module.
|
fr.gouv.vitam.storage.engine.server.rest |
Provides the web server application and configuration for the Storage Engine
Server module and the rest resources it uses.
|
Modifier and Type | Method and Description |
---|---|
OfferSyncRequestItem |
OfferSyncRequestItem.setContainerToSync(String containerToSync) |
OfferSyncRequestItem |
OfferSyncRequestItem.setOfferDestination(String offerDestination) |
OfferSyncRequestItem |
OfferSyncRequestItem.setOfferSource(String offerSource) |
OfferSyncRequestItem |
OfferSyncRequestItem.setOffset(Long offset) |
OfferSyncRequestItem |
OfferSyncRequestItem.setTenantIdToSync(Integer tenantIdToSync) |
Constructor and Description |
---|
OfferSyncResponseItem(OfferSyncRequestItem offerSyncRequestItem,
StatusCode status)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AdminOfferSyncResource.synchronizeOffer(OfferSyncRequestItem offerSyncItems)
API to access and lanch the offer synchronization service.
|
Copyright © 2018 Vitam. All rights reserved.