@Path(value="/storage/v1") public class AdminOfferSyncResource extends Object
Constructor and Description |
---|
AdminOfferSyncResource(OfferSyncService offerSynchronizationService)
Constructor.
|
AdminOfferSyncResource(StorageDistribution distribution)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
synchronizeOffer(OfferSyncRequestItem offerSyncItems)
API to access and lanch the offer synchronization service.
|
public AdminOfferSyncResource(StorageDistribution distribution)
distribution
- public AdminOfferSyncResource(OfferSyncService offerSynchronizationService)
offerSynchronizationService
- @Path(value="/offerSync") @POST @Consumes(value="application/json") @Produces(value="application/json") @VitamAuthentication(authentLevel=BASIC_AUTHENT) public javax.ws.rs.core.Response synchronizeOffer(OfferSyncRequestItem offerSyncItems)
offerSyncItems
- Copyright © 2018 Vitam. All rights reserved.