public class OffersToCopyIn extends Object
Constructor and Description |
---|
OffersToCopyIn(List<StorageOffer> storageOffers)
* create OffersToCopyIn lists
|
Modifier and Type | Method and Description |
---|---|
void |
changeStatus(String offerId,
javax.ws.rs.core.Response.Status status)
Change the status of an offer id transfer
|
Map<String,javax.ws.rs.core.Response.Status> |
getGlobalOfferResult()
Get global result for storage distribution
|
List<String> |
getKoOffers()
Get the KO offers list
|
List<String> |
getOkOffers()
Get OK offers list
|
void |
koListToOkList(String offerId)
Pass offerId fro KO offers list to OK offers list
|
public OffersToCopyIn(List<StorageOffer> storageOffers)
storageOffers
- public Map<String,javax.ws.rs.core.Response.Status> getGlobalOfferResult()
public void koListToOkList(String offerId)
offerId
- the offerIdpublic void changeStatus(String offerId, javax.ws.rs.core.Response.Status status)
offerId
- the offerIdstatus
- the response status to setCopyright © 2018 Vitam. All rights reserved.