@Path(value="/v1/api") public class PopulateResource extends Object
Constructor and Description |
---|
PopulateResource(PopulateService populateService) |
Modifier and Type | Method and Description |
---|---|
void |
populateVitam(PopulateModel populateModel) |
javax.ws.rs.core.Response |
status() |
public PopulateResource(PopulateService populateService)
@Path(value="/populate") @POST @Consumes(value="application/json") public void populateVitam(PopulateModel populateModel)
@Path(value="/populate") @HEAD public javax.ws.rs.core.Response status()
Copyright © 2019 Vitam. All rights reserved.